Forum Replies Created
-
AuthorPosts
-
Hey newmediologo,
Thanks for letting us know I have let the Dev Team know and perhaps they have a explanation, but I have not seen any reports of this issue, what was the dates of the two emails?Best regards,
MikeHey annameis,
The overlay is created with the same div that is the caption field below the images, so you can’t have both at the same time.
But if you set the element to have the caption below the image and display the Title and Excerpt always, then you could move the title to the center of the image with a slight overlay and leave the caption at the bottom with no overlay with this css:#top #wrap_all .av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content .av-masonry-entry-title.entry-title { position: absolute; transform: translate(12vw,-28vh); color: #fff; } #top #wrap_all .av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-masonry-outerimage-container:before { content:""; display: block; height: 100%; position: absolute; visibility: visible !important; top: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0,.5)!important; }The expected results:
before mouse-over

mouse-over

Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css to your Quick CSS field, please clear your browser cache and check.Best regards,
MikeHey Diana,
Thank you for the link to your site, the masonry element needs to have a lower z-index, so I added the custom class zindexzero to the masonry element and then added this css:.zindexzero { z-index: 0; }now the boxes are over the masonry element
Please clear your browser cache and check.Best regards,
MikeHi,
From what I see the “button” that is added in your portfolio grid is a link that has been added in the footer with a custom class of “x”:

this is not typical, usually the footer is empty:

so this is probably some custom code to add this link and create the button, and since you are losing this customization when you update the site it would point to a possible core file that has been customized instead of this code in your child theme, or perhaps the code needs to be adjusted to work correctly.
Please post the custom function that creates this button so we can test it on our test sites. I looked in your child theme but couldn’t find anything that would do this.Best regards,
MikeDecember 3, 2023 at 2:30 pm in reply to: Vulnerability Theme 5.21 – XSS flaw – Theme update #1427044Hi,
Making a backup is a good idea, but this update method has been working successful since WordPress added it a number of years ago :)
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,
MikeHey neomazic,
To see the Autoresponder option in the Enfold contact form element please look in the Backend option:

the mailchimp element doesn’t have these option as you need to do this in your mailchimp account.
Please note that the contact form element is a basic contact form and has limited Autoresponder options, if you would like more option we recommend considering the Contact Form 7 plugin and it many addon plugins.Best regards,
MikeDecember 3, 2023 at 2:12 pm in reply to: Vulnerability Theme 5.21 – XSS flaw – Theme update #1427038Hey nonosapiens,
I believe Envato made a change in the update code shortly after that version so you will need to manually update.
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeHey tulin88,
I have two solutions, the first is to create a “template” of each page that was created with the Advanced Layout Builder:

and the export the Enfold Theme Options ▸ Import/Export ▸ Export Layout Builder Templates, and then import it to your new site.

The second solution is to Enable the Avia Layout Builder Debugger and copy the shortcode for each page and then paste it into your new site:

But unfortunately both of these solutions will not translate the pages and will not import the images to the new site. For this you will need to go to WordPress ▸ Tools ▸ Export ▸ Media:

and then import the media into the new site using the WordPress import option:

and make sure you Download and import file attachments

Unfortunately you may need to re-choose all of the images for your imported pages because the image URLs in the shortcode will not match your new site and WordPress displays the images based on the Attachment ID, this is a unique ID number for each image, so if your new site already has a image with that number your imported image will get a new number which won’t match the shortcode. You might get lucky and the Attachment IDs all match correctly, such as when a new empty site imports a “demo”, if you are lucky then you could paste the shortcode into a text editor like VScode and perform a search & replace of the domain to match your new site, such as
search for: https://my-old-domain.com/
replace with: https://my-new-domain.com/
and if the Attachment IDs are the same then this will work good, but I expect that you will need to manually re-choose all of the images after you import them, so just be ready to do this.
Someone might have the idea to copy all of the old site images via FTP and add them to the new site via FTP, but this will not work because WordPress will not import the images and add a Attachment ID for them in the database of the new site, so this method will be a waste of time. Perhaps you will find a plugin to do this for you, but if the new site already has a image with a specific Attachment ID, your new imported image can’t have the same Attachment ID, so again this will be a waste of time.
It looks like your site doesn’t have too many images, just the hotspot image so it should be easy for you to do this.Best regards,
MikeDecember 3, 2023 at 12:54 pm in reply to: Multiple instances of masonerie do not keep multipole custom links #1427034Hi,
This is because the custom link that you are creating is actually in the image link field in the media library and not in the element

Note that in the right hand sidebar “Attachment Details” all of these fields are for the image in the media library are are sitewide, such as “title”, ect. these are not limited to the one element.
So you can only add one link to the image. Try uploading another image with a different file name and add your second link to it, or you can use the work flow I posted above.Best regards,
MikeHi,
Try this css and see if anything changes to black that you don’t want to or if there is anything more that you want black:.main_color a, .main_color .widget_first, .main_color strong, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .taglist a.activeFilter, .main_color #commentform .required, .html_elegant-blog #top .main_color .blog-categories a, .html_elegant-blog #top .main_color .blog-categories a:hover { color: #000 !important; }Best regards,
MikeHi,
Thanks for the feedback, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #sub_menu1 { margin-top: 75px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Chrisxx1982,
Thank you for your patience and the screenshots.
1: please link to this page as I couldn’t find the purple color on my Android device, you are using Android correct?
2: Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #menu-item-shop .av-cart-counter { background-color: red; color: #ffffff; }3: try this css:
#top #main div.woocommerce-error a.button, #top #main div.woocommerce-message a.button { background: red; }4: for the links on this one page only in the text element, try this css:
#top.home .avia_textblock strong a { color: red; }5: try this css:
#top ul.products li .price, #top p.price { color: #000 !important; }Please adjust the colors to suit, after applying the css, please clear your browser cache and check.
Best regards,
MikeHey sharynt3,
If you don’t want this everywhere you will need to add a custom class to the H5 tag like this: <h5 class=”huge”>…</h5>

Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all #main.all_colors h5.huge { font-size: 48px; }
After applying the css, please clear your browser cache and check.Best regards,
MikeHey havi,
Thank you for the link to your site, I see that you have this custom css:@media only screen and (max-width: 767px){ .responsive #top #main { padding-top: 120px !important; } }but 120px is too small, try 170px like this:
@media only screen and (max-width: 767px){ .responsive #top #main { padding-top: 170px !important; } }Best regards,
MikeHey Suze,
Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul li:hover ul.sub-menu li a { background-color: unset; } .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul li ul.sub-menu li:hover a { background-color: #0073bb; }After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 2, 2023 at 10:32 pm in reply to: Updating existing installation with latest enfold theme #1427009Hi,
Thanks for the feedback, please try disabling all of your plugins and clear your LightSpeed cache. If that resolves the issue, reactivate each one individually until you find the cause.
If not the try disabling your LightSpeed cache and see if that solves, this looks like it cold be a object-oriented cache issue.
As I investigate your LiteSpeed plugin setting further it gives a warning that you don’t have a LiteSpeed web server:

Please double check your webhost if you do and way the plugin doesn’t think you do, perhaps this conflict is the issue.
I still recommend first disabling all plugins and see if that helps, then if not the try disabling your LightSpeed cache and check again.Best regards,
MikeDecember 2, 2023 at 10:14 pm in reply to: This page is selected to be displayed as maintenance mode page but is not active #1427002Hi,
I when the setting, for example Maintenance Mode Page, then I enabled it and choose select page from the options, instead of “Home”. Then I saved the theme settings. Then I deactivated the option and saved the theme settings again, for good measure.Best regards,
MikeDecember 2, 2023 at 9:31 pm in reply to: This page is selected to be displayed as maintenance mode page but is not active #1426998December 2, 2023 at 9:23 pm in reply to: Updating existing installation with latest enfold theme #1426997Hi,
Thanks for the feedback, please explain the steps you are taking for the changes that disappear when you reload the pages so we can try and understand better.
Perhaps screenshots would help, you can paste the screenshot links in the post.Best regards,
MikeHi,
Glad to hear, we will leave this open for now, but let us know if this helped and we can close this thread and wipe down the tables :)Best regards,
MikeHey Celeranttechnologycorp,
Thank you for your patience and the link to your site, to have the slideshow arrows to the side of the slider try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-horizontal-gallery { overflow: visible; } #top .av-horizontal-gallery .av-horizontal-gallery-inner{ overflow: hidden; } #top .av-horizontal-gallery .avia-slideshow-arrows .prev-slide { transform: translateX(-100px); } #top .av-horizontal-gallery .avia-slideshow-arrows .next-slide { transform: translateX(100px); }Please see the screenshot in the Private Content area of the expected results
Best regards,
MikeHey lalupacreativa,
We don’t have a repository and we have had no reports 5.6.8 crashing, perhaps this is do to a plugin conflict?
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Or try creating a staging site to test on, most cPanel webhosts have a staging site option, some in the dashboard:

Others add the option in the Softaculous WordPress Management

There may be other staging site options in different cPanel servers, these are the two that I have seen.
Then update the staging site to 5.6.8 so we can see the error and assist.
Please include an admin login for the staging site in the Private Content area so we can be of more assistance.Best regards,
MikeDecember 2, 2023 at 8:22 pm in reply to: Updating existing installation with latest enfold theme #1426989Hey myprodesign,
Thanks for the link to your site, but the login is not working, I see that you are using the version 4.5.6, this is quite old and I don’t know what PHP version you are using which is what your error above is about. I believe that you can safely manually update with the instructions below, nonetheless are you able to make a full server backup on your webhost?
If you are, please do so or ask your webhost support to make a full backup including the databases and then update with these steps:
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeDecember 2, 2023 at 8:12 pm in reply to: This page is selected to be displayed as maintenance mode page but is not active #1426988Hi,
I don’t think that you are understanding what we are writing, if you include a admin login in the Private Content area I will do it for you.Best regards,
MikeHey Lupa Creativa,
We don’t have a repository open to the public, to download the latest version please go to your Envato (Theme Forest) account.
You will not be able to automatically update version 4.7.6.4 because Envato changed how updates are done and your old version can’t do it.
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeDecember 2, 2023 at 8:02 pm in reply to: Burger Menu JS click action is deferred by WP-Rocket #1426984Hi,
\js\avia-snippet-hamburger-menu.js
\js\avia-snippet-hamburger-menu.min.jsare you using the REMOVE UNUSED CSS option in wp-rocket?
Best regards,
MikeHi,
Sure if you wish, if it helps try these steps, if you see this Verify domain ownership via DNS record

and you added custom nameserver DNS URLs where you bought your domain from, like NameCheap.com

which points to your webhost with a cPanel, you can go to Zone Editor

then click “add record” ▸ “add TXT record”

then add the domain name like the other TXT records (without https) and paste the google code:

and wait a few minutes and the click “verify” on the google Verify domain ownership popup:

I had to wait about ten minutes and check three times on my test site, but this I got the success message:

then you can go to URL Inspection see the Request Indexing button which you can use to get Google to re-crawl and re-index your URL.
But you might have to wait a day before doing this, as I found that with a new account and domain google shows the message Processing data, please check again in a day or so

But at least you got the ball rolling, in the future you will find the Google Search Console to be very helpful.Best regards,
MikeDecember 2, 2023 at 7:05 pm in reply to: Burger Menu JS click action is deferred by WP-Rocket #1426977Hi,
Did you try the first link that I posted with the javascript files to exclude?/wp-includes/js/jquery/jquery.min.js /wp-includes/js/jquery/jquery-migrate.min.js /jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js /jquery-migrate(.min)?.js /dynamic_avia/avia-footer-scripts-(.*).js /enfold/js/avia.js /enfold/js/shortcodes.js /enfold/js/avia-compat.jsBest regards,
Mike -
AuthorPosts


