Viewing 30 results - 3,181 through 3,210 (of 10,097 total)
  • Author
    Search Results
  • #933930

    In reply to: The Shop

    This reply has been marked as private.
    #933878

    Victoria,

    I added your code to the “functions.php” file (in the themes/enfold folder) and added it at the end (just after the last “add action” code that was already there) [ Shown below ]. I doesn’t seem to do anything—it still ‘jumps up’ to the top of the page when you click on the pagination ‘buttons’. I cleared the GoDaddy cache, and looked at it with Chrome, Safari, and Firefox and the same thing happens (cleared their caches, too).

    So, I add the “completed_projects” ID to another portfolio item (“Ambrose Ridge”), and it still jumps up to the top of the page:

    Any suggestions?

    Thanks for all your effort!

    Mark Besh
    Visual Impact Systems

    ===============
    . . . .
    /*
    * compat mode for easier theme switching from one avia framework theme to another
    */
    add_theme_support( ‘avia_post_meta_compat’);

    /*
    * make sure that enfold widgets dont use the old slideshow parameter in widgets, but default post thumbnails
    */
    add_theme_support(‘force-post-thumbnails-in-widget’);

    /*
    * display page titles via wordpress default output
    */
    function av_theme_slug_setup()
    {
    add_theme_support( ‘title-tag’ );
    }

    add_action( ‘after_setup_theme’, ‘av_theme_slug_setup’ );

    /*title fallback*/
    if ( ! function_exists( ‘_wp_render_title_tag’ ) )
    {
    function av_theme_slug_render_title()
    {
    echo “<title>” . avia_set_title_tag() .”</title>”;
    }
    add_action( ‘wp_head’, ‘av_theme_slug_render_title’ );
    }

    add_action(‘wp_footer’, ‘ava_new_custom_script’);
    function ava_new_custom_script(){
    ?>
    <script type=”text/javascript”>
    (function($) {
    function a() {
    $(‘.pagination-wrap.pagination-portfolio a’).each(function() {
    var link = $(this);
    link.attr(“href”, link.attr(“href”) + “#completed_projects”);

    });
    }

    $(window).load(function() {
    a();
    });
    })(jQuery);
    </script>
    <?php
    }

    /*
    * register custom functions that are not related to the framework but necessary for the theme to run
    */

    require_once( ‘functions-enfold.php’);

    /*
    * add option to edit elements via css class
    */
    // add_theme_support(‘avia_template_builder_custom_css’);

    #933431

    In reply to: The Shop

    Hey Ruth,

    For the products to have similar sizes, try adding this css code in Quick CSS located in Enfold > General Styling:

    #top.woocommerce .thumbnail_container {
        display: flex;
    }
    
    #top.woocommerce .thumbnail_container img {
        object-fit: contain;
    }

    though I would suggest cropping them manually in an image editor and have same sizes for all of them before uploading it to your site.

    Go to Enfold > Sidebar Settings > Sidebar on Pages > set this to Left Sidebar then save. Then go to Appearance > Widgets > Shop Overview Page > then drag widgets to that area.
    Hope this helps :)

    Best regards,
    Nikko

    #933425

    Sorry – you have to take the “s” off the end of https in the url then you should see the pages. I’m under the impression that WooCommerce calls thumbnails “catalogue elements” but either way i’m talking about thumbnail images on my “hello” page under “latest products”, “shop” page, and “freebies” page. Thanks.

    #933384

    Hi,

    Thank you for the info.

    Please look for this code around line 690.

    if(empty($this->atts['thumbnails']))
    				{
    					 $image = "";
    					 $extraClass = "av-magazine-no-thumb";
    				}
    

    Below, add the excerpt.

    
    $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');
    

    Best regards,
    Ismael

    #933308

    Thank you for the info, I tried a few suggested steps and finally managed to access the Dashboard. There is now a new issue. I’m using the full-width easy slider to play a video that is uploaded to the server. It is now no longer loading, yet there is a tiny thumbnail, center top that plays the video. Is there something that I need to do to fix this? Thanks

    #932322
    info224
    Participant

    Hi

    I would like to add a single product to a row on the homepage, however, I can’t seem to find a workaround. I have tried [product id=””] and that brings up a thumbnail image. Basically, I would like what appears in the product grid but only one item. There will be other product grids on the page too.

    many thanks

    #932266

    Hey Iloivar,

    It is an icon, you can try something like

    
    .av-magazine-thumbnail .iconfont.av-magazine-entry-icon[data-av_icon]:before {
      content: url(your link);
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #932176

    Thanks Basilis, but all of the images I’ve uploaded are full size. When I choose the image as a featured image for my product, it sizes it fine for the actual product page but seems to automatically size it to the 200×133 size for catalogue thumbnails. I deleted the image and re-uploaded as a different name, regenerated thumbnails and it’s still pixelated. I’ve noticed that when I click on the product thumbnail, go to the product page, and go back it looks crisp, don’t know why though.

    #931990

    Hi,
    I think we are closer to the solution. This CSS is now working on the entire website but I’ve noticed one thing.

    All the thumbnails of the magazine element are now squares (120px x 120px). I modified both your CSS codes to make them 150px x 100px but it doensn’t seems to work (even clearing the cache).
    So can you please explain me how to do this change? I don’t really understand what’s wrong.

    #931970

    Hi,
    I have replaced your css with this to remove the padding and margin so it would be a better fit for the element:

    .av-magazine-thumbnail a img {
        width: 120px!important; 
        height: 120px!important;
        margin: 0px !important;
    }
    .av-magazine-thumbnail {
        width: 120px!important; 
        height: 120px!important; 
        padding: 0px !important; 
    }

    Please clear your browser cache and check.
    This will effect all of these elements site wide, typically I recommend limiting such changes to certain pages or elements to reduce conflicts, if you find issues with this elsewhere please let us know so we can adjust for you.

    Best regards,
    Mike

    #931961
    Jacky
    Participant

    Hello

    I have created a post that is displayed with “Entries Slider”.
    For all previous contributions, the previewimage is displayed square.
    The new post displays an earlier loaded image with 800x800px correctly. However, if I load the desired image with 800x800px, this will be displayed rectangular. I do not know why.

    #931919

    Hi Mike,
    I’ve checked and the icon list works perfectly. The icons became smaller on mobiles, so thank you again!

    Now just the last thing. As you can see in the screenshot, the squares around the magazine-element images are bigger than normal. I made some changes in the past to make those images bigger but after the update it’s not working anymore.
    So now I’ve just made some test to restore it:
    – I’ve changed the dimensions of thumbnail from 80×80 to 160×128 (with the plug in “simple image sizes”)
    – I’ve tried to follow the suggestions of this old topic: https://kriesi.at/support/topic/how-to-modify-magazine-immages-size/
    – I’ve tried to modify the pixels numers in this CSS i’ve in the style.css:

    .av-magazine-thumbnail {
        width: 150px;
        height: 120px;
    }

    But anyway I can find a way to restore the situation as it was before the child theme.

    I don’t know if I0ve been clear enough. Please see the screeshot attached to better understand.

    Thank you so much for you kind help!

    Luca

    #931905

    Thanks so far, but these are not the settings for the smallest thumbnail on product level. These are the settings for the overview product and full product image. (if i’m right). Because the smallest thumb is still pixelated.

    Hey dutchguy72,

    Thank you for using Enfold.

    The element is not working on Chrome, Windows 7. This is the error in the console.

    (index):510 Uncaught ReferenceError: gtag is not defined
        at HTMLDocument.<anonymous> ((index):510)
        at i (jquery.js:2)
        at Object.fireWith [as resolveWith] (jquery.js:2)
        at Function.ready (jquery.js:2)
        at HTMLDocument.K (jquery.js:2)
    

    The error is related to this markup.

    width="80" height="80" src="https://tyt.com.my/wp-content/uploads/2018/03/TYT-GINGER-TEA-LABEL-ART-IMP-RED-DATES-26SEPT17-1-80x80.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" srcset="https://tyt.com.my/wp-content/uploads/2018/03/TYT-GINGER-TEA-LABEL-ART-IMP-RED-DATES-26SEPT17-1-80x80.png 80w, https://tyt.com.my/wp-content/uploads/2018/03/TYT-GINGER-TEA-LABEL-ART-IMP-RED-DATES-26SEPT17-1-295x300.png 295w, https://tyt.com.my/wp-content/uploads/2018/03/TYT-GINGER-TEA-LABEL-ART-IMP-RED-DATES-26SEPT17-1-768x782.png 768w, https://tyt.com.my/wp-content/uploads/2018/03/TYT-GINGER-TEA-LABEL-ART-IMP-RED-DATES-26SEPT17-1-1012x1030.png 1012w, https://tyt.com.my/wp-content/uploads/2018/03/TYT-GINGER-TEA-LABEL-ART-IMP-RED-DATES-26SEPT17-1-36x36.png 36w, https://tyt.com.my/wp-content/uploads/2018/03/TYT-GINGER-TEA-LABEL-ART-IMP-RED-DATES-26SEPT17-1-180x180.png 180w, https://tyt.com.my/wp-content/uploads/2018/03/TYT-GINGER-TEA-LABEL-ART-IMP-RED-DATES-26SEPT17-1-1473x1500.png 1473w, https://tyt.com.my/wp-content/uploads/2018/03/TYT-GINGER-TEA-LABEL-ART-IMP-RED-DATES-26SEPT17-1-100x100.png 100w, https://tyt.com.my/wp-content/uploads/2018/03/TYT-GINGER-TEA-LABEL-ART-IMP-RED-DATES-26SEPT17-1-450x458.png 450w" sizes="(max-width: 80px) 100vw, 80px" /></noscript></span>        </span>    </span></a></div>
    <script type="text/javascript">(function(){var sa=document.createElement('script');sa.type='text/javascript';sa.async=true;sa.src=('https:'==document.location.protocol?'https://cdn':'http://cdn')+'.ywxi.net/js/1.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(sa,s);})();</script> <script type="text/javascript">jQuery('form#wma_login_form').submit(function(){if(jQuery(this).find('#user_login').val()==''||jQuery(this).find('#user_pass').val()==''){alert('Please fill in your username and password');return false;}});</script> <script>(function(body){'use strict';body.className=body.className.replace(/\btribe-no-js\b/,'tribe-js');})(document.body);</script> <script type='text/javascript'>/*<![CDATA[*/var avia_framework_globals=avia_framework_globals||{};avia_framework_globals.gmap_api='AIzaSyC8a6O54W35wkO7ImcqzGvdGFrU9wbFeJw';avia_framework_globals.gmap_maps_loaded='https://maps.googleapis.com/maps/api/js?v=3.30&key=AIzaSyC8a6O54W35wkO7ImcqzGvdGFrU9wbFeJw&callback=aviaOnGoogleMapsLoaded';avia_framework_globals.gmap_builder_maps_loaded='https://maps.googleapis.com/maps/api/js?v=3.30&key=AIzaSyC8a6O54W35wkO7ImcqzGvdGFrU9wbFeJw&callback=av_builder_maps_loaded';avia_framework_globals.gmap_backend_maps_loaded='https://maps.googleapis.com/maps/api/js?v=3.30&callback=av_backend_maps_loaded';avia_framework_globals.gmap_source='https://maps.googleapis.com/maps/api/js?v=3.30&key=AIzaSyC8a6O54W35wkO7ImcqzGvdGFrU9wbFeJw';/*]]>*/</script> <script type='text/javascript'>var avia_framework_globals=avia_framework_globals||{};avia_framework_globals.frameworkUrl='https://tyt.com.my/wp-content/themes/enfold/framework/';avia_framework_globals.installedAt='https://tyt.com.my/wp-content/themes/enfold/';avia_framework_globals.ajaxurl='https://tyt.com.my/wp-admin/admin-ajax.php';</script> <script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"Product","@id":"https:\/\/tyt.com.my\/shop\/ginger-tea-original\/","name":"Ginger Tea, Original","image":"https:\/\/tyt.com.my\/wp-content\/uploads\/2018\/03\/TYT-GINGER-TEA-LABEL-ART-IMP-ORIGINAL-26SEPT17-1.png","description":"A traditional herbal drink, fully extracted from fresh native ginger. Net weight: 300 grams (good for at least 25 cups). Made with organic cane sugar. PRE-LAUNCH PROMOTION!","sku":"1","offers":[{"@type":"Offer","price":"55.50","priceCurrency":"MYR","availability":"https:\/\/schema.org\/InStock","url":"https:\/\/tyt.com.my\/shop\/ginger-tea-original\/","seller":{"@type":"Organization","name":"TYT","url":"https:\/\/tyt.com.my"}}]}</script><script type='text/javascript'>var tribe_l10n_datatables={"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done"}};</script> <script type='text/javascript'>var wc_add_to_cart_params={"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"https:\/\/tyt.com.my\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"https:\/\/tyt.com.my\/cart\/","is_cart":"","cart_redirect_after_add":"no"};</script> <script type='text/javascript' src='https://tyt.com.my/wp-content/plugins/<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>/assets/js/frontend/add-to-cart.min.js'></script> <script type='text/javascript'>var wc_single_product_params={"i18n_required_rating_text":"Please select a rating","review_rating_required":"no","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"","zoom_options":[],"photoswipe_enabled":"","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":""};</script> <script type='text/javascript' src='https://tyt.com.my/wp-content/plugins/<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>/assets/js/frontend/single-product.min.js'></script> <script type='text/javascript' src='https://tyt.com.my/wp-content/plugins/<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>/assets/js/jquery-blockui/jquery.blockUI.min.js'></script> <script type='text/javascript' src='https://tyt.com.my/wp-content/plugins/<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>/assets/js/js-cookie/js.cookie.min.js'></script> <script type='text/javascript'>var <a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>_params={"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"https:\/\/tyt.com.my\/?wc-ajax=%%endpoint%%"};</script> <script type='text/javascript' src='https://tyt.com.my/wp-content/plugins/<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>/assets/js/frontend/<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>.min.js'></script> <script type='text/javascript'>var wc_cart_fragments_params={"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"https:\/\/tyt.com.my\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_45699ec7f4ca637d6be48f9755ce9cdf","fragment_name":"wc_fragments_45699ec7f4ca637d6be48f9755ce9cdf"};</script> <script type='text/javascript' src='https://tyt.com.my/wp-content/plugins/<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>/assets/js/frontend/cart-fragments.min.js'></script> <script type='text/javascript' src='https://tyt.com.my/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js'></script> <script type='text/javascript' src='https://tyt.com.my/wp-includes/js/mediaelement/wp-mediaelement.min.js'></script> <script type='text/javascript' src='https://tyt.com.my/wp-includes/js/comment-reply.min.js'></script> <script type='text/javascript' src='https://tyt.com.my/wp-content/plugins/bj-lazy-load/js/bj-lazy-load.min.js'></script> <script type='text/javascript' src='https://tyt.com.my/wp-content/uploads/dynamic_avia/avia-footer-scripts-9c1812a00b6b175ecb6479dd71a89a94.js'></script> <script type='text/javascript' src='https://tyt.com.my/wp-includes/js/wp-embed.min.js'></script>  <script type="text/javascript">/*<![CDATA[*/jQuery(function($){tvc_lc="MYR";var items=[];gtag("set",{"currency":tvc_lc});jQuery("[class*=single_add_to_cart_button]").click(function(){gtag("event","add_to_cart",{"event_category":"Enhanced-Ecommerce","event_label":"add_to_cart_click","non_interaction":true,"items":[{"id":tvc_po.tvc_i,"name":tvc_po.tvc_n,"category":tvc_po.tvc_c,"price":tvc_po.tvc_p,"quantity":jQuery(this).parent().find("input[name=quantity]").val()}]});});tvc_po={"tvc_id":"1973","tvc_i":"1","tvc_n":"Ginger Tea, Original","tvc_c":"Featured,Tea","tvc_p":"55.50"};gtag("event","view_item",{"event_category":"Enhanced-Ecommerce","event_label":"product_impression_pp","items":[{"id":tvc_po.tvc_i,"name":tvc_po.tvc_n,"category":tvc_po.tvc_c,}],"non_interaction":true})
    

    Did you minify the scripts and stylesheets?

    Best regards,
    Ismael

    #930961

    Just realized that every time I click on one of the catalogue thumbnails, go to the product page and then go back, the catalogue thumbnail is now crisp. Still not sure why this is happening.

    #930666

    Hi Mike, I’ve just checked. Problems 2 and 3 completely solved, thank you!

    1: I placed all my CSS in the stylesheet as suggested. Just two things are not working.

    A: This CSS below is for the dimension of the icon in the icon list. I’m using it to make them smaller. And this is not working (I have a green line instead of the icon) as you can see here: https://www.viaggiareverde.it/capo-verde-informazioni-utili/
    That’s the CSS code I used:

    }
    @media only screen and (max-width:767px) {
      #top .avia-icon-list .iconlist_icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 20px;
      }

    B: Before the installation of the Child Theme I had bigger photos in the magazine element (amost 2 times the “normal” dimension). If i’m not wrong I used this CSS code below (but maybe something else) to make them bigger. Now they are shown in the normal size.

    .av-magazine-thumbnail {
        width: 150px;
        height: 120px;
    }

    I tried to increase the dimensions but nothing seems to work.

    C: Just a question. I don’t remeber what is this CSS code. Do you know?

    }
     #respond .comment-form-url {
    display: none;
    }

    Thanks a lot for your help!

    Regards

    Luca

    #930454
    condonpb
    Participant

    Dear Sirs,

    In the footer I have the instagram widget. All of a sudden it is not working (not showing thumbnail images) I have upgarde to the latest version of enfold to 4.2.6 to see if this resolves but still not images see https://www.respectaclecompany.co.uk/. I have enclosed login details in private content.

    Many thanks

    Pete

    #930296
    Linseed_Studio
    Participant

    Hi all,

    I’m running into a wall with pixelated catalogue images on my shop page. I tried downloading the “Regenerate Thumbnail” plugin but either it’s not working or I’m missing a step. I tried going into display setting in the Appearance panel very couldn’t change anything there. I’m using WooCommerce 3.3.3.

    #930261

    Hi kylienorton,

    Here is what can be done with css:

    
    #top .thumbnail_container img {
      max-height: 160px;
        width: auto;
        min-height: 160px;
        height: 160px;
    }
    

    It is not perfect. The thing is, any slider with images of different aspect ratios will be jumping. The thumbs have to be either scaled up or cropped, anyway, this easier to do when preparing images, not in the code.

    Best regards,
    Victoria

    teetlam
    Participant

    Hello,

    I followed this post https://kriesi.at/support/topic/background-video-with-no-sound/
    to turn on audio for the Video color section.
    It works great and perfectly on Chrome, but does not play on Safari, and is a small thumbnail on Internet Explorer browser.

    Please help and advise how to get this corrected!!

    #929722

    Hi,

    If I change the image width under customise > woocommerce, it is not reflected on the single product page.

    Did you re-upload or regenerate the images after adjusting the size value? Please adjust the thumbnail size in the WooCommerce > Settings > Products > Display panel.

    Best regards,
    Ismael

    I know. However, every resizing of an image blurrs it. So the first blurring occurs when I define a size for the thumbnail, the second one when the browser rescales it to the actually displayed size. Using the original image in the <img> tag means only one rescaling (when the browsers displays the image), which means a sharper image. Thus, my question remains: how can I use the original image as featured image, without any resizing?

    • This reply was modified 8 years ago by gooflo.
    gooflo
    Participant

    I found many entries how to change the thumbnail sizes, e.g. also for my purpose: the single post with sidebar. However, I don’t want to set it to a fixed size – what I want to do is to use the original image and let the browser rescale the image. Only this approach guarantees sharp images, independent of actual image size, especially when you use different image sizes.

    Please tell me how I can achieve this.

    #928509
    scriptorium
    Participant

    Hi everybody,
    I am facing some problem displaying properly the following code:

    <span class="entry-info-wrap">
        <span class="entry-info">
            <span class="entry-image">
                <img width="80" height="80" src="https://www.scriptorium-albi.fr/site-de-test/wp-content/uploads/2017/12/84-700_1-80x80.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" srcset="https://www.scriptorium-albi.fr/site-de-test/wp-content/uploads/2017/12/84-700_1-80x80.jpg 80w, https://www.scriptorium-albi.fr/site-de-test/wp-content/uploads/2017/12/84-700_1-320x320.jpg 320w, https://www.scriptorium-albi.fr/site-de-test/wp-content/uploads/2017/12/84-700_1-36x36.jpg 36w, https://www.scriptorium-albi.fr/site-de-test/wp-content/uploads/2017/12/84-700_1-130x130.jpg 130w, https://www.scriptorium-albi.fr/site-de-test/wp-content/uploads/2017/12/84-700_1-300x300.jpg 300w, https://www.scriptorium-albi.fr/site-de-test/wp-content/uploads/2017/12/84-700_1-350x350.jpg 350w" sizes="(max-width: 80px) 100vw, 80px">
          </span>
            <span class="entry-title">
                   Jean Dulac <span class="sp">|</span> Godard d’Aucour (Claude) <span class="titre">Thémidore...</span> 
            </span>
        </span>
    </span>

    The point is that I try to display spans within .entry-title class cascading inheriting therefore the table-cell property which breaks everything.
    Please have a look at the pictures :  a.avia-post-next and a.avia-post-prev
    You should notice that:
    a/ the display in the a.avia-post-prev and a.avia-post-next looks different
    b/ the a.avia-post-next > span.entry-title breaks the content with an ending ellipsis which curiously dosen’t seem to be set in the span.entry-title definition in layout.css
    I am able to display properly the entry-title content when styling in my child theme style.css:
    #top .avia-post-nav .entry-title span {display: inline-block;}
    But, … for the a.avia-post-next only!
    Please look at the following pictures: a.avia-post-next and a.avia-post-prev
    I am yet stuck.
    Any kind help would be much appreciated.
    Best regards.
    Gilles

    #928307
    dourmioan
    Participant

    Hi,
    I need your guidance on a problem I have encountered.

    In relevance to comments posted by various users on your forum, I decided to perform the update of my website to EnfoldVersion: 4.2.6 in Local Host. I have updated my PHP version 7.1.15
    Everything seemed to run smoothly except for the pictures of the WooCommerce products which are not displayed at all. After research I went into I came up with the conclusion that the problem is created due to the “noLightbox single-product-main-image alpha” indication (as per depicted on the 2nd screenshot attached herewith, compared to the 1st one attached where it seems that the pictures are operational).

    https://prnt.sc/is7t49
    https://prnt.sc/is7u9d

    Please note the following:
    – the “Lightbox Modal Window” field is checked on the Enfold theme Options
    – I have cleaned my website Cache
    – my child theme functions.php file contains

    <?php

    /*
    Woocommerce 3.0.0 Compatibility Fix
    Remove Enfold’s custom functions that conflict with the new image display in WooCommerce 3.0.0
    */

    global $woocommerce;
    if( version_compare( $woocommerce->version, ‘3.0.0’, “>=” ) ) {

    add_theme_support( ‘wc-product-gallery-zoom’ );
    add_theme_support( ‘wc-product-gallery-lightbox’ );

    function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
    return $img;
    }
    function avia_woocommerce_post_thumbnail_description($img, $post_id){
    return $img;
    }

    }

    – and finally my child theme style .css contains

    .woocommerce-product-gallery__trigger{
    position: absolute !important;
    top: 1em;
    left: 1em;
    z-index: 99;
    }

    Kindly advise on prompt action to be taken from my part.

    rvga
    Participant

    Hi everyone,
    I’ve been reading the entire forum but couldn’t find an answer to my problem.

    I would like to have the ability to change the size of an H1 text inside a text block inside of a portfolio element.
    Through the custom CSS field, that would be perfect.

    Have a look at my issue: cone 1

    Thx for your help.

    #927891

    In reply to: Related Posts

    Hey Trent,
    Sorry, the related posts element is not available when using the advanced layout builder. But you could copy the element and paste in a code block element to display in the advanced layout builder.
    To do so, open a post that was built using the default editor, and inspect the element right clicking on the div and choosing “edit as HTML” from the menu, then copy the code and paste in a code block element.
    2018-03-15_222127
    This will use the same posts that you copied, which might be ok if you have some top posts that you want to display, but you’ll have to do this step with a few different times if you want to show different related posts on every post.

    Another option might be to add a blog posts element to the bottom of your post, with the option to show a thumbnail image, and except, in a matching category. For my example here are the settings I used:
    2018-03-15_225805
    Here is the css I used:

    .av-alb-blogposts .post-entry div.entry-content,.av-alb-blogposts .post-entry span.post-meta-infos {display: none !important;}
    .av-alb-blogposts .post-entry .blog-meta .small-preview img {border-radius: 50%;}
    .av-alb-blogposts .post-entry .blog-meta .small-preview {background:transparent!important;}
    .av-alb-blogposts .post-entry h2.entry-title {margin-top: 10%;}

    Here is the result:
    2018-03-15_224817
    not quite as nice as the first option, but it does pull from the categories or tags that you choose.
    you may also need to adjust the css by adding “#top.single” to the beginning of each rule so it won’t interfere with the element used on pages.

    Best regards,
    Mike

    #927518
    chalbo73
    Participant

    Hi

    I used the widget “gallery” proposed by your theme on one of my pages.

    When I look on mobile, the gallery is small, so not very visible. My images are about 500/600 pixels wide and tall. I would also like to remove the outline of thumbnails but I can not. See the link below the relevant page.
    I placed an image under the gallery so you can see my settings

    Thanks for your feedback
    Peggy

    #927493

    In reply to: Separators not working

    Hi,

    Ah! it’s part of a learning curve. You just got to know one way not to mess up in the future :)

    Please try this plugin https://wordpress.org/plugins/regenerate-thumbnails/ and regenerate all the images. Let’s see if that will fix the issue.

    If it does not then I’m sorry to say that you have to manually upload the images again.

    Best regards,
    Vinay

Viewing 30 results - 3,181 through 3,210 (of 10,097 total)