Forum Replies Created
-
AuthorPosts
-
Hi Rogier,
We’re glad that we could help :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi Soporte,
You’re welcome :)
Don’t forget to register to our forum.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Chrilles,
You’re welcome :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi paullindqvist,
I apologize I thought it was a caching since it worked when I checked again however it is actually a mixed content issue.
Your site is setup in http and not https however chrome defaults to https that’s why the images is not working, you can verify this by checking the links:
– http://neko.se/ – shows images
– https://neko.se/ – does not show imagesBest regards,
NikkoHi Alexander,
We’ll leave this thread open then :)
Also, try to change the permission for the .htaccess file to read-only, so it can’t be modified.Best regards,
NikkoHi domchocolate,
I apologize for the delayed response.
You can remove the ‘…’ by changing this code:$excerpt = string_limit_words( $excerpt, $limit) . '…'; $excerpt .= '<a href="" class="avia-button av-readmore avia-icon_select-no avia-size-small avia-position-center avia-color-theme-color"><span class="avia_iconbox_title">' . $label . '</span></a>';
to:
$excerpt = string_limit_words( $excerpt, $limit); $excerpt .= ' <a href="" class="avia-button av-readmore avia-icon_select-no avia-size-small avia-position-center avia-color-theme-color"><span class="avia_iconbox_title">' . $label . '</span></a>';
and to make sure that read more is added after the paragraph, you can add this CSS code in Quick CSS:
#top .avia-content-slider .slide-entry-excerpt.entry-content p { display: inline; }
Hope it helps.
Best regards,
NikkoHi acscreativenew,
Which page are you referring? I tried to check on the homepage but I only saw a content slider, I have checked some pages but did not find it.
Best regards,
NikkoHi Chrilles,
We don’t have that feature in Enfold however that feature is found in membership plugins.
Please try to check this thread to check for recommended membership plugins: https://kriesi.at/support/topic/recommended-plugins/Best regards,
NikkoHi Matthew Brown,
Thanks for contacting us!
Yes, you’re correct, the best way is to buy another license in themeforest using the client’s account.
Then register the theme by generating a private token which will be used for theme updates: https://kriesi.at/documentation/enfold/theme-registration/
Hope this helps.Best regards,
NikkoHi Tobiaspress,
Can you try to disable Javascript File Merging And Compression in Enfold > Performance? and see if it helps.
Best regards,
NikkoHi Paul,
Thanks for giving us admin access.
It is a caching issue, which is resolved by clearing cache with the plugin you have installed.
Please review your site.Best regards,
NikkoHi XtraMark,
You can edit the page and you should be able to find the easy slider options when you edit the slider itself.
Best regards,
NikkoHi Angela,
Did you purchase the Enfold theme or someone else purchased it for you?
Best regards,
NikkoHi merrywatson,
I tried to enable the theme on your site and could see the issue however I did not see any error_logs.
Can you give us FTP access as well?
Just post the credentials privately.Best regards,
NikkoHi Eric,
There’s no option for layerslider to change the navigation arrows however you can change it via CSS:
#top .avia-layerslider .ls-nav-prev { background: url(https://website.com/wp-content/uploads/2022/12/previous.png) center center no-repeat; } #top .avia-layerslider .ls-nav-next { background: url(https://website.com/wp-content/uploads/2022/12/next.png) center center no-repeat; }
Just change the url values, also the default height and width is 60px x 60px.
Hope this helps.Best regards,
NikkoHi acscreativenew,
Can you give us temporary admin access? so we can check it.
Or you can create a staging site for us, if the site is already live.Best regards,
NikkoHi tonyiatridis,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#js_sort_items .sort_by_cat { text-align: center; } #js_sort_items a, #js_sort_items .text-sep { display: inline-block; float: none; }
Hope it helps :)
Best regards,
NikkoHi navindesigns,
I tried to check on the link that you gave however it redirects to the homepage and I could not see the section shown in the screenshot.
Can you give us the link?Best regards,
NikkoHi Loveronika,
Thanks for giving us admin access.
Sidebar does not work properly when using the Advanced Layout Builder, you’ll need to add it via the Widget Area element.
I have added it for you, please review the page.Best regards,
NikkoHi Soporte,
Thanks for contacting us!
Please try to switch the product gallery in Enfold > Shop Options > Product gallery set to Woocommerce 3.0 product gallery.
Hope it helps.Best regards,
NikkoHi beachmarc,
Thanks for giving us admin access.
The code works, the only missing thing why it didn’t work was because the child theme wasn’t activated.
I have activated the child theme and imported the parent theme settings.
Please review your site :)Best regards,
NikkoHi Alexander,
I’m not familiar with the errors however please try to check the solutions in the following links:
– https://stackoverflow.com/questions/22756796/apache-2-4-request-exceeded-the-limit-of-10-internal-redirects-due-to-probable
– https://web-berjaya.com/2017/12/21/how-to-fix-error-request-exceeded-the-limit-of-10-internal-redirects-wordpress-multisite/
Hope it helps.Best regards,
NikkoHi navindesigns,
Please try to use this CSS code:
@media only screen and (min-width:1200px) { #top .avia-fullwidth-slider .avia-slideshow { max-height: 70vh; } #top.home .avia-fullwidth-slider .avia-slideshow { max-height: none; } }
Best regards,
NikkoHi acscreativenew,
Try to replace:
$categories = get_the_category($entry->ID);
with:
$categories = get_the_terms( $entry->ID, 'taxonomy' );
just change taxonomy with the correct taxonomy name.
You can check further information here: https://developer.wordpress.org/reference/functions/get_the_terms/Best regards,
NikkoHi McGambit,
Can you try using this CSS code:
.av-layout-grid-container .flex_cell:hover { background-color: green; }
Best regards,
NikkoDecember 16, 2022 at 4:16 am in reply to: Notices in template.php – Avia Layout Architekt not working #1376335Hi Alex,
Thanks for giving us admin access.
I was able to check the pages and one of the pages did not open and showed an Error 500, however, after refreshing it was showing the layout builder properly.
I checked some of the pages as well and it was loading properly.
Can you try to increase memory limit and see if it helps.Best regards,
NikkoHi navindesigns,
Try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (min-width:1200px) { #top .avia-fullwidth-slider .avia-slideshow { max-height: 70vh; } }
Just adjust the max-height value (70vh is 70% of the height of the screen).
Hope it helps.Best regards,
NikkoHi Nic_007,
Edit the Promo Box and go to Styling (tab) > Promo Box > Colors change it from Default to any of the other three options, then change Custom Background Color to the color that you want to use.
Best regards,
NikkoDecember 16, 2022 at 3:58 am in reply to: Hintergrundfarbe in einem Feld weiss trotz Farbsektion | Zeilen Einstellungen #1376332Hi Nic_007,
I could see the correct background color (#afc6c6) on the WARME GETRÄNKE section.
Can you give us a screenshot on how it looks on your end?Best regards,
NikkoHi Nic_007,
I could see that you are using an invalid hex code:
.page-id-551 .main_color blockquote { border-color: #24727cn; }
please try to change it to:
.page-id-551 .main_color blockquote { border-color: #24727c; }
Best regards,
Nikko -
AuthorPosts