Forum Replies Created

Viewing 30 posts - 21,361 through 21,390 (of 25,536 total)
  • Author
    Posts
  • in reply to: Change text in READ MORE link #799259

    Hi,

    Try to copy loop-index.php found in includes folder of the Enfold theme, create a new folder in your child theme and name it includes and paste loop-index.php file. Edit it (line 56):

    $current_post['content'] 	= $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"></span></a></div>' : $current_post['content'];

    and replace it with this code:

    $current_post['content'] 	= $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read the full article','avia_framework').'<span class="more-link-arrow"></span></a></div>' : $current_post['content'];

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Random masonry #799258

    Hi,

    Are you using Enfold 4.0.7?

    Best regards,
    Nikko

    in reply to: A Problem with Tab Section #799257

    Hi,

    Thanks for providing the login :) I think it’s okay I can use a translator. Can you try to edit this file: enfold/js/shortcodes.js and find this line of code (line 2867):

    new_pos = new_pos / tabs.length;

    and replace it with:

    new_pos = (new_pos / tabs.length) * -1;

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: child file style.css (or custom.css) #799247

    Hey jesus_sleon,

    Did you get the child theme here: http://kriesi.at/documentation/enfold/using-a-child-theme/ ?
    That shouldn’t have custom.css, also you don’t need to add the copy the original style.css and put it in the child theme since it will still be called.

    Best regards,
    Nikko

    in reply to: Editor keeps freezing #799245

    Hi,

    I have tested it but I don’t experience the issue and the console doesn’t have any errors. You can see in the revision that I updated it few times (added a text block and removed it). Screenshot in private content to show how it looks when I checked it.

    Best regards,
    Nikko

    in reply to: Description in Menu Item #799242

    Hey mzima,

    1. Yes, it’s possible, an example would be this demo: http://kriesi.at/themes/enfold-photography/
    2. Yes, first use a child theme http://kriesi.at/documentation/enfold/using-a-child-theme/ then modify header.php

    Best regards,
    Nikko

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: WooCommerce Error Messages on Product Pages #799237

    Hey glossmoderne,

    Can you check if you have this code in functions.php:

    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;
    	}
    
    }

    If yes, try to remove it and tell us if it fixes the issue.

    Best regards,
    Nikko

    in reply to: Easy slider images have disappeared #799235

    Hi,

    Yes, I think there are some files left behind if you have used caching plugin before. Try reinstall that caching plugin and flush out the cache, or try to check with the plugins documentation on how to remove the cached files totally.

    Best regards,
    Nikko

    in reply to: After update to 4.0.7 MFP-Arrows are gone #799231

    Hi,

    Do you have a caching plugin enabled? Can you try to flush out the cache and check if it works.

    Best regards,
    Nikko

    in reply to: After Update Version 4.0.7 Problems #799229

    Hi,

    Thanks, it’s fixed now :) I have removed this code in functions.php of your child theme:

    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;
    	}
    
    }

    Best regards,
    Nikko

    in reply to: Tab Section doesnt work after update #799227

    Hi,

    I checked your site and there’s this js error appearing which points to this code:

    <script type="text/javascript">
    	$(document).ready(function(){
    	    $("#header-banner").ready(function(){
    	        $("#header-banner").delay(10000).slideToggle(500);
    	    });
    	}); 
    </script>

    Can you try to remove this code? the auto adjust content should work since js code should run properly.

    Best regards,
    Nikko

    in reply to: Change color font on the footer #799218

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #footer .widgettitle {
        color: green;
    }

    Just change the color as you see fit. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Center Content in a Grid Row #799214

    Hi,

    Yes, it can recognize YT/Vimeo links based on the url format/pattern. I think it can be done but you would have to modify the js script which would take some time and already outside the scope of our support :(

    Best regards,
    Nikko

    in reply to: layer slider text on iphones #799211

    Hey cipriana,

    Can you try to have that text with issue to show only in Desktop and Ipad and crete a similar one which is using a smaller font size and show it on mobile (hide in desktop and ipad). There is an option in layerslider which you can see here: http://imgur.com/a/27oas
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Easy slider images have disappeared #799205

    Hi,

    I have checked it in both chrome and firefox, the 2 images in slider are showing properly (link to the images in private content). Do you have a caching plugin installed? try flushing out the cache on your site and clear the browser cache and your end, I think it’s just caching issue.

    Best regards,
    Nikko

    in reply to: Tab section not working on certain tabs #799203

    Hi,

    There has been an improvement in the tab section however with it comes with this issue that was unnoticed. This is already reported to Kriesi and our devs :)

    Best regards,
    Nikko

    in reply to: Double Menu Appearing #799202

    Hey SML136,

    Try to check in Appearance > Widgets, the sidebar menu might be added in Displayed Everywhere and another widget area, try to remove it in other widget areas. Hope this helps :)

    Best regards,
    Nikko

    Hi,

    Thanks for sharing the solutions that worked for you. Kriesi and our devs are already working on fixing the issue, since we have already reported this bug.

    Best regards,
    Nikko

    in reply to: Website not displaying in Microsoft Edge Browser #799198

    Hey whobodyinc2,

    I tried to check your site in both Chrome and Edge however it doesn’t load on my end. This is what I see in Chrome:

    This site can’t be reached

    Screenshot in Private Content for both Chrome and Edge.

    Best regards,
    Nikko

    Hey D579L,

    Thanks for providing the admin access. I have the 3 empty columns in Tab 2 and that fixed the issue :)

    Best regards,
    Nikko

    in reply to: How can I change font of the headline rotator? #799194

    Hi,

    Can you give us temporary admin and ftp access? so we can check further with the issue :)

    Best regards,
    Nikko

    in reply to: ENFOLD > Invisible option Mega menu #799190

    Hey Philippe,

    Thanks for your kind words. :)

    I have checked my local installation of the latest Enfold 4.0.7 width WordPress 4.7.5 and Mega Menu is still there. Can you give us temporary admin access? so we can check it further. Just place the details in private content :)

    Best regards,
    Nikko

    in reply to: Contact Form Not Sending #799186

    Hey Jmiro1,

    Try to follow the instructions in the tutorial: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Contact form field color after fill #799183

    Hey MassimoDiFelice,

    For 1 & 2, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #wrap_all .text_input, 
    #top #wrap_all .text_area, 
    #top #wrap_all .select, 
    #top #wrap_all .avia_ajax_form .button {
        border: 2px solid #fff !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Most demo images missing #799181

    Hi,

    Yes it does, I have used Enfold 4.0.7 and WordPress 4.7.5, and imported the Enfold 2017 demo and the screenshot on my local server will show that they are downloaded and added to the uploads folder (screenshot in private content, url of the image is in red box).
    Best regards,
    Nikko

    in reply to: Easy slider images have disappeared #799175

    Hey trevorjohnston,

    I have checked the page and I can see the slider images. Screenshot in Private Content.

    Best regards,
    Nikko

    in reply to: Carousel on Mobile #799165

    Hey Justin,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top .avia-slideshow-controls a {
        display: block !important;
      }
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Customized breadcrumb #799159

    Hi,

    Sorry my mistake. I have tested breadcrumbs on my end and it’s working just fine, I have created a subcategory “test” under the parent “news” and the breadcrumbs appearing on my end shows like this:

    You are here:Home/Blog / News / Test / Hello world!

    Can you give us temporary admin access? so we can check it further. You can place the details in private content, so it is only visible to the moderators.

    Best regards,
    Nikko

    in reply to: Issues after upgrade to Enfold 4.0.5 #799153

    Hi,

    I checked your shop page when logged in and not, and there are some differences, I have cleared the cache from WP Fastest Cache and I the letters should be looking as it should be. Screenshot on private content.

    Best regards,
    Nikko

Viewing 30 posts - 21,361 through 21,390 (of 25,536 total)