Viewing 30 results - 6,991 through 7,020 (of 142,937 total)
  • Author
    Search Results
  • #1427354
    Jonathon Parris
    Guest

    Hello,

    I have been using Enfold for a couple years and have decided to use the “custom.css” file to edit my sites. I’m trying to use the @media queries to react to mobile and desktop but the media queries won’t take affect. May I ask for some assistance? I will copy my current CSS into the next field.

    A topic related to the above is that the display of active anchor links in the mobile menu also does not work properly. I used following CSS (based on another thread) to underline the active menu item. It only seems to work for pages, not for anchor links…

    /* highlight active menu item in mobile menu */
    #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul .current-menu-item > a {
    text-decoration: underline;
    }

    Thanks for your help with this too!
    Best regards,
    Cornelie

    #1427348

    Tnx. The problem is solved. You can close this topic.

    #1427346
    netztaucher
    Participant

    hello,

    if i layout a product with the advanced layout editor the button from the plugin
    request a quote is not visible. when i switch to the standard editor all is fine.

    there some topics about this and it is an enfold problem, but no one posted a fix.

    can you help, please?

    bis dann, marco.

    • This topic was modified 2 years, 4 months ago by netztaucher.
    #1427330
    Munford
    Participant

    FIX: regenerated thumbnails in woocommerce > status > tools
    and then added this code to functions.php (via https://kriesi.at/support/topic/different-image-sizes-on-category-overview-page/#post-1403765)

    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'woocommerce_thumbnail';
    }

    hi
    I had to replace some images for my products but now the thumbnails on the overview page are smaller than the others
    I don’t see where to control this or change it.
    Not sure why this is happening since the new files are the same size as the old ones.
    Can you help me with this? need a fix asap.
    thanks!

    • This topic was modified 2 years, 4 months ago by Munford.
    • This topic was modified 2 years, 4 months ago by Munford.
    #1427326

    In reply to: CSS Colors

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .main_color .product[class*="product_cat-"] a .woocommerce-loop-product__title {
    	color: #856c4d !important;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1427318

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1427317

    Hi,

    Great, I’m glad to hear that you got things working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1427298

    In reply to: Custom Menu Layout

    Hey MikeTandySwag,

    Thank you for the inquiry.

    1.) Yes, it should be possible with a few css modifications. You can start with the following code.

    #top #header  #header_main {
        width: 94%;
        margin: 0 auto;
        border: 1px solid rgba(255,255,255,0.25);
        border-radius: 30px;
        margin-top: 30px;
    }

    2.) To assign different menus for each page, you have to install a separate plugin. Please try one of the plugins below.

    // https://wordpress.org/plugins/if-menu/
    // https://wordpress.org/plugins/user-menus/
    // https://wordpress.org/plugins/different-menus-in-different-pages/

    Best regards,
    Ismael

    #1427287

    In reply to: Table Colours

    Hi Snerp,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-table tr {
        background: white;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1427277
    nTECHgrate
    Participant

    Hello Enfold Team,

    I have four images in my easy slider, and all are exactly the same height and width—however, the height changes when the second image in the slider loads.

    I found another thread on this topic, #436895, which says to add the following CSS:

    ul.avia-slideshow-inner {
    height: auto !important;
    }

    This fixes the easy slider issue; however, this code breaks my fullscreen slider that is above the fold and only has one image. To see what I am talking about, visit https://jamesj173.sg-host.com and click on “the cottages” from the menu before the 2nd image loads.

    As always, thank you for your help.

    -James

    #1427271
    katrinam14
    Participant

    I have just upgraded to the latest version of the Enfold theme.

    I am now seeing a white bar across the top of each page.

    I’ll provide login details below

    #1427257

    In reply to: Elements disappearing

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1427238

    In reply to: CSS Colors

    Hi,
    For the cart page try this css:

    #top.woocommerce-checkout #main.all_colors a {
        color: #856c4d !important;
    }

    for the homepage prodct image titles this css stil works when I test it:

    #top .main_color .woocommerce-message a,
    #top.home .all_colors .av-image-caption-overlay-center strong {
    	color: #fff !important;
    }

    when I search your css file I don’t see that it has been added, please try adding it again and ensure that the closing bracket is included, or include a admin login so we can check.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1427233
    jim-cp
    Participant

    Hello,

    We have a page with images in grid cells. We used to have the image titles displayed in a lightbox by clicking on them. This stopped working recently. Any idea why this happened?

    #1427215

    In reply to: CSS Colors

    Hi,
    Thanks for the screenshots, this css addresses the three points above:

    #top .main_color .woocommerce-message a,
    #top.home .all_colors .av-image-caption-overlay-center strong {
    	color: #fff !important;
    }
    
    #top.woocommerce-checkout .all_colors a {
    color: #856c4d !important;
    }

    Best regards,
    Mike

    #1427207

    In reply to: CSS Colors

    Hi Mike, Hi Ismael,

    many thanks for your help. I made a small mistake. Of course Mike is right that the color of the product titles should not be white. The color of the product titles should be brown. I just wanted to say that the product titles cannot be changed with the code in black.

    I currently have the following CCS active:

    #top .term-description p a {
    color: #000;
    }

    .main_color a, .main_color strong a, .main_color strong, .alternate_color strong, .alternate_color strong a, .alternate_color a {
    color: #000000 !important;
    }

    #top .main_color a strong.woocommerce-loop-category__title {
    color:#fff !important;
    }

    However, some other areas have also been changed. The product titles should have a different color ( #856c4d )

    Unfortunately, the font color in the buttons on the pictures on the homepage has also changed; they should be white.

    During checkout, the font in the button also turned black, it should remain white. With the 3-step checkout, the link at the top has also become black, but it should actually stay brown :)

    Here the Screenshots:

    Homepage: https://postimg.cc/YhjWCs26
    Product: https://postimg.cc/GBzLYbqH
    Checkout: https://postimg.cc/3dgHmKwY

    I’m very sorry that it’s a bit confusing. Unfortunately, so many things on the site always change.

    Best regards
    Christian

    #1427194

    In reply to: Immage, accordion

    Hi,

    I would like to eliminate the lines around the images and align the images to the header

    You can remove the border and space around the gallery with this css code.

    #top div .avia-gallery .avia-gallery-big {
        border: 0;
        padding: 0;
    }
    
    #top div .avia-gallery img {
        padding: 0;
        border-radius: 0;
        border: 0;
    }
    

    Thank you for your patience.

    Best regards,
    Ismael

    #1427188

    Hey Silje,

    Thank you for the inquiry.

    The “soldout” container is being covered by the product image. You need to increase the z-index to adjust the stack order of the element.

    .soldout {
        padding: 3px 8px;
        text-align: center;
        background: #222!important;
        color: #fff!important;
        font-weight: 700;
        position: absolute!important;
        top: 6px;
        right: 6px;
        font-size: 12px;
        opacity: 1!important;
        display: block!important;
        z-index: 100;
    }

    Best regards,
    Ismael

    #1427176

    Hi,
    Strange, I would imagine that the other thread would have lead to the solution as it seemed to be the same situation.When I check your site with the inspector emulating a mobile device and view the scripts loaded and then click the burger menu 20 additional scripts are loaded:
    Enfold_Support_4003.jpeg
    most of which I don’t think apply, such as FB, YT, reputation badge, but a few WordPress core scrips load from /wp-includes/js/ like wp-polyfill.min.js which sometimes is used as a “bridge” between scripts, so perhaps this is part of the issue.
    Try looking at these scripts and see if this helps.
    I also note that if you look at the DOM in the inspector you can see all of the scripts that get the data-rocket-status=”executed” attribute when you click the burger menu, and one that stood out to me was the variables for the avia_framework_globals
    Enfold_Support_4005.jpeg
    I’m not sure how you could allow these variables in wprocket but perhaps this is related.
    I tried to search for other threads with this issue for possible clues, but the only other one I found was the one I linked to and you have already followed those steps.
    Your not using any other plugins like Autoptimize and you tried disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression right? It looks like you are using a CDN, perhaps try disabling it for now to ensure that there is on conflict.
    The only other thing that I can think of is to disable all of the wprocket settings so the burger menu is working correctly and then enable one at a time, clearing the cache with the CDN disabled until it breaks again and reviewing it. Or perhaps try adding all of the known js files from WordPress and Enfold until the burger menu works correctly and try removing them one at a time until it breaks and you find the combination that you need.

    Best regards,
    Mike

    #1427174

    In reply to: CSS Colors

    Hi,
    In the last screenshot you point to product titles and write that they should be white, which would be good for the one with a green background, but the other one has a white background so if the title was white you would not see it:
    Enfold_Support_4001.jpeg
    So assuming that this an error, please use Ismael’s css above:

    .main_color a, .main_color strong a, .main_color strong, .alternate_color strong, .alternate_color strong a, .alternate_color a {
        color: #000000 !important;
    }

    and then add this css to change the titles with the green background to white:

    #top .main_color a strong.woocommerce-loop-category__title {
    	color:#fff !important;
    }

    If you find more things to change then please let us know and we will help with more css to build on this.

    Best regards,
    Mike

    #1427173
    jim-cp
    Participant

    Hello,

    We have a page with images in a grid of cells, we used to put people’s bios in the title and when you clicked the image it would display in a lightbox. This stopped working recently. Any ideas on how we can solve this problem?

    #1427168
    SHR Design
    Participant

    Hi

    I added this PHP and CSS code. PHP Snippet 1.

    WooCommerce: Show “Sold Out” @ Shop Page

    Then set a product to 0. Stock Management is tracked.

    Under the category: TROMBOCYTTINKUBATORER – (KLIMASKAP)
    Right clicked the product Climax 100. Noticed the code

    HTML Class soldout has been added.
    CSS has been added.

    .soldout {
        padding: 3px 8px;
        text-align: center;
        background: #222!important;
        color: #000!important;
        font-weight: 700;
        position: absolute!important;
        top: 6px;
        right: 6px;
        font-size: 12px;
        opacity: 1!important;
        display: block!important;
    }

    Why is the black box sold out just seen for a moment before it goes away?
    What is going on?

    I have been down this road before in an earlier support thread in regards to a search in WooCommerce.

    #1427167

    Hi,
    Thank you for the link to your site, for your last five items with no excerpt this css will center the title:

    #top #wrap_all .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content .av-masonry-entry-title.entry-title {
        position: absolute;
        transform: translate(-1vw,-28vh);
        color: #fff;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #top #wrap_all .av-masonry-entry.av-masonry-item-with-image .av-masonry-outerimage-container:before {
      content:"";
      display: block;
      height: 100%;
      position: absolute;
      visibility: visible !important; 
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0,.5)!important; 
    }

    But I know the you plan to have a excerpt, so based on the excerpt length of the first item, which is about half of the item’s height, this css would be what I recommend.

    #top #wrap_all .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content .av-masonry-entry-title.entry-title {
        position: absolute;
        transform: translate(-1vw,-16vh);
        color: #fff;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #top #wrap_all .av-masonry-entry.av-masonry-item-with-image .av-masonry-outerimage-container:before {
      content:"";
      display: block;
      height: 100%;
      position: absolute;
      visibility: visible !important; 
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0,.5)!important; 
    }

    as you add more excerpts to the other items try adjusting the negative sixteen of this code: transform: translate(-1vw,-16vh); to find the placement that you want. It would be better if your excerpts were all about the same length, because we need to use absolute position for the title.

    Best regards,
    Mike

    #1427160

    Hi Mike – I have inserted the code and cleared cache but did not get the desired result. Link below

    All CSS I’m using

    #footer .widget p {
    font-size: 15px !important;
    }

    #footer {
    padding-top: 80px;
    padding-bottom: 80px;
    margin: 0px;
    }

    @media only screen and (min-width: 990px) {
    #header_main .main_menu {
    position: relative;
    right: unset;
    display: flex;
    justify-content: center;
    }

    .av-masonry-entry-title {
    font-size:28px!important;
    }

    .av-masonry-entry-content.entry-content {
    font-size:16px!important;
    text-align: left;
    }

    #top #wrap_all .av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content .av-masonry-entry-title.entry-title {
    position: absolute;
    transform: translate(12vw,-28vh);
    color: #fff;
    }
    #top #wrap_all .av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-masonry-outerimage-container:before {
    content:””;
    display: block;
    height: 100%;
    position: absolute;
    visibility: visible !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0,.5)!important;
    }

    I know this is an old support topic, but I was having this issue too, and these workarounds didn’t work for me. Instead, I added the following to my child theme’s functions.php file. Hopefully, this helps someone else …

    function avia_builder_admin_css() {
      echo '<style>
        #avia_builder { display: block !important; }
      </style>';
    }
    add_action('admin_head', 'avia_builder_admin_css');
    #1427130

    In reply to: overlay

    i recommend to use now the svg dividers – instead of the slanted option for the color sections.
    the slanted option is only available for bottom styling.
    The svg dividers you can set both top and bottom for the same color-section
    _________

    for that behavior the parallax settings are set on the last tab (advanced) of the elements (columns)
    I recommend not to set the first option (Parallax – default setting – used for all screen sizes (no media query)) and start with the next two options on Parallax Rules. ( And for the Column Position this is the same recommendation.)
    Parallax – for large screens (wider than 990px – Desktop)
    Parallax – for medium sized screens (between 768px and 989px – eg: Tablet Landscape)

    for mobile devices with narrow screen widths, it often makes no sense to set a parallax effect, as you hardly notice the background anyway.
    Parallax – for small screens (between 480px and 767px – eg: Tablet Portrait)
    Parallax – for very small screens (smaller than 479px – eg: Smartphone Portrait)

    #1427116

    hallo Guienna
    ich schreibe dir mal deutsch, das ist einfacher für ich
    wenn es für dich passt?
    danke mit dem Hintergrund passt super so
    wenn ich die min-height: 75vh einstelle passt das super.

    bei den anderen seiten habe ich auch so eingestellt:
    #top:not(.home) #wrap_all {
    min-height: 75vh;
    background-image: url(/wp-content/themes/enfold/images/background-images/floral-dark-compressed.png) !important;
    background-repeat: repeat;
    }

    aber dort habe ich dann eine ganz andere höhe
    danke für deine Rückantwort
    freundliche Grüsse Franz

    #1427113

    sadly there is no class for those pages that are password protected – so maybe it is only possible to use the page-id of those pages.

    #top.page-id-15240 .container_wrap.container_wrap_first {
      background: url(//dorfgeschichte.li/wp-content/themes/enfold/images/background-images/floral-dark-compressed.png) !important;
      background-repeat: repeat;
    }

    but: because you set the background to all pages ( except the home page ) to wrap_all container – you only need to get rid of the backgrounds overlaying this:

    #top.page-id-15240  #main,
    #top.page-id-15240 .container_wrap.container_wrap_first {
      background: transparent !important;
      min-height: 75vh
    }
    #1427109

    if both sliders are determined by their alias – you can try that with one function too. Both i guess will work:

    
    add_action( 'ava_after_main_container', 'rev_slider_mod', 10 );
    function rev_slider_mod() {
    	if ( is_page(15240) ) {
    		echo do_shortcode('[rev_slider alias="bereich-vorstand"][/rev_slider]');
    	}
    	if ( is_page(2959) ) {
    		echo do_shortcode('[rev_slider alias="bereich-mitglieder"][/rev_slider]');
    	}
    }

    for color try in quick css:

    #top .rs-parallax-wrap .rs-layer {
      color:  yellow !important;
    }
Viewing 30 results - 6,991 through 7,020 (of 142,937 total)