Forum Replies Created

Viewing 30 posts - 2,071 through 2,100 (of 25,536 total)
  • Author
    Posts
  • Hi Nic_007,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #av_section_1 .av-special-heading-tag {
        font-size: 32px !important;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        background-color: transparent;
      }
    }

    Best regards,
    Nikko

    in reply to: Gibt es noch einen Cace im WordPress? #1376327

    Hi Nic_007,

    Some modern servers have built-in caching in them, you can try to access cpanel and see if there’s a caching option.
    If there’s none, can you give us temporary admin access? so we can try to check on it.
    Just post the credentials privately.

    Best regards,
    Nikko

    in reply to: Enfold Documentation – Accordion #1376325

    Hi Patrick,

    Thanks for pointing it out to us, the documentation should be fixed shortly.
    As for the CSS code, you can use this:

    /*------------------------------------------------
    ------------------------------------------------
    
    Accordion style 2
    
    ------------------------------------------------
    -------------------------------------------------*/
    
    
    /* Tab title style */
    .av-accordion-style-2 .toggler {
        font-size: 18px;
        font-weight: bolder;
        padding: 10px 15px;
        text-transform: uppercase;
        margin: 2px 0;
        background: #B5DCFD;
    }
    .av-accordion-style-2 .activeTitle.toggler:hover,
    .av-accordion-style-2 .activeTitle.toggler,
    .av-accordion-style-2 .toggler:hover {
        color:#FFF;
        background: #1869FF;
        }
    
    
    /* Extra content in tab title */
    .av-accordion-style-2 .toggler span.extra-content {
        display: block;
        clear: both;
        font-size: 13px;
        line-height: 1.5em;
        font-weight: lighter;
        opacity: .65;
        padding: 5px 0;
        text-transform: none;
    }
    
    /* Accordion icon */
    .av-accordion-style-2 .toggle_icon:before {
        position: absolute;
        font-size: 18px;
        top:50%;
        transform: translateY(-50%);
        left: 0;
        content:"\e875";
        font-family: 'entypo-fontello';     
        line-height: 0;
    }
    
    /* Active tab icon */
    .av-accordion-style-2 .activeTitle .toggle_icon:before {
        content:"\e873";
        font-family: 'entypo-fontello';         
    }
    
    /* Hide default icon */
    .av-accordion-style-2 .toggle_icon {
        border:none;    
        position: absolute;
        left: auto;
        right: 20px;
    }
    .av-accordion-style-2 .toggle_icon .vert_icon,
    .av-accordion-style-2 .toggle_icon .hor_icon {
        display:none;
    }
    
    /*Toggle content area */
    
    .av-accordion-style-2 .toggle_content {
        background: #ced7df;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Hide Shipping Calculator When Selecting Local Pickup #1376324

    Hi sdsitetechdotcom,

    Yes you are correct, please change ‘#customer_details .col-2’ in the code to ‘.woocommerce-shipping-destination, .woocommerce-shipping-calculator’
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Get rid of double pagination #1376323

    Hi engage24,

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

    #main .pagination {
        display: none;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Portfolio Grid REALLY slow #1376322

    Hi acscreativenew,

    Can you try to disable other plugins? and see if it removes the delay.
    If it does, try to enable the plugins one by one to see which one causes the delay.

    Best regards,
    Nikko

    in reply to: Portfolio Grid REALLY slow #1376321

    Hi acscreativenew,

    Can you try to disable other plugins? and see if it removes the delay.
    If it does, try to enable the plugins one by one to see which one causes the delay.

    Best regards,
    Nikko

    in reply to: Slide Show – H! #1376320

    Hi PopCut,

    Can you give us more context to your request?

    Best regards,
    Nikko

    in reply to: Categories on post slider element #1376319

    Hi acscreativenew,

    Please try to add this in your functions.php (child theme):

    function enfold_post_slider_meta_content($meta_content, $entry, $index, ) {
        $categories = get_the_category($entry->ID);
        $separator = ' ';
        $output = '<div class="slide-meta-del">/</div><div class="postslider-category">';
        
        if ( ! empty( $categories ) ) {
    	        foreach( $categories as $category ) {
    				$output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator;
    	        }
    	    }
    	$output .= '</div>';
    
        return $meta_content . $output;
    }
    
    add_filter('avf_post_slider_meta_content', 'enfold_post_slider_meta_content', 10, 4);

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Gültiger Envato Schlüssel wird nicht bestätigt? #1376318

    Hi VariablerEsel,

    Please try to delete the tokens that aren’t working including the one you generated.
    Then generate a new token, and make sure it has the following permissions:

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Vertical align columns top and bottom #1376317

    Hi webmonnik,

    It’s possible with some CSS code however it won’t look good if images are not using different sizes.
    Try to use this CSS code and see if it helps:

    #top.page-id-23 .av-equal-height-column-flextable {
        display: flex;
        gap: 6%;
    }
    
    #top.page-id-23 .av-equal-height-column-flextable .av-flex-placeholder {
        display: none;
    }
    
    #top.page-id-23 .av-equal-height-column-flextable .flex_column {
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: flex-end;
        margin: 0;
    }
    
    #top.page-id-23 .av-equal-height-column-flextable .flex_column .av_textblock_section {
        margin-bottom: auto;
    }

    Best regards,
    Nikko

    in reply to: Mobile Fullscreen slider Title and caption sizes #1376316

    Hi woogie07,

    Please try to add this CSS code:

    @media only screen and (max-width:767px) {
      #top #wrap_all .avia-slideshow .av-slideshow-caption .avia-caption-title {
        font-size: 36px !important;
      }
    }

    Just change the font size as you see fit.

    Best regards,
    Nikko

    in reply to: Newly Added Enfold Theme – Issue with Demo Import #1376011

    Hi migmarrero,

    In your WordPress Dashboard, please go to Enfold > Import/Export > Iconfont Manager then delete Flaticon.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: how to achieve that Home-Menu has no overlay with image #1375655

    Hi mebi,

    Thanks for giving us a link to your site.
    Please edit the page and then go to the bottom of the sidebar and set Header visibility and transparency to No transparency.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Hoe can I add a red arrow? #1375654

    Hi Alfredo,

    I’m glad that Yigit could help you :)
    Just let us know if you still need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Display private posts in blog masonry for admin #1375652

    Hi Marina,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: Poor layout architect handling when scrolling #1375650

    Hi Nic_007,

    Can you give us more context regarding layout architect that you mentioned? maybe some screenshots or other details that we can check.

    Best regards,
    Nikko

    Hi BenjaminSpeedtsberg,

    Thanks for giving us admin access.
    I have added this CSS code in Quick CSS:

    @media only screen and (max-width:980px) {
      .responsive #top #wrap_all #header.av_header_transparency {
        position: absolute;
        background-color: transparent;
      }
    
      .responsive #top #wrap_all #header.av_header_transparency .logo img,
      .responsive #top #wrap_all #header.av_header_transparency .logo > a > svg {
        display: none;
      }
    
      .responsive #top #wrap_all #header.av_header_transparency .logo img.alternate,
      .responsive #top #wrap_all #header.av_header_transparency .logo .subtext {
        display: block;
      }
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Blog Page showing up as a category instead of a page #1375645

    Hi navindesigns,

    There’s a url conflict because of the permalink structure.
    To fix this, please go to Settings > Permalinks > set Custom Structure from /%postname%/ to /%category%/%postname%/
    Hope this helps.

    Best regards,
    Nikko

    Hi CharlieTh,

    Please edit the slider item, then go to Styling > Caption > set Caption Positioning to either Center Framed or Center without Frame.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Extended Support #1375641

    Hi Angela,

    Thanks for contacting us!
    First, to create a support thread you’ll need to register your account first in our forum.
    You will be required to enter a purchase code which you can get from themeforest (screenshot below):

    If you can’t access the forum then you need to do the following to renew support:

    • Log in to your account in Themeforest
    • Hover over your username and click ‘Downloads’ from the drop-down menu.
    • The downloads section displays a list of all the items purchased using your account.
    • Click on ‘Renew support now!’ or ‘Extend now’ next to the item you wish to renew the item support for and that’s it!

    If support hasn’t expired yet or renewal is successful then you should be able to access the forum without any issues.
    For further information please check envato’s documentation regarding renewing items: https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support

    Best regards,
    Nikko

    in reply to: Blog grid icon overlay missing on mobile #1375418

    Hi Richard,

    I see, please add those removed codes and then please try to add this code at the bottom of your child theme’s functions.php:

    function add_overlay_icon_on_mobile(){
        ?>
        <script>
            var slideImages = document.querySelectorAll('.slide-image');
            slideImages.forEach(function(image) {
                var span = document.createElement('span');
                span.classList.add("image-overlay", "overlay-type-video");
                span.innerHTML = '<span class="image-overlay-inside"></span>';
                image.appendChild(span);
            });
        </script>
        <?php
    }
    add_action('wp_footer', 'add_overlay_icon_on_mobile');

    Hope it helps.

    Best regards,
    Nikko

    Hi BenjaminSpeedtsberg,

    The code I gave does not seem to show or get fetched.
    Can you try to disable CSS File Merging And Compression in Enfold > Performance? and also try to flush and temporarily disable any caching plugin.
    If that still does not work, please give us temporary admin access, so we can check further.

    Best regards,
    Nikko

    in reply to: header and footer aren't showing the color settings #1375079

    Hi yifatcohen,

    Thanks for providing us both admin access and the video.
    It seems the issue was more of caching, I have disabled CSS File Merging And Compression in Enfold > Performance which fixes the issue.
    Please try to enable it back after several days.

    Best regards,
    Nikko

    in reply to: anchor links header #1375076

    Hi Diana,

    Is this already fixed?
    I have checked your site using both Chrome and Firefox, and the issue you mentioned does not seem to show on my end.

    Best regards,
    Nikko

    in reply to: Adding styling to a section #1375075

    Hi Christopher,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-content-slider .slide-entry-wrap {
        display: flex;
    }
    
    #top .avia-content-slider .slide-entry-wrap .slide-entry {
        margin: 0;
        padding: 3%;
        flex: 1;
    }
    
    #top .avia-content-slider .slide-entry-wrap .slide-entry + .slide-entry {
        border-left: 1px solid white;
    }

    Best regards,
    Nikko

    in reply to: Fullscreen Slider #1375071

    Hi troupdim,

    You can change it by adding some padding in CSS.
    Can you give us a link to your page with fullscreen slider? so we can check how it looks and then try to give you a CSS code that should help.
    You can post the link in private content.

    Best regards,
    Nikko

    in reply to: Screenshot zukommen lassen #1375070

    Hi Nic_007,

    You can use the following sites to upload screenshots: imgur, savvyify, googledrive or dropbox.

    Best regards,
    Nikko

    Hi BenjaminSpeedtsberg,

    Please try to add this CSS code as well:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header.av_header_transparency {
        position: absolute;
        background-color: transparent;
      }
    
      .responsive #top #wrap_all #header.av_header_transparency .logo img {
        display: none;
      }
    
      .responsive #top #wrap_all #header.av_header_transparency .logo img.alternate {
        display: block;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    Hi BenjaminSpeedtsberg,

    Can you try Yigit’s solution on this thread?
    Hope it helps.

    Best regards,
    Nikko

Viewing 30 posts - 2,071 through 2,100 (of 25,536 total)