Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update, we’ll keep this thread open for you.
Best regards,
RikardHey maryenvato,
Thanks for the kind words and for using Enfold :-)
We don’t provide customisation like that unfortunately, but I’m not sure I fully understand what you are looking to achieve? Do you mean that you want to replicate layouts from other themes or sites?
Best regards,
RikardHi,
Please try this instead:
.avia-content-slider-inner span.blog-categories { display: none !important; } .avia-content-slider .slide-image { max-height: 210px; height: 210px; }
Best regards,
RikardHi,
Please try this instead:
.av-main-nav > #menu-item-11678:hover > a { color: green; }
Best regards,
RikardHi,
Thanks for helping out @guenni007 :-)
Did the post above help you @dimitris73?
Best regards,
RikardHi,
You have filled in an invalid hex code in most places in the theme options:
#fffffff
Hex codes are only 6 characters long, and you have 7 f’s. Please try adjusting that and it should work without the custom CSS.
Best regards,
RikardHi,
If you want to add your own CSS, then you would have to inspect the element in question in your browser and find the correct selector. You can then add CSS in Quick CSS in the theme options.
Best regards,
RikardHi,
Please try this instead:
.main_menu #menu-item-11678 a:hover .avia-menu-text { color: green; }
Best regards,
RikardOctober 11, 2024 at 9:14 am in reply to: The carousel image captions are not showing up on mobile. #1468904Hey Michael,
Could you post a screenshot highlighting the problem please? You can upload screenshots to a service like Google Drive, Dropbox, Imgur, Snipboard or similar. Then link to the image here.
Best regards,
RikardHey Qgrafica_7,
The page you linked to displays empty on my end, please check.
Best regards,
RikardHi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi,
Thanks for that, it’s still working when the parent theme is activate though. You could try using a clean child theme insted: https://kriesi.at/documentation/enfold/child-theme/. There’s no need to use plugins for that.
Best regards,
RikardHi,
Thanks for the update. Could you post a link to where we can see the problems that you are having please?
Best regards,
RikardHi,
Please try using this CSS instead:
.avia-content-slider-inner span.blog-categories { display: none; } .avia-content-slider .slide-image { max-height: 210px; height: 210px; }
Best regards,
RikardHi,
We can’t help you out further unless we can see your theme settings unfortunately. You can post login details in private.
Best regards,
RikardHey James,
For additional styling, you would need CSS. You can create new sidebars under Appearance->Widgets, then you can select to show your sidebar in the Layout menu on each page.
Best regards,
RikardHey Munford,
You are targeting the class p. If you want to target the element p, then remove the . in front of the p.
Best regards,
RikardHi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Thanks @guenni007 for helping out :-)
Best regards,
RikardHey Gianluca,
Did you check your settings under Enfold->General Styling, and Enfold->Advanced Styling?
Best regards,
RikardHi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-2002 .avia-content-slider-inner span.blog-categories { display: none; } .page-id-2002 .avia-content-slider .slide-image { max-height: 210px; height: 210px; }
Note that it will only apply to the blog page.
Best regards,
RikardHi,
Thanks for the login details. The problem goes away when the parent theme is active, so I’m guessing that this in your child theme is causing the problem:
function your_theme_enqueue_styles() { $parent_style = 'parent-style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css'); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array($parent_style), wp_get_theme()->get('Version') ); }
Why exactly do you need that?
Best regards,
Rikard- This reply was modified 1 month, 2 weeks ago by Rikard.
Hi,
Please try this CSS as well:
section.related .inner_product a.product_type_simple { width: 100%; } section.related .inner_product .yith-wcwl-add-button { margin-top: 55px; }
Best regards,
RikardHi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
.main_menu #menu-item-11678 a:hover { color: green; }
Best regards,
RikardHey Martin,
Please try the following in Quick CSS under Enfold->General Styling:
section.related .inner_product .thumbnail_container { height: 300px; max-height: 300px; }
Best regards,
RikardHey bleistift,
I changed the 404 settings and it’s working as expected, please review your site. Note that you cannot use your front page as the custom 404 page, please try creating a dedicated 404 page instead.
Best regards,
RikardHey Jeff,
We have no records of your email, where exactly are you getting emails from?
Best regards,
RikardHi,
You can add Layout Builder support for custom post types in that field.
Best regards,
RikardOctober 9, 2024 at 5:22 pm in reply to: Error accessing file for download: cURL error 28: Connection timed out after 100 #1468733Hey Consolas,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. You also try to import the demo manually: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Best regards,
Rikard -
AuthorPosts