Forum Replies Created
-
AuthorPosts
-
Hi,
Sure, we will keep the thread on hold and wait to hear from you. You can simply reply to this thread to re-open it :)
Best regards,
YigitHi,
Could you please try de-activating all active plugins now and check if that helps?
Also, could you please point out how we can reproduce the issue? How do we go to “Records”? I could not find it in dashboard :)Best regards,
YigitHi Katharina,
Sorry for the late reply!
Please replace following code
.wpml-ls-sidebars-header { background: transparent !important; border: none !important; border-bottom-color: currentcolor; border-bottom-style: none; border-bottom-width: medium; top: -50px !important; }to following one
.wpml-ls-sidebars-header { background: transparent !important; border: none !important; border-bottom-color: currentcolor; border-bottom-style: none; border-bottom-width: medium; }and add following code
#lang_sel_list { position: relative; top: -35px; }If that does not help, please post a screenshot :)
Best regards,
YigitJune 5, 2020 at 7:27 pm in reply to: conflict between WordPress new block editor and Avia builder of Enfold #1219907Hi Damien,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
YigitHi,
“OUR ACCREDITATIONS” text was missing closing strong tag. I closed it.
Proper use of Strong tag is as following
<strong>Here goes my strong text!</strong>Please review your website :)
Best regards,
YigitHi,
You are welcome, Jane! Happy to help as always :)
Let us know if you have any other questions or issues and enjoy your weekend!
Best regards,
YigitHi,
You are welcome!
Yes, actually it is the HTML problem. Improperly closed Strong tag broke HTML :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
YigitHi,
I could not see an issue on your Blog page however Strong tag was not properly closed on your other two pages. Correct usage of Strong tag is as following
<strong>Here goes my strong text!</strong>I have corrected the tags and you should no longer have the issue. Please review your website :)
Regards,
YigitHey,
Glad it is working fine now!
Please add following code to bottom of Functions.php file and adjust the text as needed
add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1); function avia_change_home_breadcrumb($args){ $args['show_home'] = 'My Home'; return $args; }If that is not what you meant, please elaborate on the changes you would like :)
Regards,
YigitHey Daniel,
Thanks for contacting us and sorry for the late reply!
Please create a new page and add your Catalogue element inside it and then place Page Content element to your pages where you would like to display your Catalogue. When you would like to update your catalogue, you can simply go the page and update it and it would be reflected on pages that uses Page Content element :)
Best regards,
YigitHey Fabrice,
Sorry for the late reply!
I wanted to look into the issue however it seems like your website is in maintenance mod. Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi,
Thanks for contacting us!
That issue usually occurs when there is broken HTML on the page. Could you please make sure that is not the case?
If you would like us to look into it, please share WP admin logins here privately and point out the page where content disappears :)
Best regards,
YigitHey,
That actually helps. I went to Enfold theme options > Performance and chose to disable timestamps in “Unique timestamp of merged files”. This is a known issue caused by timestamps on certain servers – https://kriesi.at/documentation/enfold/optimization/#troubleshoot
If issue was related to that, it should be fixed now. Could you please check the issue once again? :)
Regards,
YigitHey Felix,
Thanks for contacting us!
Due to limitations of Instagram API on shared servers, Enfold’s Instagram widget does not work on some servers – https://kriesi.at/documentation/enfold/instagram/. We have implemented Smash Balloon plugin to offer an alternative but as you mentioned, free version does not support displaying feed in lightbox.
Please consider using Pro version or looking for another plugin to display your Instagram feed :)
Cheers!
YigitHi,
I could not switch profile language to English and could not find Records.
Could you please post FTP logins here privately as well? Also, can we de-activate all active plugins for testing purposes?
Regards,
YigitHey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.av-sort-by-term { flex-direction: row-reverse; display: flex; }Best regards,
YigitHi,
You are welcome, Charlotte!
Let us know if you have any other questions or issues :)
Best regards,
YigitJune 5, 2020 at 1:31 pm in reply to: Is there any way to place the page name dynamically in text? #1219800Hi,
For slideshow titles please use following code
add_filter('avf_slideshow_title', 'avf_slideshow_title_mod'); function avf_slideshow_title_mod(){ return "WELCOME TO THE PAGE: " . esc_html( get_the_title() ); }Best regards,
YigitHi,
Glad you figured it out!
Unfortunately Masonry element does not support lazy load.
Let us know if you have any other questions or issues and enjoy the rest of your day!
Best regards,
YigitHi,
There were 4 errors in your custom CSS code in Quick CSS field.
I fixed them. Please review your website :)Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHey Guenter!
Sorry for the late reply!
You could dequeue slideshow.js file from parent theme and enqueue it on your child theme by adding following code to functions.php
function wp_change_slideshowjs() { wp_dequeue_script( 'avia-module-slideshow', AviaBuilder::$path['pluginUrlRoot'] . 'avia-shortcodes/slideshow/slideshow.js', array( 'avia-shortcodes' ), false, true ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/shortcodes/slideshow.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_slideshowjs', 100 );Best regards,
YigitJune 5, 2020 at 12:51 pm in reply to: Posts automatically change from Default Editor to Advanced Layout Builder #1219781Hi,
We believe this might be related to one of your plugins. I did not want to de-activate all active plugins without asking. Could you please let us know if we can try de-activating all active plugins except for WPML?
Also, it would be great if you could share FTP logins here privately as well, in case something goes wrong or we might need to look deeper :)
Cheers!
YigitHey Diana,
Sorry for the late reply!
Please add following code to Quick CSS in Enfold theme options > General Styling
@media only screen and (max-width: 768px) { .avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"]>ul>li { background-attachment: scroll; }}Best regards,
YigitJune 5, 2020 at 12:36 pm in reply to: conflict between WordPress new block editor and Avia builder of Enfold #1219774Hi Damien,
You are currently using a pretty old version of Enfold. Please update it to the latest version 4.7.5 – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp and then insert Personal Token in Enfold theme options to receive future updates – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token :)
Regards,
YigitHey,
Thanks for contacting us!
Could you please post temporary admin logins here privately so we can look into it? That issue is usually related to plugin conflict however you seem to have only 1 active plugin. If it is not related to the plugin you are using, we would need FTP logins as well :)
Regards,
YigitHi,
Thanks for contacting us!
That usually happens when there is broken HTML on the page. I checked your content and could not find any. I tried enabling shortcode parser – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser and updating the page but content was not removed and I am still able to edit the page after updating.
Could you please elaborate on the issue?
Regards,
YigitHi,
Your logo did not show up on mobile due to av_change_logo function you have in functions.php file.
Domain was wrong. I updated the domain and it worked. Please review your website :)Cheers!
YigitHey Danny,
Thanks for contacting us!
Since they do the same thing we would recommend you to enable it on either Enfold theme options > Performance or in plugin settings :)
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)
Best regards,
Yigit -
AuthorPosts
