Forum Replies Created
-
AuthorPosts
-
Hi,
We’re glad that Rikard was able to help you!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
SarahHi!
You’re almost there! If you drag your Special Heading and Text Block elements into the Color Section, it should achieve what you’re looking for. I’d do it myself, but I hope you’ll enjoy seeing the magic. :)
Please let us know if you need further help.
Best regards,
SarahHi Samuel,
Please add this code as well:
.main_color .pricing-table li.avia-heading-row .pricing-extra {background-color: grey; }
Best regards,
SarahHi!
Can you give us a link to the website in question so we can take a look? For creating backgrounds for the whole screen, please consider using a Color Section.
For your second question, please try to clear your WordPress cache, too. This is different from your browser cache and cookies. You can clear it using your WordPress caching plugin (if you have one) or Cloudflare (if you have one). Some servers also have a caching mechanism installed, so please check that.
Best regards,
SarahYou’re very welcome! We’re glad to help.
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Cheers!
SarahHey Daddykate,
What widget did you use to show the items on the bottom of the page?
Best regards,
SarahHi,
Sorry I didn’t mention that! Please try adding the code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file.
Please clear the cache to make sure that you can see the changes take effect.
Best regards,
SarahHi,
The ID is layerslider_4. Please try this code instead:
@media only screen and (max-width: 990px) { .home #layer_slider_1 { display: none !important; } } @media only screen and (min-width: 990px) { .home #layerslider_4 { display: none !important; } }
Best regards,
SarahMay 16, 2017 at 11:15 am in reply to: Mega-Menu is not aligned with the menu-items and link-color for active page #793810Hey microtool,
To change the color of the megamenu link for the active page, please use this code:
#top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item>a {color: red !important }
For the menu alignment, can we have access into your WP so we can take a closer look?
Best regards,
SarahHey Picante,
Yes, that’s possible. Each menu item has a unique class, like this:
<li id="menu-item-3060" ...
Get that class for your menu items, then you can use something like this:
.menu-item-3060 { background-color: red; color: white; }
Let us know if you have any questions.
Best regards,
SarahYou’re welcome, Marc! We’re always glad to help.
Feel free to open another thread for any other concerns.Best regards,
SarahHi,
This is caused by the following code in layout.css and custom.css:
#top .av-main-nav ul ul: {right: -207px !important;}
If you remove that, the mega menu displays as it originally should.
Best regards,
SarahHey Sokol,
You can try this filter from WPSites. Please add this in your functions.php:
function wpsites_modify_comment_form_text_area($arg) { $arg['comment_field'] = '<p class="comment-form-comment">' . '<label for="comment">Your Label</label>' . '<textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" aria-required="true" required="required"></textarea>' . '</p>'; return $arg; } add_filter('comment_form_defaults', 'wpsites_modify_comment_form_text_area');
Please replace “Your Label” with what you prefer to put instead.
Best regards,
SarahHey Simon,
This happens because your images aren’t the same dimension. You can use images with the same dimension, or set Benutzerdefinierte Bildgröße wählen to Square. Just make sure that all images have had a square version created for them.
Best regards,
SarahHi,
Have you tried turning on Header visibility and transparency in the page?
Best regards,
SarahHi,
We’re glad that Mike was able to help you!
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Cheers!
SarahHi,
You can use this code as basis:
.main_color .pricing-table li.avia-heading-row {background-color: grey; } .main_color .pricing-table li.avia-pricing-row {background-color: red; } .main_color .pricing-table>li:nth-child(odd) {color: black; } .main_color .pricing-table>li.avia-button-row {background-color:black !important;}
Best regards,
SarahHi!
Your code should work if the IDs are correct. Can you try putting it back so we can take a closer look?
Best regards,
SarahYou’re welcome, Farzan! We’re glad to help.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
SarahHi,
Yes, the code is there properly, and is working now. Do you need any other assistance with this topic? :)
Best regards,
SarahHi,
I can’t see #layer_slider_4, actually. Did you remove it?
Best regards,
SarahHi!
Thanks for clearing the cache on your browser. You also need to clear your WP cache sometimes. Can you purge your Enfold CSS from the Cloudflare cache, please?
Best regards,
SarahHi!
Please try this code instead:
@media only screen and (max-width: 990px) { .home #layer_slider_1 { display: none !important; } }
Best regards,
SarahHi,
Thank you for sharing the response, Tina. And we’re glad this got sorted out.
Please let us know here in the forums if you need help with anything else!
Also, for your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Thank you for using Enfold.
Cheers!
SarahHey Farzan,
Have you tried clearing your WP cache? I’m looking at your source code, and I can’t seem to find the enfold.css, which is the css generated by Quick CSS. This usually happens when you have a caching plugin turned on in your plugins or through your server.
Can you try clearing your cache and see if that solves it?
Best regards,
SarahHey mikkijack,
You can try this code:
.page-id-4668 #av-layout-grid-1 .flex_cell:first-child, .page-id-4668 #av-layout-grid-1 .flex_cell:last-child { width: 30.5%; padding:0px 15px 15px 15px !important; } .page-id-4668 #av-layout-grid-1 .flex_cell:nth-child(2) { width: 39%; padding:0px !important;} .page-id-4668 #av-layout-grid-1 .flex_cell .avia-image-container { padding:0px !important; }
Please keep in mind that the widths and heights change as they adapt to the screen that contains them. The above code works for most laptop screens, but if you want it to appear exactly as you want them, you’ll have to create different values for different screens using media queries. https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
You can also use fixed pixel values for the widths instead of percentages. Please feel free to adjust the values to fit your preference.
Best regards,
SarahHi,
Please try this code for #2:
.post-meta-infos {display:none !important;}
Best regards,
SarahHey Vrout,
You can force the body to have a minimum width, for starters. Please try this in CSS:
.single-product { min-width: 1024px !important; }
If you need additional help, please give us the URL of the website in question.
Best regards,
SarahHi,
For starters, you can set the body of this page to have a minimum width so that it’s responsive only until that width.
You can try this code:
.page-id-38 { min-width: 1024px !important; } @media only screen and (max-width: 767px) { .responsive .page-id-38#top #wrap_all #av_section_2 > .container { width:72%; float:right;} }
That’s not going to automatically make everything pretty and your webpage will not necessarily mobile-friendly. But perhaps this sets you in the direction you want. You can check this page as a reference for dimensions of standard devices: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
We recommend hiring a freelance web designer to help you think of the mobile version of this page.
Best regards,
SarahHi,
We’re glad that you figured out the issue.
For any other questions or issues, feel free to post them here on the forum and we will try to help you.
Cheers!
Sarah -
AuthorPosts