Forum Replies Created
-
AuthorPosts
-
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,
NikkoHi,
Are you using Enfold 4.0.7?
Best regards,
NikkoHi,
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,
NikkoHey 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,
NikkoHi,
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,
NikkoHey 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.phpBest regards,
NikkoMay 24, 2017 at 11:08 pm in reply to: Images in grid row not filling available space in cells #799240Hi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoHey 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,
NikkoHi,
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,
NikkoHi,
Do you have a caching plugin enabled? Can you try to flush out the cache and check if it works.
Best regards,
NikkoHi,
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,
NikkoHi,
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,
NikkoHi,
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,
NikkoHi,
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,
NikkoHey 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,
NikkoHi,
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,
NikkoHi,
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,
NikkoHey 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,
NikkoMay 24, 2017 at 9:58 pm in reply to: Tab section buttons not working on Firefox after latest updates #799200Hi,
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,
NikkoHey 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 reachedScreenshot in Private Content for both Chrome and Edge.
Best regards,
NikkoHey D579L,
Thanks for providing the admin access. I have the 3 empty columns in Tab 2 and that fixed the issue :)
Best regards,
NikkoHi,
Can you give us temporary admin and ftp access? so we can check further with the issue :)
Best regards,
NikkoHey 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,
NikkoHey 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,
NikkoHey 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,
NikkoHi,
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,
NikkoHey trevorjohnston,
I have checked the page and I can see the slider images. Screenshot in Private Content.
Best regards,
NikkoHey 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,
NikkoHi,
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,
NikkoHi,
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 -
AuthorPosts
