Forum Replies Created
-
AuthorPosts
-
Hey dondela,
It is from the main container and not the slider, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#main .container_wrap_first > .av-section-cont-open > .content { padding: 0; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the link to your page, the first video element (not the code block) has the correct link format youtube.com/watch?v= and when I test it on my site it works correctly, please see the link in the Private Content area.
Try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the conflict.
I’m seeing these errors from your site but I don’t know what could be causing them, perhaps a plugin.

Best regards,
MikeHey schweg33,
You would need to use a plugin to create a flyout panel like that, perhaps one like thisBest regards,
MikeHi,
On the most part that is correct, we don’t have a list it depends on the elements that you are using.Best regards,
MikeHi,
I’m not sure about that. Unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
It sounds like the GoogleBot is prefuring the default favicon location, try creating a real favicon.ico, you can use a free online image converter, then upload it to your server root directory and then go to your Google Search Console and request a new crawl of your site, after Google crawls your site the real favicon.ico should show.Best regards,
MikeHi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJanuary 24, 2024 at 6:28 pm in reply to: Choose of size in shop looks very special on tablets #1431932Hi,
Thank you for the link to your site and the screenshot, but I’m not able to reproduce this with my laptop rotating it from portrait to landscape and back again, or with the browser inspector emulating different screen sizes and rotating. But you could try this script in your child theme functions.php to reload the page after a screen resize and perhaps it will help with your laptop.function custom_resize_script() { ?> <script> var resizeId; window.addEventListener('resize', function() { clearTimeout(resizeId); resizeId = setTimeout(doneResizing, 300); }); function doneResizing(){ location.reload(); } </script> <?php } add_action( 'wp_footer', 'custom_resize_script', 99 );Best regards,
MikeHi,
You would need define each one separately, there is not a way to change the setting for all elements because each element has the media query added in it’s CSS.Best regards,
MikeHi,
@Createve_Solutions did the shortcodes that Yigit posted for you solve what you were trying to do?
If you need more you can install Enfold on a localhost or a subdomain and Enable the Avia Layout Builder Debugger to see the shortcodes from the demos. After importing demos on your test site you can the reset the site to test other demos and copy their shortcodes.Best regards,
MikeHey Yory,
I recommend using the WordPress ▸ Tools ▸ Export ▸ All content and use the xml file to import to your new site, note that you will want your old site to still be live when you import into the new site as the new site will import the images directly from the old site.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJanuary 23, 2024 at 5:47 pm in reply to: custom enfold theme worked for 7 years, issue after woocommerce and wp update #1431808Hi,
If you wish to hire someone at codeable.io that may be a good option if you are not sure what customizations were made on your site. Typically there should be no issue with the latest version and the woocommerce cart, so I would assume that if you updated to Enfold v5.6.9 you would not have any issues. But I recommend that you test the update on a staging site since we don’t know what kind of customizations your site has. This is what I have been trying to advise so far.
If after you update and you still have a issue due to the customizations we can examine further and try to advise, but if you just want someone to take over and update and fix any issues that are found after updating right away ASAP then codeable.io may be a good option for you.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Please link to your page so we can examine the elements and advise.Best regards,
MikeHi,
Glad that this have helped, I only added a new child theme.
I don’t know what was wrong with your old child theme as I didn’t see any issues in it, I believe that this points to a caching issue.
Nonetheless with the new child theme you site now doesn’t have the error, so I imagine that we close this thread then?Best regards,
MikeHey Kate,
Please try updaing to Enfold v5.6.9 there was some PHP updates after your version.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJanuary 22, 2024 at 6:28 pm in reply to: custom enfold theme worked for 7 years, issue after woocommerce and wp update #1431708Hi,
Above you wrote that the site was created by a guy 7 years ago, are you sure that you purchased the theme, or was it him? If you had purchased it, you would see it in your Theme Forest account. You may need to purchase the theme though your account so that you will be able to update your site now and in the future.
I believe that host gator offers the staging site option, so you should ask them how to use it, and also ask them how to backup your site and restore it, so if anything goes wrong you can restore your site.
I don’t recommend using backup plugins, the webhost server backup is always better and more reliable.Best regards,
MikeHi,
Sorry I believe that you misunderstand, the extra font dropdown and other tools that are in the text editor in the screenshot above are from the plugin Advanced Editor Tools, it adds this to text editors that use TinyMCE, such as WordPress and Enfold (Avia)
This plugin that you are using doesn’t have the option to add custom fonts so that is why I recommend you ask them.
Enfold doesn’t have a way to add custom fonts to the TinyMCE editor or the Advanced Editor Tools plugin that you are using.
Please try disabling the Advanced Editor Tools plugin and you will see that the font drop daown option is no longer available.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #sub_menu1 .container { width: 100%; max-width: 100%; } #av-custom-submenu-1 span { font-size: 12px; } #top #av-custom-submenu-1.av-subnav-menu > li > a { padding: 0px 5px 0px 5px; } #top #sub_menu1 .av-submenu-pos-right { text-align: center; } .sticky-top { position:fixed!important; top:0!important; z-index:600!important; } }Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function custom_sticky_sub_menu() { ?> <script> (function($){ var width = $(window).width(); var $stickyTop = $('#sub_menu1'); if (width <= 767) { $stickyTop.waypoint(function(direction) { if (direction === 'down') { $stickyTop.addClass('sticky-top'); } if (direction === 'up') { $stickyTop.removeClass('sticky-top'); } }, { offset: '0%' }); } })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_sticky_sub_menu', 99 );Then clear your caching plugin and browser, please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
In my test with makes the sub-menu sticky on mobile ans reduces the size of the menu itme so they fit better, feel free to adjust to suit.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
To adjust the main font size for different screen sizes please go to Enfold Theme Options ▸ General Styling ▸ Typography ▸ Advanced Options: Customize Typography Settings you will see a option for four screen sizes:

After selecting these ensure that you clear your cache and caching plugins, and if your server is using a object-oriented cache such as Memcached, Redis, Varnish, Litespeed, etc. you may need to also clear it.
Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line quicker. For further questions please open a new threadBest regards,
MikeJanuary 21, 2024 at 10:57 pm in reply to: No Images appear on Work page of Dark Enfold Theme #1431645Hi,
Glad that this helped, I expect that this is the only step needed, while you are creating your site I recommend leaving the any caching plugins and the file merging disable, as it is not needed. Once you are done creating the site you can enable again and I would not expect any further issues, but if you do just let us know and we could take a look.
You can include your site login or private info in the Private Content area below the main input box:

but only for threads that you start, if you want to reply to someone elses thread adding your info will be seen by the thread starter.Best regards,
MikeHey karacafer,
You can add your icon with css, first you would determine the menu ID for the menu item, in this example it is #menu-item-3059
then use that ID in this css and the URL to your icon:#menu-item-3059 span.avia-menu-text:before { content: url(https://img.icons8.com/color/17/wordpress.png); display: inline; padding-right: 10px; vertical-align: sub; }This is how this example worked:

Then repeat this for each menu item.Best regards,
MikeJanuary 21, 2024 at 9:51 pm in reply to: Avia Layout Architect not loading on page for latest posts #1431638Hi,
Thanks for the login, but it is not admin so we can’t view any of the theme settings nor the backend of the page with the issue. Please upgrade the login to admin.Best regards,
MikeJanuary 21, 2024 at 8:47 pm in reply to: Menu problems – underline and dividers are not there #1431637Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
