Viewing 30 results - 4,441 through 4,470 (of 10,101 total)
  • Author
    Search Results
  • #746201

    Topic: Displaying Posts

    in forum Enfold
    theplattrust
    Participant

    Hi All
    Is there a way to have no thumbnail at all when displaying blog posts? I want a cleaner look, but there only seems to be the option of having an image thumbnail if a featured image is set, or having a stock thumbnail that matches the post type.

    Thanks

    #746190

    In reply to: Related Product Sizes

    Hi Vincent,

    Cropping would be one way to do it if you have different image dimensions. Can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    #top .inner_product .thumbnail_container img {
        max-height: 450px;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    Let us know if this helps.

    Regards,
    Nikko

    #745778
    zimbo
    Participant

    I have this in my child functions.php to stop Enfold creating some image sizes that the site never uses:

    /* 
     * Stop Enfold image sizes we don't use being created to save disk space
     */
    function ava_image_sizes() { 
    	remove_image_size('medium_large');	
    	remove_image_size('featured');
    	remove_image_size('featured_large');
    	remove_image_size('extra_large');
    	remove_image_size('gallery');
    	remove_image_size('magazine');
    	remove_image_size('masonry');
    	remove_image_size('shop_thumbnail');
    	remove_image_size('shop_catalog');
    	remove_image_size('shop_single');
    }
    add_action( 'after_setup_theme', 'ava_image_sizes', 10 );

    I also have the Simple Image Sizes plugin installed. None of the above image sizes are created when new media is uploaded, and the Image Sizes list in Media Settings does not list them, as it should be…

    …except the instruction to remove medium_large is ignored as can be seen here:

    http://imgur.com/a/W1pGA
    (Screenshot of Media Settings > Image Sizes)

    I have tried deleting medium_large via the Media Settings page (using the ‘Delete’ button in the screenshot) and the entry does disappear when deleted. However as soon as I ‘Save Changes’ at the bottom of the screen, medium_large reappears at the top of the ‘Image sizes’ list.

    I have tried setting the Max Height to a value other than 0, e.g. 500, then Updating, which is accepted, then Deleting, and again it disappears from the list – until I Save Changes when it re-appears again with the values of Width 768 and Height 0 (and note – not the 500 value that was previously set).

    There is clearly something in the code that is stopping medium_large from being removed/deleted.

    But I do not want the medium_large size to be created by Enfold. How do I remove/delete the image size to stop it being created on new uploads?

    • This topic was modified 9 years, 2 months ago by zimbo.
    #745696

    Topic: Enfold Slider Question

    in forum Enfold
    lanikita
    Participant

    Can I create a slider like using my Enfold theme like the slider on the Abundance Demo home page – where you can click on the thumbnail and the slider image changes? How do I do this?

    Example – http://kriesi.at/themedemo/?theme=abundance

    Slider I Want – https://echelondesignteam.com/images/slider.png

    How do you make the thumbnails be featured underneath the slider?

    Appreciate your prompt response. Thanks.

    • This topic was modified 9 years, 2 months ago by lanikita.
    #745463

    hi Nikko,
    I copied and pasted the code you gave me.
    the mobile menu icon appears only on smartphones and not on tablets.
    But as soon as I click on the icon to open the menu, it will not open.

    I will be happier if you examine administrator so as to resolve the problem.

    I also have other problems with the content elements and media of this thema.

    The animated Countdown timer can not see.
    The element comments not allow me to enter comments.
    Spiders do not work and images that load can not be seen.
    I want to enlarge the thumbnails but despite I set a larger size and regenerate the thumbnails they remained always 80×80 px.

    Can you help me?
    Tell me how I have to do to give you administrator access.
    Thank you.
    Salvatore

    #745256
    leesalu
    Participant

    Hi,
    Thanks for this great theme!

    I have a page with multiple galleries – on mobile (iPhone 7, Safari) when I touch the gallery thumbnail, the images flash for a moment and then disappear. Can you help?

    Thanks so much!

    lanikita
    Participant

    Hi –
    I would like to create a Gallery that looks and functions EXACTLY like this sample (Big photo with thumbnails underneath) that you have on the Enfold Demo for the Single Portfolio: 2/3 Gallery:

    Gallery Sample Link – http://kriesi.at/themes/enfold/portfolio-item/lorem-ipsum/

    I have created a gallery (Link- http://www.lucasproducts.net/portfolio-item/487 ), but only want the images to show and not the box to the right of the images with the 2 arrows. How do I get rid of that box?

    Also, I would like to link specifically to this gallery so that it just shows the big image with thumbnails already open (so you don’t have to click on a portfolio to activate those). Is there a way to specify the url link so the gallery is already open showing main photo and thumbnails?

    How do I not show the featured image (Blue image) and just show the gallery like on http://kriesi.at/themes/enfold/portfolio-item/lorem-ipsum/

    Can I have multiple Galleries like this one on the same page?

    Thanks- Appreciate your help as I am on a deadline.

    • This topic was modified 9 years, 2 months ago by lanikita. Reason: still need support
    #745182

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    To increase or decrease the white space between the thumbnails adjust the value 10px in the below code .

    
    .grid-entry .inner-entry {
        box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 1)!important;
    }

    Best regards,
    Vinay

    #745176

    Topic: Image in Header

    in forum Enfold
    tremblayly
    Participant

    Hi

    I added an image in my header and have used a code snippet that I’ve added to my Child theme functions.php that I found in the ticket. It appears to work well, however the code is generating the following errors in my log.

    [Fri Feb 10 00:00:56.304897 2017] [:error] [pid 31887] [client 75.156.21.149:52353] PHP Warning: Missing argument 2 for avia_woocommerce_parallax_banner_child_theme() in /nas/content/live/silviafindings/wp-content/themes/enfold-child/functions.php on line 57, referer: http://silviafindings.wpengine.com/product-category/wire/sterling-silver-wires/half-round-wires/half-hard-half-round-wires (hosted on WPengine)

    [Fri Feb 10 00:00:56.304975 2017] [:error] [pid 31887] [client 75.156.21.149:52353] PHP Warning: Missing argument 3 for avia_woocommerce_parallax_banner_child_theme() in /nas/content/live/silviafindings/wp-content/themes/enfold-child/functions.php on line 57, referer: http://silviafindings.wpengine.com/product-category/wire/sterling-silver-wires/half-round-wires/half-hard-half-round-wires

    [Fri Feb 10 00:00:56.304989 2017] [:error] [pid 31887] [client 75.156.21.149:52353] PHP Warning: Missing argument 4 for avia_woocommerce_parallax_banner_child_theme() in /nas/content/live/silviafindings/wp-content/themes/enfold-child/functions.php on line 57, referer: http://silviafindings.wpengine.com/product-category/wire/sterling-silver-wires/half-round-wires/half-hard-half-round-wires

    [Fri Feb 10 00:00:56.304999 2017] [:error] [pid 31887] [client 75.156.21.149:52353] PHP Warning: Missing argument 5 for avia_woocommerce_parallax_banner_child_theme() in /nas/content/live/silviafindings/wp-content/themes/enfold-child/functions.php on line 57, referer: http://silviafindings.wpengine.com/product-category/wire/sterling-silver-wires/half-round-wires/half-hard-half-round-wires

    Here’s the code snippet I copied:

    //Add a widget area to the header
    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    // Fix Enfold from using 1500px wide image and use the full-size image instead
    add_action( ‘init’, ‘ssi_woocommerce_full_width_category_images’, 50 );
    function ssi_woocommerce_full_width_category_images()
    {
    remove_action( ‘ava_after_main_container’, ‘avia_woocommerce_shop_banner’, 11 );
    add_action( ‘ava_after_main_container’, ‘avia_woocommerce_parallax_banner_child_theme’, 11);

    function avia_woocommerce_parallax_banner_child_theme($bg, $overlay, $opacity, $description, $font)
    {

    if(is_numeric($bg))
    {
    $bg = wp_get_attachment_image_src($bg, ‘full’);
    if(is_array($bg) && $bg[0] != “”) $bg = $bg[0];
    }

    if($font) $font = “style=’color:{$font};'”;
    if($bg) $bg = “background-image: url(“.$bg.”);”;

    $output = “”;

    $output .='<div id=”av_product_description” class=”avia-section main_color avia-section-large avia-no-border-styling avia-full-stretch av-parallax-section av-section-color-overlay-active avia-bg-style-parallax container_wrap fullsize” data-section-bg-repeat=”stretch” ‘.$font.’>’;
    $output .='<div class=”av-parallax avia-full-stretch” data-avia-parallax-ratio=”0.3″>’;
    $output .='<div class=”av-parallax-inner” style=”‘.$bg.’ main_color background-attachment: scroll; background-position: 50% 50%; background-repeat: no-repeat;”>’;
    $output .='</div>’;
    $output .='</div>’;

    $output .='<div class=”av-section-color-overlay-wrap”>’;
    if(!empty($overlay))
    {
    $output .='<div class=”av-section-color-overlay” style=”opacity: ‘.$opacity.’; background-color: ‘.$overlay.’; “></div>’;
    }

    $output .='<div class=”container”>’;
    $output .='<main class=”template-page content av-content-full alpha units”>’;
    if($description) $output .= “<h1>”.$description.”</h1>”;
    $output .='</main></div></div></div>’;

    return $output;
    }

    remove_action( ‘ava_after_main_container’, ‘avia_woocommerce_big_cat_banner’, 11 );
    add_action( ‘ava_after_main_container’, ‘avia_woocommerce_big_cat_banner_child_theme’, 11 );

    function avia_woocommerce_big_cat_banner_child_theme()
    {
    if(is_product_category())
    {
    global $wp_query, $avia_config;

    if(isset($wp_query->query_vars[‘taxonomy’]))
    {
    $term = get_term_by( ‘slug’, get_query_var($wp_query->query_vars[‘taxonomy’]), $wp_query->query_vars[‘taxonomy’]);
    if(!empty($term->term_id))
    {
    $description = term_description() ;
    $style = get_woocommerce_term_meta($term->term_id, ‘av_cat_styling’);
    $attachment_id = get_woocommerce_term_meta($term->term_id, ‘thumbnail_id’);

    $overlay = get_woocommerce_term_meta($term->term_id, ‘av-banner-overlay’);
    $font = get_woocommerce_term_meta($term->term_id, ‘av-banner-font’);
    $opacity = get_woocommerce_term_meta($term->term_id, ‘av-banner-overlay-opacity’);

    if(!empty($style))
    {
    remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 11 );
    echo avia_woocommerce_parallax_banner_child_theme($attachment_id, $overlay, $opacity, $description, $font);
    $avia_config[‘woo-banner’] = true;
    }
    }
    }
    }
    }
    }

    Can you help me find the culprit that is generating the errors please.

    To view the website you will need access credentials, so I added these to the private area.

    Thank You
    Lyse

    #745028

    Hello Rikard,

    Ok, I should probably be more specific.

    I have a particular (category) of posts named: “interviews.” And what I want is this …

    1. On the home page feed, the featured image will have text on it.
    2. On the single post page, I will have an image (on top of the element) as you mentioned above.
    3. There will be a (3rd page) where the “interviews” category will be displayed in a grid layout. I want the grid thumbnails to have their own images so they aren’t so (cropped).

    Does that make sense?

    #744929

    Ciao!

    1- No, from now on every thumbnail you upload will be resized accordingly.

    2- Please use the plugin i mentioned in my first post and edit “entry_with_sidebar” image sizes and then regenerate them as well

    Cheers!
    Yigit

    #744925
    boemedia
    Participant

    Hi,

    I have a website with posts with image galleries, see this example:

    https://snag.gy/GfO7Nh.jpg
    https://snag.gy/Aw3zdN.jpg

    I want to manually change some of the thumbnails, the ones where heads are cut off in the preview. So I open the gallery, click on the image and crop again. I choose ‘apply only to thumbnail’ and save. After regenerating the thumbs, nothing has changed.

    Any suggestions?

    #744921

    Ciao Yigit!

    I downloaded another plugin called “regenerate thumbnails”, then I clicked on media library, I found the image and I clicked regenerate thumbnail for that image. This is how it worked on the homepage…but do I have to do this way for each image I will upload in the future?

    Now I see that feature images have different sizes when I click the category. I’m putting the link in the private content. Does it depend on the pictures sizes or is it an issue for changing the theme?

    #744796

    Hey Lili,

    Please try a plugin like https://wordpress.org/plugins/customize-woocommerce-shop/

    or

    Check this link for more info http://stackoverflow.com/questions/31219428/custom-text-label-on-woocommerce-shop-thumbnail-images

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Vinay

    #744752
    lanikita
    Participant

    Hi –
    I would like to create a Gallery that looks and functions EXACTLY like this sample (Big photo with thumbnails underneath) that you have on the Enfold Demo for the Single Portfolio: 2/3 Gallery:

    Gallery Sample Link – http://kriesi.at/themes/enfold/portfolio-item/lorem-ipsum/

    I have created a gallery (Link- http://www.lucasproducts.net/portfolio-item/487 ), but only want the images to show and not the box to the right of the images with the 2 arrows. How do I get rid of that box?

    Also, I would like to link specifically to this gallery so that it just shows the big image with thumbnails already open (so you don’t have to click on a portfolio to activate those). Is there a way to specify the url link so the gallery is already open showing main photo and thumbnails?

    How do I not show the featured image (Blue image) and just show the gallery like on http://kriesi.at/themes/enfold/portfolio-item/lorem-ipsum/

    Can I have multiple Galleries like this one on the same page?

    Thanks

    • This topic was modified 9 years, 2 months ago by lanikita.
    #744633

    Hey nanomania!

    Thank you for using Enfold.

    Yes, unfortunately, you cannot select the size of the image there. The thumbnail size is declared directly in the template. For the blog post items, the featured image size is set to 845x321px and 1210x423px by default.

    Regards,
    Ismael

    Hi altaigenden!

    Thank you for using Enfold.

    Please go to the Settings > Media panel then adjust the size of the Large thumbnail, the lightbox script is using that thumbnail. You need to regenerate or re-upload the images after the adjustment.

    Cheers!
    Ismael

    #744564

    Here is a copy of the source for the page not loading all the way:

    
    <!DOCTYPE html>
    <html lang="en-US" class="html_stretched responsive av-preloader-disabled av-default-lightbox  html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky html_header_shrinking_disabled html_header_transparency html_mobile_menu_tablet html_disabled html_header_searchicon_disabled html_content_align_center html_header_unstick_top html_header_stretch html_minimal_header html_minimal_header_shadow html_elegant-blog html_entry_id_1028 ">
    <head>
    <meta charset="UTF-8" />
    <meta name="robots" content="index, follow" />
    
    <!-- mobile setting -->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    
    <!-- Scripts/CSS and wp_head hook -->
    <title>Daylite Series II – Halo Fishing Rods</title>
    <link rel='dns-prefetch' href='//s.w.org' />
    <link rel="alternate" type="application/rss+xml" title="Halo Fishing Rods &raquo; Feed" href="http://localhost/halo/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Halo Fishing Rods &raquo; Comments Feed" href="http://localhost/halo/comments/feed/" />
    
    <!-- google webfont font replacement -->
    <link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Oswald%7CLato:300,400,700' type='text/css' media='all'/> 
    		<script type="text/javascript">
    			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/localhost\/halo\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.7.2"}};
    			!function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
    		</script>
    		<style type="text/css">
    img.wp-smiley,
    img.emoji {
    	display: inline !important;
    	border: none !important;
    	box-shadow: none !important;
    	height: 1em !important;
    	width: 1em !important;
    	margin: 0 .07em !important;
    	vertical-align: -0.1em !important;
    	background: none !important;
    	padding: 0 !important;
    }
    </style>
    <link rel='stylesheet' id='avia-woocommerce-css-css'  href='http://localhost/halo/wp-content/themes/enfold/config-woocommerce/woocommerce-mod.css?ver=4.7.2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-grid-css'  href='http://localhost/halo/wp-content/themes/enfold/css/grid.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-base-css'  href='http://localhost/halo/wp-content/themes/enfold/css/base.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-layout-css'  href='http://localhost/halo/wp-content/themes/enfold/css/layout.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-scs-css'  href='http://localhost/halo/wp-content/themes/enfold/css/shortcodes.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-popup-css-css'  href='http://localhost/halo/wp-content/themes/enfold/js/aviapopup/magnific-popup.css?ver=1' type='text/css' media='screen' />
    <link rel='stylesheet' id='avia-media-css'  href='http://localhost/halo/wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=1' type='text/css' media='screen' />
    <link rel='stylesheet' id='avia-print-css'  href='http://localhost/halo/wp-content/themes/enfold/css/print.css?ver=1' type='text/css' media='print' />
    <link rel='stylesheet' id='avia-dynamic-css'  href='http://localhost/halo/wp-content/uploads/dynamic_avia/bcs.css?ver=58994b57897ed' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-custom-css'  href='http://localhost/halo/wp-content/themes/enfold/css/custom.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-style-css'  href='http://localhost/halo/wp-content/themes/bcs/style.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-gravity-css'  href='http://localhost/halo/wp-content/themes/enfold/config-gravityforms/gravity-mod.css?ver=1' type='text/css' media='screen' />
    <script type='text/javascript' src='http://localhost/halo/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
    <script type='text/javascript' src='http://localhost/halo/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
    <script type='text/javascript' src='http://localhost/halo/wp-content/themes/enfold/js/avia-compat.js?ver=2'></script>
    <link rel='https://api.w.org/' href='http://localhost/halo/wp-json/' />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://localhost/halo/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://localhost/halo/wp-includes/wlwmanifest.xml" /> 
    <meta name="generator" content="WordPress 4.7.2" />
    <meta name="generator" content="WooCommerce 2.6.14" />
    <link rel="canonical" href="http://localhost/halo/daylite-series-ii/" />
    <link rel='shortlink' href='http://localhost/halo/?p=1028' />
    <link rel="alternate" type="application/json+oembed" href="http://localhost/halo/wp-json/oembed/1.0/embed?url=http%3A%2F%2Flocalhost%2Fhalo%2Fdaylite-series-ii%2F" />
    <link rel="alternate" type="text/xml+oembed" href="http://localhost/halo/wp-json/oembed/1.0/embed?url=http%3A%2F%2Flocalhost%2Fhalo%2Fdaylite-series-ii%2F&format=xml" />
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="alternate" type="application/rss+xml" title="Halo Fishing Rods RSS2 Feed" href="http://localhost/halo/feed/" />
    <link rel="pingback" href="http://localhost/halo/xmlrpc.php" />
    
    <style type='text/css' media='screen'>
     #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link{ height:70px; line-height: 70px; }
     .html_top_nav_header .av-logo-container{ height:70px;  }
     .html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:70px; } 
    </style>
    <!--[if lt IE 9]><script src="http://localhost/halo/wp-content/themes/enfold/js/html5shiv.js"></script><![endif]-->
    
    <!--
    Debugging Info for Theme support: 
    
    Theme: Enfold
    Version: 3.8.4
    Installed: enfold
    AviaFramework Version: 4.6
    AviaBuilder Version: 0.9.4
    - - - - - - - - - - -
    ChildTheme: BCS
    ChildTheme Version: 1.0
    ChildTheme Installed: enfold
    
    ML:128-PU:51-PLA:2
    WP:4.7.2
    Updates: disabled
    -->
    
    <style type='text/css'>
    @font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
    src: url('http://localhost/halo/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3');
    src: url('http://localhost/halo/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix') format('embedded-opentype'), 
    url('http://localhost/halo/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3') format('woff'), 
    url('http://localhost/halo/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3') format('truetype'), 
    url('http://localhost/halo/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello') format('svg');
    } #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; }
    
    @font-face {font-family: 'flaticon-sports'; font-weight: normal; font-style: normal;
    src: url('http://localhost/halo/wp-content/uploads/avia_fonts/flaticon-sports/flaticon-sports.eot');
    src: url('http://localhost/halo/wp-content/uploads/avia_fonts/flaticon-sports/flaticon-sports.eot?#iefix') format('embedded-opentype'), 
    url('http://localhost/halo/wp-content/uploads/avia_fonts/flaticon-sports/flaticon-sports.woff') format('woff'), 
    url('http://localhost/halo/wp-content/uploads/avia_fonts/flaticon-sports/flaticon-sports.ttf') format('truetype'), 
    url('http://localhost/halo/wp-content/uploads/avia_fonts/flaticon-sports/flaticon-sports.svg#flaticon-sports') format('svg');
    } #top .avia-font-flaticon-sports, body .avia-font-flaticon-sports, html body [data-av_iconfont='flaticon-sports']:before{ font-family: 'flaticon-sports'; }
    </style>
    </head>
    
    <body id="top" class="page-template-default page page-id-1028 stretched oswald lato " itemscope="itemscope" itemtype="https://schema.org/WebPage" >
    
    	
    	<div id='wrap_all'>
    
    	
    <header id='header' class='all_colors header_color dark_bg_color  av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky av_header_shrinking_disabled av_header_stretch av_mobile_menu_tablet av_header_transparency av_header_searchicon_disabled av_header_unstick_top av_seperator_big_border av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled  av_alternate_logo_active'  role="banner" itemscope="itemscope" itemtype="https://schema.org/WPHeader" >
    
    <a id="advanced_menu_toggle" href="#" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a><a id="advanced_menu_hide" href="#" 	aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a>		<div  id='header_main' class='container_wrap container_wrap_logo'>
    	
            <ul  class = 'cart_dropdown ' data-success='was added to the cart'><li class='cart_dropdown_first'><a class='cart_dropdown_link' href='http://localhost/halo/cart/'><span aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></span><span class='av-cart-counter'>0</span><span class='avia_hidden_link_text'>Shopping Cart</span></a><!--<span class='cart_subtotal'><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>0.00</span></span>--><div class='dropdown_widget dropdown_widget_cart'><div class='avia-arrow'></div><div class="widget_shopping_cart_content"></div></div></li></ul><div class='container av-logo-container'><div class='inner-container'><strong class='logo'><a href='http://localhost/halo/'><img height='100' width='300' src='http://localhost/halo/wp-content/uploads/2017/02/HALO-TRANSPARENT-LOGO-1.png' alt='Halo Fishing Rods' /><span class='subtext'><img src='http://localhost/halo/wp-content/uploads/2017/02/HALO-TRANSPARENT-LOGO-1.png' class='alternate' alt='' title='' /></span></a></strong><nav class='main_menu' data-selectname='Select a page'  role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><div class="avia-menu av-main-nav-wrap av_menu_icon_beside"><ul id="avia-menu" class="menu av-main-nav"><li id="menu-item-780" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-top-level menu-item-top-level-1"><a href="http://localhost/halo/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Home</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-871" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-top-level menu-item-top-level-2"><a href="#" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Rods</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>
    
    <ul class="sub-menu">
    	<li id="menu-item-1164" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/halo/crankin-series-ii/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Crankin Series II</span></a></li>
    	<li id="menu-item-1046" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1028 current_page_item"><a href="http://localhost/halo/daylite-series-ii/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Daylite Series II</span></a></li>
    	<li id="menu-item-1194" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/halo/kryptonite/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Kryptonite</span></a></li>
    	<li id="menu-item-1160" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/halo/rave/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Rave</span></a></li>
    	<li id="menu-item-1179" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/halo/titanium-series/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Titanium Series</span></a></li>
    	<li id="menu-item-1026" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/halo/twilite-series-ii/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Twilite Series II</span></a></li>
    </ul>
    </li>
    <li id="menu-item-1340" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-top-level menu-item-top-level-3"><a itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Shop</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>
    
    <ul class="sub-menu">
    	<li id="menu-item-1341" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/halo/shop/apparel/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Apparel</span></a></li>
    	<li id="menu-item-1343" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/halo/shop/casting-rods/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Casting Rods</span></a></li>
    	<li id="menu-item-1342" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/halo/shop/spinning-rods/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Spinning Rods</span></a></li>
    </ul>
    </li>
    <li id="menu-item-783" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-mega-parent  menu-item-top-level menu-item-top-level-4"><a href="http://localhost/halo/about/team/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Pro Staff</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-5"><a href="http://localhost/halo/about/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">About</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-785" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-6"><a href="http://localhost/halo/contact/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Contact</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    </ul></div><ul class='noLightbox social_bookmarks icon_count_3'><li class='social_bookmarks_facebook av-social-link-facebook social_icon_1'><a  href='#' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Facebook'><span class='avia_hidden_link_text'>Facebook</span></a></li><li class='social_bookmarks_instagram av-social-link-instagram social_icon_2'><a  href='#' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Instagram'><span class='avia_hidden_link_text'>Instagram</span></a></li><li class='social_bookmarks_mail av-social-link-mail social_icon_3'><a  href='#' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Mail'><span class='avia_hidden_link_text'>Mail</span></a></li></ul></nav></div> </div> 
    		<!-- end container_wrap-->
    		</div>
    		
    		<div class='header_bg'></div>
    
    <!-- end header -->
    </header>
    		
    	<div id='main' class='all_colors' data-scroll-offset='70'>
    
    	
    			<div class="single-product" data-product-page-preselected-id="0">
    
    				
    
    <div itemscope itemtype="http://schema.org/Product" id="product-813" class="post-813 product type-product status-publish has-post-thumbnail product_cat-spinning first instock taxable shipping-taxable purchasable product-type-variable has-default-attributes has-children">
    
    	<div class='single-product-main-image alpha'><div class="images">
    	<a href="http://localhost/halo/wp-content/uploads/2017/01/daylight-thumb.jpg" itemprop="image" class="woocommerce-main-image zoom" title=""  rel="prettyPhoto"><img width="450" height="366" src="http://localhost/halo/wp-content/uploads/2017/01/daylight-thumb-450x366.jpg" class="attachment-shop_single size-shop_single wp-post-image" alt="" title="" srcset="http://localhost/halo/wp-content/uploads/2017/01/daylight-thumb-450x366.jpg 450w, http://localhost/halo/wp-content/uploads/2017/01/daylight-thumb-300x244.jpg 300w, http://localhost/halo/wp-content/uploads/2017/01/daylight-thumb-768x624.jpg 768w, http://localhost/halo/wp-content/uploads/2017/01/daylight-thumb-705x573.jpg 705w, http://localhost/halo/wp-content/uploads/2017/01/daylight-thumb.jpg 800w" sizes="(max-width: 450px) 100vw, 450px" /></a></div>
    </div><div class='single-product-summary'>
    	<div class="summary entry-summary">
    
    		<h1 itemprop="name" class="product_title entry-title">Daylight Series II Spinning Rods</h1><div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
    
    	<p class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>99.99</span></p>
    
    	<meta itemprop="price" content="99.99" />
    	<meta itemprop="priceCurrency" content="USD" />
    	<link itemprop="availability" href="http://schema.org/InStock" />
    
    </div>
    <div itemprop="description">
    	<div class="rod-description">
    The ALL NEW Series 2 Daylite rods offer big improvements for the same great affordable price!</p>
    <ul>
    <li>Quality Graphite Blank</li>
    <li>Super Light Weight & Sensitive</li>
    <li>Quality Stainless Steel SIC Guides</li>
    <li>Quality Build at an Affordable Price</li>
    <li>Premium Quality Cork Handle</li>
    </ul>
    </div>
    <table class="rodSpecsTable" style="width: 100%;">
    <tbody>
    <tr>
    <th>Rod Code</th>
    <th>Power</th>
    <th>Length</th>
    <th>Lure Weight</th>
    <th>Line Weight</th>
    </tr>
    <tr>
    <td>HFDS272MS</td>
    <td>Medium</td>
    <td>7′ 2″</td>
    <td>1/16 – 1/2 oz</td>
    <td>6 – 12 lb</td>
    </tr>
    <tr>
    <td>HFDS272MHS</td>
    <td>Med Heavy</td>
    <td>7′ 2″</td>
    <td>1/8 – 3/4 oz</td>
    <td>8 – 15 lb</td>
    </tr>
    </tbody>
    </table>
    </div>
    
    <form class="variations_form cart" method="post" enctype='multipart/form-data' data-product_id="813" data-product_variations="[{&quot;variation_id&quot;:814,&quot;variation_is_visible&quot;:true,&quot;variation_is_active&quot;:true,&quot;is_purchasable&quot;:true,&quot;display_price&quot;:99.99,&quot;display_regular_price&quot;:99.99,&quot;attributes&quot;:{&quot;attribute_models&quot;:&quot;HFDS272MHS&quot;},&quot;image_src&quot;:&quot;&quot;,&quot;image_link&quot;:&quot;&quot;,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;image_caption&quot;:&quot;&quot;,&quot;image_srcset&quot;:&quot;&quot;,&quot;image_sizes&quot;:&quot;&quot;,&quot;price_html&quot;:&quot;&quot;,&quot;availability_html&quot;:&quot;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;weight&quot;:&quot; lbs&quot;,&quot;dimensions&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;max_qty&quot;:null,&quot;backorders_allowed&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_downloadable&quot;:false,&quot;is_virtual&quot;:false,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;variation_description&quot;:&quot;<table class=\&quot;rod-info\&quot; style=\&quot;width: 100%\&quot;>\n<tr>\n<th>Rod Type<\/th>\n<th>Power<\/th>\n<th>Length<\/th>\n<th>Lure Weight<\/th>\n<th>Line Weight<\/th>\n<\/tr>\n<tr>\n<td>Spinning<\/td>\n<td>Med Heavy<\/td>\n<td>7\u2032 2\u2033<\/td>\n<td>1\/8 \u2013 3\/4 oz<\/td>\n<td>8 \u2013 15 lb<\/td>\n<\/tr>\n<\/table>\n&quot;},{&quot;variation_id&quot;:815,&quot;variation_is_visible&quot;:true,&quot;variation_is_active&quot;:true,&quot;is_purchasable&quot;:true,&quot;display_price&quot;:99.99,&quot;display_regular_price&quot;:99.99,&quot;attributes&quot;:{&quot;attribute_models&quot;:&quot;HFDS272MS&quot;},&quot;image_src&quot;:&quot;&quot;,&quot;image_link&quot;:&quot;&quot;,&quot;image_title&quot;:&quot;&quot;,&quot;image_alt&quot;:&quot;&quot;,&quot;image_caption&quot;:&quot;&quot;,&quot;image_srcset&quot;:&quot;&quot;,&quot;image_sizes&quot;:&quot;&quot;,&quot;price_html&quot;:&quot;&quot;,&quot;availability_html&quot;:&quot;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;weight&quot;:&quot; lbs&quot;,&quot;dimensions&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;max_qty&quot;:null,&quot;backorders_allowed&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_downloadable&quot;:false,&quot;is_virtual&quot;:false,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;variation_description&quot;:&quot;<table class=\&quot;rod-info\&quot; style=\&quot;width: 100%\&quot;>\n<tr>\n<th>Rod Type<\/th>\n<th>Power<\/th>\n<th>Length<\/th>\n<th>Lure Weight<\/th>\n<th>Line Weight<\/th>\n<\/tr>\n<tr>\n<td>Spinning<\/td>\n<td>Medium<\/td>\n<td>7\u2032 2\u2033<\/td>\n<td>1\/16 \u2013 1\/2 oz<\/td>\n<td>6 \u2013 12 lb<\/td>\n<\/tr>\n<\/table>\n&quot;}]">
    	
    			<table class="variations" cellspacing="0">
    			<tbody>
    									<tr>
    						<td class="label"><label for="models">Models</label></td>
    						<td class="value">
    							<select id="models" class="" name="attribute_models" data-attribute_name="attribute_models"" data-show_option_none="yes"><option value="">Choose an option</option><option value="HFDS272MS" >HFDS272MS</option><option value="HFDS272MHS" >HFDS272MHS</option></select><a class="reset_variations" href="#">Clear</a>						</td>
    					</tr>
    							</tbody>
    		</table>
    
    		
    		<div class="single_variation_wrap">
    			<div class="woocommerce-variation single_variation"></div><div class="woocommerce-variation-add-to-cart variations_button">
    			<div class="quantity">
    	<input type="number" step="1" min="" max="" name="quantity" value="1" title="Qty" class="input-text qty text" size="4" pattern="[0-9]*" inputmode="numeric" />
    </div>
    		<button type="submit" class="single_add_to_cart_button button alt">Add to cart</button>
    	<input type="hidden" name="add-to-cart" value="813" />
    	<input type="hidden" name="product_id" value="813" />
    	<input type="hidden" name="variation_id" class="variation_id" value="0" />
    </div>
    		</div>
    
    			
    	</form>
    
    <div class="product_meta">
    
    	
    	
    		<span class="sku_wrapper">SKU: <span class="sku" itemprop="sku">N/A</span></span>
    
    	
    	<span class="posted_in">Category: <a href="http://localhost/halo/product-category/fishing-rods/spinning/" rel="tag">Spinning Rods</a></span>
    	
    	
    </div>
    
    	</div><!-- .summary -->
    
    	
    	<div class="woocommerce-tabs wc-tabs-wrapper">
    		<ul class="tabs wc-tabs">
    							<li class="additional_information_tab">
    					<a href="#tab-additional_information">Additional Information</a>
    				</li>
    							<li class="reviews_tab">
    					<a href="#tab-reviews">Reviews (0)</a>
    				</li>
    					</ul>
    					<div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--additional_information panel entry-content wc-tab" id="tab-additional_information">
    				
    	<h2>Additional Information</h2>
    
    <table class="shop_attributes">
    
    	
    		
    		
    	
    			<tr class="">
    			<th>Models</th>
    			<td><p>HFDS272MS, HFDS272MHS</p>
    </td>
    		</tr>
    	
    </table>
    			</div>
    					<div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--reviews panel entry-content wc-tab" id="tab-reviews">
    				<div id="reviews" class="woocommerce-Reviews">
    	<div id="comments">
    		<h2 class="woocommerce-Reviews-title">Reviews</h2>
    
    		
    			<p class="woocommerce-noreviews">There are no reviews yet.</p>
    
    			</div>
    
    	
    		<div id="review_form_wrapper">
    			<div id="review_form">
    					<div id="respond" class="comment-respond">
    		<h3 id="reply-title" class="comment-reply-title">Be the first to review &ldquo;Daylight Series II Spinning Rods&rdquo; <small><a rel="nofollow" id="cancel-comment-reply-link" href="/halo/daylite-series-ii/#respond" style="display:none;">Cancel reply</a></small></h3>			<form action="http://localhost/halo/wp-comments-post.php" method="post" id="commentform" class="comment-form">
    				<p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p><p class="comment-form-rating"><label for="rating">Your Rating</label><select name="rating" id="rating" aria-required="true" required>
    							<option value="">Rate&hellip;</option>
    							<option value="5">Perfect</option>
    							<option value="4">Good</option>
    							<option value="3">Average</option>
    							<option value="2">Not that bad</option>
    							<option value="1">Very Poor</option>
    						</select></p><p class="comment-form-comment"><label for="comment">Your Review <span class="required">*</span></label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" required></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" aria-required="true" required /></p>
    <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" aria-required="true" required /></p>
    <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Submit" /> <input type='hidden' name='comment_post_ID' value='813' id='comment_post_ID' />
    <input type='hidden' name='comment_parent' id='comment_parent' value='0' />
    </p>			</form>
    			</div><!-- #respond -->
    				</div>
    		</div>
    
    	
    	<div class="clear"></div>
    </div>
    			</div>
    			</div>
    
    </div> 
    #744562
    mischael1
    Participant

    I want to make a withdrawal of goods:
    1) Top picture of the current category and the category description.
    2) Below the grid that have no buttons, but when clicking on a product opens a larger image of the thumbnails.
    How can I do it?
    Thank you!
    PS That is on the page of a particular product are generally not allowed to go.

    #744546

    alright thanks – you can close this. could someone have a look at this post: https://kriesi.at/support/topic/border-around-masonry-title-underneath-thumbnail/

    Thanks

    #744485

    Ciao Yigit!

    Should I change only the thumbnail images size? Cause I tried it but the plugin says they are already resized.

    querflug
    Participant

    Hi guys, can you please tell me how i could get rid of the date, category and the grey lines (seperators) in the blog grid view?
    Second question concerning the single blog post: i want the image shown in real size, not as a thumbnail – is this possible?
    How do i remove the grey lines (seperators) in the single blog post?

    Thanks in advance!
    Juergen

    • This topic was modified 9 years, 2 months ago by querflug.
    #744097

    Hey Maria!

    Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the thumbnail image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Best regards,
    Yigit

    #744069
    mariasol3
    Participant

    Hi guys,

    I have some issue with the thumbnail size of featured posts widget on my homepage. It happens on the first article I published after I changed theme. The other thumbnails are correct as you can see.

    Can you help me please?

    #744043

    Ok I am so confused why you guys are not seeing the tooltip/hover on the thumbnails

    Anyways, here is what I am trying to accomplish

    I want to have 10 thumbnails on the page with a title underneath. Clicking on a thumbnail will open the image larger in lightbox and below the image, I would like to have 2-3 sentences description for that image. Is that possible with the enfold theme?

    #743827
    infognana
    Participant

    Hi team
    upload an image, it would upload but no image would show in the media library. Now, ALL the images in the library display only a generic image so you can’t tell one from another.

    #743712

    Hi,

    You can add the gap between masonry thumbnails in the masonry options. However since you have chosen alternate method we will close this ticket and we will reach out to you on the other ticket.

    Best regards,
    Vinay

    #743526

    Thanks Yigit
    I checked it and I see that the thumbnails are now filling the page width. They look fine :)
    The only thing (which is inevitable) is that they are bigger than those in a row of 4. My original question was whether it was possible to nudge the row of 3 of the original thumbnail size, to the centre. But I guess it is all to do with the width of the columns. Four is obviously going to result in smaller thumbnails than three columns.

    #743487

    Hi,

    as you can see in your source code you’re still using 450px width image: http://imgur.com/a/cI78v, so please use the plugin properly. You could also adjust it manually via this code inside Quick CSS field:

    #top .thumbnail_container img {
    width: 500px;
    max-width: 500px;
    }

    Best regards,
    Andy

    #743466

    I don’t know what to tell you, but it’s not working on the home page. I took a screenshot that you can see here (https://ufile.io/8a6af) what it returns and the code is below. What am I missing? I added the code to the end of the section for output, but it’s pulling the home page’s own content with HTML/tags.

    if (!empty($entries))
    			{	global $post;
    				
    				$default_id = $post->ID;
    				$output .= "<div class='av-upcoming-events ".$meta['el_class']."'>";
    				foreach($entries as $entry)
    				{	
    					$class  = "av-upcoming-event-entry";
    					$image  = get_the_post_thumbnail($entry->ID, 'square', array( 'class' => 'av-upcoming-event-image' ));
    					$class .= !empty($image) ? " av-upcoming-event-with-image" : " av-upcoming-event-without-image";
    					$title  = get_the_title($entry->ID);
    					$link	= get_permalink($entry->ID);
    					
    					$post->ID = $entry->ID; //temp set of the post id so that tribe fetches the correct price symbol
    					$price  = tribe_get_cost( $entry->ID, true );
    					$venue  = tribe_get_venue( $entry->ID );
    					$post->ID = $default_id;
    					
    					$output .= "<a href='{$link}' class='{$class}'>";
    					
    		if($image)  $output .= $image;
    					$output .= "<span class='av-upcoming-event-data'>";
    						$output .= "<h4 class='av-upcoming-event-title'>{$title}</h4>";
    							$output .= "<span class='av-upcoming-event-meta'>";
    							$output .= "<span class='av-upcoming-event-schedule'>".tribe_events_event_schedule_details($entry)."</span>";
    							$output .= apply_filters('avf_upcoming_event_extra_data', "", $entry);
    							$output .= "</span>";
    						$output .= "</span>";
    					$output .= "</a>";
    					$excerpt = !empty(get_the_excerpt($entry->ID)) ? get_the_excerpt($entry->ID) :  get_the_content($entry->ID);
    if($excerpt) $output .= "<span class='av-upcoming-event-excerpt'>{$excerpt}</span>";
    				}
Viewing 30 results - 4,441 through 4,470 (of 10,101 total)