Forum Replies Created
-
AuthorPosts
-
Hi,
Envato reported an issue with some older tokens, try creating a new token or using the official Envato Market WordPress Plugin to update.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,
The theme’s mailchimp element doesn’t have an option to send a sign-up confirmation email, this is controlled by your mailchimp account.
I tested this on my test site and my mailchimp account and didn’t receive a confirmation email, so if you are then ask the mailchimp support team to check.Best regards,
MikeJune 26, 2023 at 5:57 pm in reply to: Since Update from 6.2.2 WordPress all Sidebars are empty #1411749Hi,
Thanks for the link to your site, I see that your widgets are empty so there is nothing to show in your sidebars:
When I add a test widget to your widget area it shows on the frontend, so they are working correctly, so I guess your question is why there are no widgets in your widget area and for this I don’t know, I have not seen this before. I see that you have a couple of widget plugins, and perhaps this is related I’m not sure.
I see at the bottom on your widget page there are a lot of widgets in the inactive widget area and perhaps these are the ones that were bumped out and you can drag them back into the widgets. Please give this a try.
Best regards,
MikeHi,
Mailchimp will not let you sign up with the same email twice, this is Mailchimp and not the theme.Best regards,
MikeJune 26, 2023 at 12:02 pm in reply to: Issue with Fullscreen Button Not Appearing in Enfold Theme’s HTML5 Video Player #1411723Hi,
I only tested by disabling all of your plugins and found the fullscreen button in the HTML5 video player showed, but you have many plugin and testing each one individually would take some time so I recommend that you try this to identify the one causing the conflict. Since I guessed that the four WPML plugins may not cause this and I didn’t deactivate these that is four that you won’t need to test.
Try disabling your plugins each one individually until you find the one causing the conflict.Best regards,
MikeHi,
I believe that you have misunderstood, I’m suggesting that you add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-post-nav { display: none; }
After applying the css, please clear your browser cache and check.
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,
I believe this will work for you, please try adding the css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field#top.single-post .fullsize .template-blog .big-preview img { width: 1200px; min-height: 630px; }
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,
Sorry my mistake I was looking at horizontally centered, I see your point now, I added this css for desktop:@media only screen and (min-width: 768px) { .avia-logo-slider .slide-entry-wrap { display: flex; align-items: center; } }
please clear your browser cache and check.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top .av_textblock_section .avia_textblock.av_multi_colums { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
When I examine the featured image for the post you linked to, it looks like the full size image that you uploaded is 1210 x 423. I checked a few others and they all seem to be the same size. So the issue is that you want the images to be 1200 x 630 but WordPress can not make the height of the images larger. If the original image had been 1802 x 630 (or a similar ratio) then the then the scripts above could have made it 1200 x 630 without cropping.
Since you have 1100 blog posts the only solution I can offer is to use css to stretch your images taller:#top.single-post .fullsize .template-blog .big-preview img { width: 1200px; min-height: 630px; }
Best regards,
MikeJune 25, 2023 at 8:34 pm in reply to: but still I have a lot of gap on my website. What is it due to? #1411650Hi,
The chat assistant is in the code block element above the empty image element, you can leave the empty image element if you wish, it won’t cause issues.Best regards,
MikeJune 25, 2023 at 7:50 pm in reply to: Cls rate due to Avoid non-composited animations Unsupported CSS Property #1411642Hey edolmen,
Thank you for your patience, I don’t have any ideas so I have asked the team for advice, either I or a member of the team will reply when we have investigated this further. Thank you for your patience.Best regards,
MikeHi,
Thanks for the feedback, please include an admin login in the Private Content area so we can investigate further.Best regards,
MikeHey Marcos Q.,
Thanks for your patience, but I’m not able to reproduce this, when I create a sub-category “oil painting” under “painting” for example:
the post only shows once at the end of the breadcrumbs:
Perhaps you have a plugin conflict, try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Otherwise please expain how we can reproduce the error.Best regards,
MikeHey Monika,
Thank you for your patience and the link to your site, to hide the video loader I added this css to your WordPress ▸ Customize ▸ Additional CSS/*hide video loader*/ #top .mejs-overlay-loading { display: none !important; }
To make the video not loop I edited your enfold/config-templatebuilder/avia-shortcodes/section.php on line 1581 ‘video_loop’ to False
To add this to your child theme so you won’t lose the change after your next update, create a directory in your child theme called shortcodes, then create a copy of the section.php file inside.
Then add this code to your child theme functions.php:function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; } add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
Best regards,
MikeHey jamiebgp,
Thamks for the link to your site I see your homepage and many other pages have layersliders and they work good, but I didn’t find any easy sliders, please link directly to a page with one.Best regards,
MikeJune 25, 2023 at 6:40 pm in reply to: but still I have a lot of gap on my website. What is it due to? #1411636Hi,
It is an empty image element, perhaps you clicked the image element in the ALB toolbar once by mistake, go ahead and delete it. Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Thanks for the feedback, currently the pages have a 50px top padding, to remove this try this css:#top .content,#top .sidebar { padding-top: 0px; }
Best regards,
MikeJune 25, 2023 at 3:56 pm in reply to: Since Update from 6.2.2 WordPress all Sidebars are empty #1411629Hey rixi,
I’m not experiencing this with my demo, have you tried disabling your plugins to check, and checked your Enfold Theme Options ▸ Sidebar Settings and checked your widgets?
If this doesn’t correct please include admin login in the Private Content area so we can investigate.Best regards,
MikeJune 25, 2023 at 3:30 pm in reply to: but still I have a lot of gap on my website. What is it due to? #1411628Hi,
That worked, thanks.
So the space was created by the columns and other elements above have negative top margins for the overlay affect so by the time we get to your headline rotator there is a large gap:
so to correct I added a negative bottom margin to the last column row above the headline rotator, please note that this is for the desktop version only:
tablet and mobile seems fine as is, but you can adjust for these if you wish by choosing those buttons:
Best regards,
MikeHi,
I’m not sure what you mean, please include a screenshot to demonstrate.
Will this be for mobile or desktop or both?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,
For bullets in the tabs try this:#top .tab_content ul li ul li:before { content:'-'; padding-right: 5px; color:#000 !important; font-size: 20px; } #top .tab_content ul li ul li { list-style: none; padding-left: 1em; text-indent: -1em;; } #top .tab_content ul li ul { margin-left: 0em; }
expected results:
For bullets in the text element try this:#top .avia_textblock ul li ul li:before { content:'-'; padding-right: 5px; color:#000 !important; font-size: 20px; } #top .avia_textblock ul li ul li { list-style: none; padding-left: 1em; text-indent: -1em; } #top .avia_textblock ul li ul { margin-left: 0em; }
Best regards,
MikeJune 25, 2023 at 1:54 pm in reply to: Image opening in Lightbox singly without arrows to scroll through all images #1411621Hi,
Ok, 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,
Mike -
AuthorPosts