Forum Replies Created

Viewing 30 posts - 1,261 through 1,290 (of 1,778 total)
  • Author
    Posts
  • in reply to: New Site Header Issue #794005

    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!
    Sarah

    in reply to: Transparent text block #793999

    Hi!

    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,
    Sarah

    in reply to: Pricing Tables cells color change [Enfold 2017] #793988

    Hi Samuel,

    Please add this code as well:

    .main_color .pricing-table li.avia-heading-row .pricing-extra {background-color: grey; }
    

    Best regards,
    Sarah

    in reply to: I can not put large background image on my home page #793825

    Hi!

    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,
    Sarah

    in reply to: Home view on mobile #793820

    You’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!
    Sarah

    in reply to: exclude blog post #793818

    Hey Daddykate,

    What widget did you use to show the items on the bottom of the page?
    Best regards,
    Sarah

    in reply to: Pricing Tables cells color change [Enfold 2017] #793815

    Hi,

    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,
    Sarah

    in reply to: Home view on mobile #793814

    Hi,

    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,
    Sarah

    Hey 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,
    Sarah

    in reply to: Menu colour buttons #793796

    Hey 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,
    Sarah

    in reply to: Sidebar background color not everywhere!? #793785

    You’re welcome, Marc! We’re always glad to help.
    Feel free to open another thread for any other concerns.

    Best regards,
    Sarah

    in reply to: Enfold – Mega-Menu Custom-Layout #793784

    Hi,

    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,
    Sarah

    in reply to: Dein Kommentar ändern #793760

    Hey 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,
    Sarah

    in reply to: Problem with #793755

    Hey 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,
    Sarah

    in reply to: Header Transparency Globally #793747

    Hi,

    Have you tried turning on Header visibility and transparency in the page?

    Best regards,
    Sarah

    in reply to: menu under logo background color #793723

    Hi,

    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!
    Sarah

    in reply to: Pricing Tables cells color change [Enfold 2017] #793722

    Hi,

    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,
    Sarah

    in reply to: Home view on mobile #793665

    Hi!

    Your code should work if the IDs are correct. Can you try putting it back so we can take a closer look?
    Best regards,
    Sarah

    in reply to: Remove green animation on linked images #793294

    You’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!
    Sarah

    in reply to: Remove green animation on linked images #793291

    Hi,

    Yes, the code is there properly, and is working now. Do you need any other assistance with this topic? :)

    Best regards,
    Sarah

    in reply to: Home view on mobile #793290

    Hi,

    I can’t see #layer_slider_4, actually. Did you remove it?
    Best regards,
    Sarah

    in reply to: Remove green animation on linked images #793283

    Hi!

    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,
    Sarah

    in reply to: Home view on mobile #793281

    Hi!

    Please try this code instead:

    @media only screen and (max-width: 990px) {
       .home #layer_slider_1 { display: none !important; }
    }
    

    Best regards,
    Sarah

    in reply to: style.css missing on upload to SiteGround hosting #793278

    Hi,

    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!
    Sarah

    in reply to: Remove green animation on linked images #793277

    Hey 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,
    Sarah

    in reply to: Can't get the columns to line up. #793271

    Hey 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,
    Sarah

    in reply to: Dotted line between blog posts #793191

    Hi,

    Please try this code for #2:

    .post-meta-infos {display:none !important;}

    Best regards,
    Sarah

    in reply to: Make one page NOT responsive #793175

    Hey 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,
    Sarah

    in reply to: Need one particular page to be non-responsive ? #793173

    Hi,

    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,
    Sarah

    in reply to: layout/widget issues #793161

    Hi,

    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

Viewing 30 posts - 1,261 through 1,290 (of 1,778 total)