Forum Replies Created
-
AuthorPosts
-
Hi,
I checked the sites that you posted but I didn’t find any errors.Best regards,
MikeJuly 31, 2024 at 2:04 am in reply to: How to remove the arrow on the bottom right from all pages? #1463390Hi,
Glad that Guenni007 could help, thanks Guenni007. If you have any further questions please open a new thread and we will be happy to help.Best regards,
MikeHi,
If you follow the steps above you should not lose any theme options.
You could create a stagging site and test the update there, so your live site is not touched until you test the update.
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.
Another way to update is to 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.
If you want to try this on your live site, please ensure to backup your full site and database with your webserver full backup tool, if you are not sure how to use it ask your webhost support as each webhost is a little differnt.Best regards,
Mike-
This reply was modified 11 months ago by
Mike.
Hi,
Your example looks like the mega menu is two columns with links on the left column and an image on the right.
This video shows how to follow the steps, and around the 4 min mark it looks like your example
please give this a try.Best regards,
MikeJuly 31, 2024 at 1:14 am in reply to: The flag of languages not appear in phone burger menu. #1463386Hi,
Glad to hear that you have this sorted out, if you have any further questions please open a new thread and we will be happy to help.Best regards,
MikeHi,
I’m not seeing this on the page that you linked to, is it on a differnt page?Best regards,
MikeHi,
I’m not sure why you are seeing this, when I check it looks correct, please see the screenshot in the Private Content area.Best regards,
MikeHi,
Try this code in your child theme functions.php file:function add_custom_meta_tag() { echo '<meta name="theme-color" content="#39ff14"/>'; } add_action('wp_head', 'add_custom_meta_tag');
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHi,
We are not able to view your screenshot as it requires a login, please upload to a screenshot service and post the link so we can view.Best regards,
MikeHi,
Glad that we could help, if you have any further questions please open a new thread and we will be happy to help.Best regards,
MikeJuly 30, 2024 at 1:46 am in reply to: Text colors for Black background for Shop and Products #1463276Hi,
Have you tried setting the theme background color to black?
You should be able to use the Advandced Styling to change the text colors.Best regards,
MikeHi,
Please see this thread.Best regards,
MikeJuly 30, 2024 at 1:38 am in reply to: Featured Image nor custom image are shown in dynamic ALB #1463274Hi,
Glad that we could help, if you have any further questions please open a new thread and we will be happy to help.Best regards,
MikeJuly 29, 2024 at 6:14 pm in reply to: Featured Image nor custom image are shown in dynamic ALB #1463252Hi,
You can make the inner section full width with this css:.responsive .av-layout-tab-inner > .container { max-width: 100%; }
then you can add padding to the elements in the inner tab that you don’t want full width, like the text element.
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 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,
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 compare this to the original:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av-flex-cells .no_margin { padding-left: 15px !important; padding-right: 15px !important; } .responsive #top .av-masonry { background-color: #f5f0eb !important; } }
Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, I agree that this is a color profile issue with your images and not an issue with the theme.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-tab-no-icon.av-tab-no-image .av-inner-tab-title { margin-bottom: 0; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
I’m not sure as I don’t have a iPhone and this is not a option on Android. There is not a specific setting for this in the theme, but it sounds like the css above is changing it some.
Perhaps the iPhone also adds opacity to the color, try this:html { background-color: blue !important; opacity: 1 !important; }
Please note that testing with 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.
Best regards,
MikeHey Richard,
I believe that you need to add the background-color to the html element which I believe shares the color with the Socket Background Color
But if you don’t want to also change this color, try this css:html { background-color: blue !important; }
and adjust the color to suit, after applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
I’m not sure what you mean by add my website to my Google profile, please explain further, perhaps a screenshot of the Google profile page that you add the url to would help.
Is the error code 400 shown on the Google profile page or is this in your webhost error logs?Best regards,
MikeJuly 28, 2024 at 9:15 pm in reply to: Animationen laden seltsam doppelt / Animations load strangely twice #1463188Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia_transform .av-parallax-object.active-parallax.avia_start_delayed_animation.right-to-left { animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1; } .js_active .av-parallax-object.active-parallax { opacity: 0; transition: 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,
Mike -
This reply was modified 11 months ago by
-
AuthorPosts