Forum Replies Created
-
AuthorPosts
-
August 3, 2024 at 7:25 pm in reply to: How to modify the background grey space before a bk video in a color section #1463715
Hey Miguel,
To add a background image before the video starts in the color section, please add a background image in the color section and this css:.avia-section { background-size: cover!important; }
If you don’t have a first frame image from your video try this free online tool.
Best regards,
MikeHi,
It sounds like you have this sorted out now, please let us know if we should close this thread.Best regards,
MikeHey Jamy ,
Thanks for your question, creating a new website with Enfold is pretty easy, but there are a few steps that you must first do to prepare for your first site.
For example, you will need a web host for your site, once you have this and it uses cPanel you can use the WordPress installer like Softaculous WordPress Management to install WordPress, and then upload Enfold and activate it.
Then you can choose one of our demos and import it, we have a couple of restaurant demos to use and customize.Best regards,
MikeHi,
Glad that this helped, the css should work even though your site is in private, but we will need to see it to examine why it is not working for you.
Please include a admin login in the private content area and a link to the page with the issue so we can be of more assistance.Best regards,
MikeHi,
Unfortunately we don’t have any other suggestions, we have not been able to reproduce this and when each of us checks your site we don’t see the error. It seems that each time your Kinsta cache is cleared the issue is resolved, so perhaps your Kinsta cache is not properly clearing when the site is updated? You could try manually clearing your Kinsta cache or disable it or disable the theme cache.Best regards,
MikeHi,
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,
Thank you for your patience and the login, when I check your page I do not find an error like in your screen recording with either the “YITH WooCommerce Product Add-ons & Extra Options” disabled or enabled.
Perhaps it is an option in the plugin, or perhaps it is one of your other woo plugins?Best regards,
MikeAugust 3, 2024 at 4:48 pm in reply to: Pagination for AVIA element “Blog posts” does not work for Custom Post Type #1463702Hey Marcel,
Thank you for your patience, the avia element pagination should be /?avia-element-paging=2 not /page/2/ otherwise it will be a conflict with WordPress.
This is why you are getting a 404 error for /page/2/ thus the /?avia_forced_reroute=1
The reason /optiker-leipzig-angebote-rabatte/page/2/ works is becuse it is the native WordPress catagory URL and not the element.
I’m not sure how you achive the /page/2/ in the pagination of the element, but this is not correct, please see our demo here, often users try to change the url from /?avia-element-paging=2 to /page/2/, but will not work.Best regards,
MikeHi,
Thanks for sharing Guenni007, I have not seen this solution before.Best regards,
MikeHi,
Please provide a screen resolution size for your sample devices so I can try to match on my desktop Dev Tools and examine closer.Best regards,
MikeAugust 2, 2024 at 4:35 pm in reply to: Custom layout to display posts for category / year-month #1463666Hi,
Thanks, but I don’t see a horizontal gallery on the page. Is this a Advanced Layout Builder page with a blog element on it?
Please include an admin login in the Private Content area so we can examine.Best regards,
MikeHi,
Glad that you have found a workaround, perhaps it is related to your woo filter plugin, when I test the code above on my site it works.Best regards,
MikeHi,
Try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top #header #av-burger-menu-ul .sub-menu .avia_mega_text_block a { text-decoration: none; font-size: 13px; font-weight: 400; } }
Best regards,
MikeHi,
Thanks, I now see the sidebar moved no the last two pages but not the first page that you linked to.
Do get this error only when both snippets are used, or only when the snippet to move the filter to the bottom?
If it is only that first snippet, then it is probably the priority number, currently it is “20”
this determines where on the page it will show, you can try different numbers like, 19,18,17 etc, if this doesn’t help then please provide a admin login so we can try.Best regards,
MikeAugust 1, 2024 at 6:04 pm in reply to: Custom layout to display posts for category / year-month #1463541Hi,
To move the title to the centered and make the font size larger, please try this css:.title_container .main-title { font-size: 20px; } #top .title_container .container { text-align: center; }
For your second question, do you mean that you want to show the gallery from /campionato-regionale-giovanile-lazio-2024/ on the /notizie/ page above the title?
If true, please add the gallery to the top of your /notizie/ page and we can provide some javascript to move it above the title for you.Best regards,
MikeHi,
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 3 months, 3 weeks 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 #1463252 -
AuthorPosts