Forum Replies Created
-
AuthorPosts
-
Hey,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-main-nav ul { width: 238px; }
Regards,
YigitHi,
You have inserted code snippets that should have been added to functions.php file into Quick CSS field which broke the CSS and caused the issue.
I have installed My Custom Functions plugin and moved your code there and that helped.
Please review your website :)
Best regards,
YigitHi,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Cheers!
YigitHey Bruno,
Thanks for contacting us!
Could you please refer to this post – https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- and add the snippet to your .htaccess file and check if that helps? :)
Best regards,
YigitHi Santiago,
Can you find avia_options_enfold? Please set number of rows to 500 and then search – https://imgur.com/a/joq1hRn
Best regards,
YigitHi,
Thanks for contacting us!
You can also refer to this post – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages and display different menu per page. There is both plugin and custom code options there.
Thanks for your help as always @Guenni007 :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Jürgen,
Thanks for contacting us!
Could you please share your purchase code here privately so we can confirm your license and provide you previous version of Enfold? :)
Regards,
YigitHi,
Could you please change the code to following one
#footer-page .main_color { background-color: orange; }
This one should work :)
Cheers!
YigitHi,
You are welcome!
No, you do not. You can remove it :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitFebruary 3, 2022 at 4:01 pm in reply to: add to card button : remove div.quantity and enlarge p.price #1338723Hi,
We are glad that Mike 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,
YigitHey Ben,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#footer-page { background-color: orange; }
Best regards,
YigitHi,
Thanks for contacting us!
Could you please install Envato Market plugin – https://www.envato.com/lp/market-plugin/ and check your Personal Token? The issue usually occurs when not all required tokens are enabled. If that is the case, please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5 and regenerate a Personal Token with all required tokens enabled :)
Regards, Yigit
Hi,
Thanks for the information!
I tried saving your post as a new template but that did not work. I tried copy & pasting shortcodes of your post into a private post but that did not work either.
Have you tried de-activating all active plugins to check if that makes a difference? In my opinion the issue is either plugin or server related.
Best regards,
YigitHey Andre,
Thanks for contacting us!
Please refer to this post to find your invoice – https://help.market.envato.com/hc/en-us/articles/205604563-View-Download-Invoices :)
Best regards,
YigitHi Rob,
Thanks! Happy new year to you too!
Sure, we will keep the thread open and wait to hear from you :)
Regards,
YigitFebruary 2, 2022 at 6:39 pm in reply to: SUBMENU DOESN'T SHOW SOME OF THE PAGES FOR THE MOBILE DEVICE #1338523Hi,
Thanks for contacting us!
I checked your website on my iphone however I could not reproduce the issue. I am able to see FORMACIÒ menu and its sub menu items. I attached a screenshot in private content field :)
Best regards,
YigitHi,
Could you please point out the name of your template as well and the original post which the template is based on? There are many and I could not find the one :)
Regards,
YigitHey Rob,
Hope you are doing well!
Top padding is set to 0 (in /css/layout.css file) on mobile devices but since you are using fixed header on mobile, that needed to be increased and to override the code in layout.css file, I added following code to bottom of Style.css file of your child theme
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet.html_header_top #top #main { padding-top: 225px !important; } } @media only screen and (max-width: 767px) { .responsive.html_mobile_menu_tablet.html_header_top #top #main { padding-top: 200px !important; } }
Could you please review your website? :)
Best regards,
YigitHey Daniele,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitFebruary 1, 2022 at 6:29 pm in reply to: Spelling mistake on Line 2077 of helper-privacy.php #1338301Hi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
You could use “avf_post_slider_meta_content” filter. You can find an example here – https://github.com/KriesiMedia/enfold-library/blob/464dca16a6474401e9bd0e58929e6c440aa132fe/actions%20and%20filters/ALB%20Elements/Blog%20Posts/avf_post_slider_meta_content.php :)
Best regards,
YigitHi,
You are welcome, Kurt!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitFebruary 1, 2022 at 5:34 pm in reply to: blue line appears when closing an accordion toggle on mobile view #1338289Hi,
I checked your website on my iphone but I could not reproduce the issue on Safari. I attached screenshots in private content field.
These are browser styling but the code I shared should have removed all outlines in toggle. Have you cleared cache on your mobile device?
Best regards,
YigitHey,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.html_av-overlay-side-minimal #top .av-burger-overlay { margin-top: 51px; } #top #av-burger-menu-ul { padding-top: 20px !important; } #top .header_color .av-hamburger-inner { background-color: transparent; }
Regards,
YigitHi Kurt,
I added the code to the bottom functions.php file for you and purged the cache.
Please review your website :)
Best regards,
YigitFebruary 1, 2022 at 5:05 pm in reply to: Spelling mistake on Line 2077 of helper-privacy.php #1338278Hi,
Thanks for contacting us!
Thanks for the heads up! Typo will be fixed in upcoming version :)
Regards,
Yigit -
AuthorPosts