Forum Replies Created
-
AuthorPosts
-
Hey,
@ricbhz You can insert following into your copyright field
[nolink] © Copyright - Your Website 2021
@naromangar20 please switch user role to administrator :)Best regards,
YigitHi,
I cannot assure that as this is not theme related but server related but I can assure you that compatibility issues you have or may have with your WordPress version would be fixed.
You would not need to replace the child theme. You would only need to update parent theme and maybe some files on your child theme if files such as footer.php or header.php modified on your child theme.
We could check the file for you to make sure you are editing the correct one however we only provide support to our registered users so I am afraid without registering we cannot do that.
Best regards,
YigitHey,
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Cheers!
YigitHi,
Thanks!
It was related to following custom CSS code in Enfold theme options > General Styling > Quick CSS field
.logo, .logo a {width:100% !important}I commented it out and that helped. Do you remember why you added that code? Maybe we can offer a better alternative :)
Regards,
YigitHey Jordi,
Thanks for contacting us!
It seems like you are using Thrive Architect to create your blog posts. When using ALB to create blog posts, read more link does not work either so I believe that is the reason. If you are able to get the shortcodes of Thrive Architect, you can switch to default editor and insert the shortcodes and that should work :)
Best regards,
YigitHey,
Thanks for contacting us!
That should not be the case. I think there is some HTML error.
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Regards,
YigitHey Wouter,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#socket .menu { margin-top: 8px; }If that does not help, please post a link of your website :)
Best regards,
YigitHey,
That sounds like a cache issue. Please clear cache if you are using a cache plugin. If you are not using, please make sure to clear cache on your server if there is one.
Regards,
YigitHey,
Thanks for contacting us!
Could you please elaborate on the changes you would like to make? I attached a link in private content field which might help :)
Best regards,
YigitHey,
Thanks for contacting us!
Have you uploaded the fonts to your media library? Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi Johannes,
Your login link redirects me to WordPress.com and login credentials do not work there. Could you please let us know how we can login and also point out where Enfold theme option is located? I unfortunately do not have much experience with websites built on WordPress.com :)
Best regards,
YigitHi,
Thanks for contacting us!
1- You can go to Enfold theme options > Header > Transparency Options to change your transparent logo
2- You can add [nolink] to copyright field to remove it – https://kriesi.at/documentation/enfold/footer/#copyrights-info
3- You can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert Personal Token in Enfold theme options to receive auto updates in WP dashboard and then update the theme with a few clicks :)Best regards,
YigitJune 9, 2021 at 2:41 pm in reply to: Featured image not displayed in the Home page blog Posts grid #1304883Hey,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi,
I added following code to bottom of Quick CSS field
#top .av-main-nav ul.sub-menu ul.sub-menu a::after { display: none; }Please review your website :)
Best regards,
YigitHey Martin,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- :)
Best regards,
YigitHey,
Thanks for contacting us!
Enfold 4.8.3 is compatible with PHP8 so I think there might be a plugin conflict. Could you please try de-activating all active plugins and check if that helps?
Best regards,
YigitHi Julia,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.responsive #top .cart_dropdown { z-index: 1; }Best regards,
YigitHey combra,
Thanks for the update!
Let us know if you have any other questions and enjoy the rest of your day! :)
Best regards,
YigitJune 9, 2021 at 2:20 pm in reply to: Notice: Trying to access array offset on value of type bool in… #1304873Hi Didac,
Thanks for the info. I edited functions.php file and deleted closing php tag from the end of the file and then tried updating one of your existing page and creating a new page (later deleted the test page) however I could not reproduce the issue.
Could you please check if you can reproduce it and if you can let us know how we can do as well? :)Best regards,
YigitHey Alan,
Please add your number as following so it would show up highlighted and also it would have click to call function
<a href="tel:0412121212">tel:0412121212</a>Best regards,
YigitHey,
Thanks for contacting us!
I checked your website and your logo looks pretty sharp on my QHD screen. I attached a screenshot in private content field below.
Your header height is 170px and logo size is 340x340px so I am guessing you figured it out already? :)Best regards,
YigitHi Sheila,
Thanks for the update!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitJune 9, 2021 at 1:30 pm in reply to: Page scrolls to Google Maps automatically when Text-marker is shown #1304864Hey,
Thanks for the info, Roger. As @manurimini mentioned, this seems to be related to some changes on Google side.
I just reported the issue to our devs and shared this thread as reference. As a temporary solution, you can disable “Display Tooltip by default” in element options.Regards,
YigitHi,
It seems like you have unchecked “Display Tooltip by default” and that helped? Your page does not scroll to bottom on my end at the moment.
@manurimini Thanks for your input!Best regards,
YigitxHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#scroll-top-link { content: "Top"; }Regards,
YigitJune 9, 2021 at 12:14 pm in reply to: Change Position and Icons of Cart, Search and Account #1304848Hi Andrew,
I added new menu item for account to your menu, enabled search icon in menu and added following code to functions.php file of your child theme
add_filter('avf_default_icons','avia_replace_search_icon', 10, 1); function avia_replace_search_icon($icons) { $icons['cart'] = array( 'font' =>'po4', 'icon' => 'ue802'); $icons['search'] = array( 'font' =>'po4', 'icon' => 'ue800'); return $icons; }then added following code to bottom of Style.css file of your child theme
#top .cart_dropdown { border: none; } @media only screen and (min-width: 990px){ #menu-item-shop.cart_dropdown, #menu-item-294, #menu-item-search { float: right; } #top .av-main-nav-wrap { width: 95%; } } #menu-item-shop .cart_dropdown_link{ padding: 0 15px 0 0; } .html_cart_at_menu.html_header_searchicon .menu-item-search-dropdown { padding-right: 0; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item#menu-item-294 { display: block; } @media only screen and (max-width: 767px){ .responsive.html_cart_at_menu #top .main_menu .menu > li:last-child { margin-right: 45px; } } @media only screen and (max-width: 1158px) and (min-width: 990px){ #top .av-main-nav-wrap { width: 93%; } }Please review your website :)
Best regards,
YigitHi Iben,
You can login on ThemeForest with the account you purchased Enfold and go to downloads page to download the latest version :)
Best regards,
YigitHi Sarah,
I have just updated your Payments page. Please review it and let us know if you need further assistance :)
Best regards,
YigitHi Stefan,
I am afraid that is not easily possible as touch devices do not support hover. There could be a workaround using JS however unfortunately that is out of the scope of our support. If you really need such effect, please consider to hire a freelance developer for the task.
Best regards,
YigitJune 8, 2021 at 6:00 pm in reply to: Urgent request: enfold site breaks while opening customizer after updating wp #1304728 -
AuthorPosts
