Forum Replies Created
-
AuthorPosts
-
Sveikas Andriu :)
I went to Enfold theme options > Performance and disabled “CSS file merging and compression”, saved theme options, purged cache and that helped. After that I re-enabled CSS file merging and compression. Please review your website :)
@plvsultra Could you please follow the steps I mentioned above and post temporary admin logins if that does not help? The fix will be included in upcoming version.Best regards,
YigitOctober 14, 2021 at 2:31 pm in reply to: When trying to start Customizer following errors occur #1324938Hi Tamer,
Could you please create temporary admin logins and post them here privately so we can look into it?
Cheers!
YigitOctober 14, 2021 at 2:23 pm in reply to: When trying to start Customizer following errors occur #1324935Hi,
Thanks for contacting us!
Could you please try de-activating all active plugins and check if that helps? You can then activate them one by one to find the culprit. It does not seem to be related to any of the theme files.
Cheers!
YigitHey,
Thanks for contacting us!
Could you please replace /enfold/css/layout.css file with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6_5/css/layout.css in Appearance > Editor and flush cache?
If that does not help or if you would like us to update the file, please create temporary admin logins and post them here privately :)
Regards,
YigitOctober 14, 2021 at 1:55 pm in reply to: // added to burger menu item text if includes image tag #1324931Hi,
I unfortunately do not have a solution for that but I think I came up with a workaround. Could you please try to duplicate your menu without images in Mega Menu and choose to display that menu in Enfold theme options > Main Menu > General > Alternate Menu for Mobile?
Best regards,
YigitHi Susanne,
Replied to your thread here – https://kriesi.at/support/topic/where-do-i-find-my-new-licence-key/. Let us continue there :)
Cheers!
YigitHey Susanne,
Thanks for contacting us!
Please login to your account and go to https://kriesi.at/support/forum/enfold#new-post and insert your existing purchase code in the field and validate it. After that you should be able to start new threads :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitOctober 13, 2021 at 7:04 pm in reply to: Social Share on Product page – Hook doesn´t work after update #1324810Hi Tobias,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitOctober 13, 2021 at 7:03 pm in reply to: Ryte critical issue – causa suggerita codice del tema che blocca la seo del sito #1324809Hi,
Sure! We will keep the thread open and wait to hear from you :)
Best regards,
YigitOctober 13, 2021 at 7:03 pm in reply to: Urgent – I CAN'T UPDATE THE CONTENT OF THE PAGES from the backend #1324807Hi,
Glad Rikard could help! :)
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 :)
Enjoy the rest of your day!
Best regards,
YigitHi Beth,
Glad Mike could help!
Please go to Smush Pro > Lazy Load > Include/Exclude and disable “Frontpage” :)
Best regards,
YigitMerhabalar,
Rica ederim, yardimci olabildigime sevindim :)
Baska her hangi bir sorun olursa lutfen tekrardan iletisime gecmekten cekinme.
Iyi gunler & iyi calismalar!
Best regards,
YigitOctober 13, 2021 at 3:46 pm in reply to: // added to burger menu item text if includes image tag #1324774Hey,
Thanks for contacting us!
I could reproduce the issue on my iphone. There seems to be some additional syntax. Could you please try de-activate all active plugins and check if that helps? I believe this is the first time we are receiving such report so I think it might be related to one of your plugins.
If that does not help, please create temporary admin logins and post them here privately so we can look into it :)Best regards,
YigitHi,
Thanks for contacting us!
Please edit your Contact Form element and change “Message sent label” – https://imgur.com/a/s8FOAJs :)
Regards,
YigitOctober 13, 2021 at 3:19 pm in reply to: Button link within the tab section does not work properly #1324765Hi Claudia,
We are sorry for the late reply!
Unfortunately, out of the box, that is not possible. I will check with our devs and ask if we could add such feature and will share this thread as reference :)
Best regards,
YigitOctober 13, 2021 at 3:03 pm in reply to: SVG Logo disappeared since the new Enfold update (4.8.6.4) #1324763Hi fkm,
I am using iphone 7 as well however I cannot reproduce the burger menu issue on my end. I attached screenshots in private content field.
As far as I understood, you would like to display your logo smaller. If that is the case, could you please try changing 80px to 70px or 60px?
Best regards,
YigitHey Snerp,
Thanks for contacting us!
Login credentials did not work for me but I checked the button on both desktop and mobile however it does not download on my end on both desktop and mobile. On desktop, it opens the PDF file on a new tab and on mobile it just opens PDF file on the same page.
Have you figured it out already?
Best regards,
YigitOctober 13, 2021 at 2:49 pm in reply to: Ryte critical issue – causa suggerita codice del tema che blocca la seo del sito #1324759Hi,
Thanks for contacting us!
As far as I understand, this issue is not theme related but more of a plugin conflict. I found this post which may help – https://yoast.com/help/disable-indexability-check/.
If it does not, please contact plugin authors as they should have better insight on what could be causing the issue :)
Best regards,
YigitOctober 13, 2021 at 2:42 pm in reply to: Social Share on Product page – Hook doesn´t work after update #1324757Hey Tobias,
Please use following code instead
add_action('woocommerce_after_single_product_summary', 'avia_add_social_toolbar', 1); function avia_add_social_toolbar() { if( is_singular( 'product' ) ) { $content = '<div class="share_heading">Share this Product</div>'; $content .= avia_social_share_links_single_post(array(), false, '', false); } echo $content; }Best regards,
YigitOctober 13, 2021 at 2:38 pm in reply to: Background color changes on mobile devices/low resolutions #1324753Hi,
I edited your code in Quick CSS field and removed media queries (the one Ismael mentioned).
Please review your website :)
Best regards,
YigitHi Justine,
Thanks for contacting us!
1- I could reproduce the issue on my iphone and noticed “parallax” class on the color section even though it did not have any background so I temporarily added a background image, set it to scroll, removed background image, saved the element and updated the page and that helped.
2- I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 1070px) and (min-width: 767px){ .home .slideshow_caption { width: 100%; }} @media only screen and (max-width: 480px) { .responsive #top.home .slideshow_caption .avia-caption-content { display: none; }}First code removes right alignment so buttons show up on tablets and second code hides description so there is enough space on mobile for buttons to show up.
Please review your website :)
Best regards,
YigitHey,
Thanks for contacting us!
Envato has updated their API and replaced API keys with Personal Tokens and we have implemented that in Enfold 4.5 so any version older than that, requires a manual update first. You would not lose your settings by updating the theme but you may need to reconfigure some options such as header and widgets. To be on the safe side, please have a backup.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.6.5.
Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)
Best regards,
YigitHi,
Glad Rikard could help! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
@loumirak11 please clear cache and check if that helps. If it does not, please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it :)Best regards,
YigitHi,
Thanks for the information!
It seems like you have inserted your purchase code in Enfold theme options but you would need to insert a Personal Token. Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it instead :)
Best regards,
YigitHi,
It seems to be redirecting to Customize > Menus as I suspected however adding /nav-menus.php to the URL seem to help. Could you please login and then go to the link I shared in private content field? :)
Regards,
YigitHey,
I see that option is missing if I go to Appearance > Customize > Menus. So I think clicking Appearance > Menus is redirecting to Appearance > Customize > Menus on WordPress.com sites. I honestly do not have much experience with WordPress.com sites. Could you please create temporary admin logins and post them here privately so we can look into it? In the meantime, I will ask our devs if we can add the option to Appearance > Customize > Menus as well :)
Best regards,
YigitHey,
You are welcome, Kim! Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
Yigit -
AuthorPosts
