Forum Replies Created

Viewing 30 posts - 1,621 through 1,650 (of 25,536 total)
  • Author
    Posts
  • in reply to: Change promo line old product bar #1399752

    Hi mescalytequila,

    Please try to add this CSS code as well:

    #top #wrap_all .price del {
        font-size: 32px;
        text-decoration-color: red;
        text-decoration-thickness: 4px;
    }

    Best regards,
    Nikko

    in reply to: Footer background #1399750

    Hi sarthakchoudhary,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS: (just replace the url with the image you want to use)

    .home #footer {
        background-image: url(https://website.com/themes/wp-content/uploads/2023/03/footer_bg.jpg);
        background-size: cover;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Columns out of line on ipad in portrait #1399749

    Hi Ian,

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

    @media only screen and (max-width:1180px) {
      .page-id-734 #after_layer_slider_1 .container {
        width: 100%;
        max-width: 100%;
      }
    }

    Best regards,
    Nikko

    in reply to: Caption size when converted to mobile view #1399748

    Hi Erin,

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

    Best regards,
    Nikko

    in reply to: Masonry Blog – publication date #1399747

    Hi envatodolphin,

    Yes, edit the Masonry, then go to Content > Captions > Element Title and Excerpt set to Display Neither.
    Hope this helps.

    Best regards,
    Nikko

    Hi Monika,

    Please make sure you have the correct permission:

    For further information please follow the instructions in our documentation: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    Best regards,
    Nikko

    in reply to: Problem with closing p-tags #1399745

    Hi patriziahucho,

    Thank you for your patience, our devs have further investigated the issue but unfortunately, we’re not able to find a way to fix the issue at the moment.
    That being said, the workaround we could suggest would be to put elements inside the layout elements like 1/1 column, color section, etc.

    Best regards,
    Nikko

    in reply to: Breandcrumbs and submenu #1399743

    Hi cdiaz,

    You will need to set the Parent Page in order to show it in the breadcrumb.
    If it has no parent page then it will just show Home / Current Page in the breadcrumb.

    Best regards,
    Nikko

    in reply to: Mixed Content with image and fonts #1399740

    Hi Martina,

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

    Best regards,
    Nikko

    in reply to: Header: Bar #1399739

    Hi Lene,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi tonyiatridis,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: same height for all the symbol boxex #1399737

    Hi Franz,

    Thanks as well for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: for each device #1399736

    Hi Franz,

    You’re welcome :)
    It’s a pleasure to help you.
    Thanks as well for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: for each device #1399647

    Hi Franz,

    I think you can use this code so it’s equal columns on desktop including tablet (landscape), just increase the min-width value to 1200px and that should only target desktops and laptops:

    @media only screen and (min-width:1024px) {
      #top .equal-height-column .entry-content-wrapper {
        display: flex;
      }
    
      #top .equal-height-column .entry-content-wrapper .iconbox {
        display: flex;
        min-height: 100%;
      }
    }

    If you plan to target individual devices, that will be fine as well but you will need a lot of code, please check this article: https://codeconvey.com/responsive-media-queries-for-all-devices/
    I hope it helps.

    Best regards,
    Nikko

    Hi Monika,

    Can you provide a screenshot of what you’re trying to achieve?

    Best regards,
    Nikko

    Hi Monika,

    To position the picture to the right (using a color section) assuming the layout you’re using is the same as the one in private content, please do the following:
    1. Edit the Color Section, then go to Advanced > Developer Settings > Custom CSS Class and put move-right and save.
    2. Go to Enfold > General Styling > Quick CSS and add this CSS code

    #top .move-right .container {
        margin-right: 0;
    }

    You can use this again on other sections by repeating only step 1.

    To position the picture to the left:
    1. Edit the Color Section, then go to Advanced > Developer Settings > Custom CSS Class and put move-left and save.
    2. Go to Enfold > General Styling > Quick CSS and add this CSS code

    #top .move-left .container {
        margin-left: 0;
    }

    You can use this again on other sections by repeating only step 1.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: desktop tablet and mobile sticky, transparent header #1399637

    Hi Monika,

    Can you try using this CSS code instead and see if it helps?

    /* Transparent Sticky Header */ 
    #top #wrap_all #header,
    #header.header_color .header_bg {
        background: transparent!important;
    }
    
    /* Sticky header on mobile */
    @media only screen and (max-width: 1024px) {
      .responsive #top #main {
        margin-top: 0;
      }
    
      .responsive #top #wrap_all #header {
        position: fixed !important;
    
      }
    }

    Best regards,
    Nikko

    • This reply was modified 2 years, 4 months ago by Nikko.
    in reply to: Mixed Content with image and fonts #1399633

    Hi Martina,

    Thanks for providing us with admin access.
    I used a plugin called Better Search and replace to replace all http://yourwebsite.com to https://yourwebsite.com and it seems to have resolved the issue.
    Please review your site :)

    Best regards,
    Nikko

    in reply to: Vertical menu on left side- how to set #1399629

    Hi tonyiatridis,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: How to *center align 1 column in a content section* ? #1399628

    Hi netzfuchs,

    I tried to inspect your site however I could not find one of these Custom IDS eh-center-align-columns or ih-center-align-columns as mentioned in the documentation.
    Which section are you referring to on the link you gave?

    Best regards,
    Nikko

    in reply to: Shift Logo #1399625

    Hi sarthakchoudhary,

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

    #top #header .container {
        width: 100%;
    }

    If you want to move it a bit further to the left then use this CSS code instead:

    #top #header .container {
        width: 100%;
        padding-left: 10px;
    }

    just change the padding-left value as you see fit (you can set it to 0, the default value is 50px).
    Hope this helps.

    Best regards,
    Nikko

    Hi tonyiatridis,

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

    .single-product .sidebar {
        display: none !important;
    }

    Best regards,
    Nikko

    Hi togetherconcept,

    I think it’s possible.
    Please check Ismael’s answer on this thread: https://kriesi.at/support/topic/skip-certain-portfolio-entries-in-post-navigation/#post-1337423
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Custom masonry gallery layout #1399621

    Hi Sean,

    The function I shared in that link won’t help.
    However, I have found a workaround to imitate the layout in https://kriesi.at/themes/enfold-minimal-photography/

    1. Edit the Masonry Gallery, go to Advanced > Developer Settings > Custom CSS Class and add this value big-first-item then save.
    2. Add this code in functions.php using a child theme or if you don’t have a child theme, you can use WPCode plugin to insert this php snippet:

    function masonry_gallery_first_item(){
    ?>
    	<script>
    		(function() {
    			const images = document.querySelectorAll('#top .big-first-item .av-masonry-container > a:nth-child(2)');
    
    			images.forEach(image => {
    				image.classList.add("av-landscape-img", "av-portrait-img");
    			});
    		})();
    		
    	</script>
    <?php
    }
    
    add_action('wp_footer', 'masonry_gallery_first_item');

    The purpose of the code is just to set the first item to occupy two spaces in both column and row.

    If you need to do this on another page, then just repeat Step #1 (only).

    I have tested this on my end and it worked.
    These are the order and sizes of the images (in px):
    1. 1600 x 1600
    2. 800 x 800
    3. 900 x 1600
    4. 800 x 800
    5. 1600 x 600
    6. 900 x 1600
    7. 800 x 800
    8. 800 x 800
    9. 800 x 800
    10. 800 x 800

    I hope this helps.

    Best regards,
    Nikko

    in reply to: image size for magazine #1399608

    Hi Gianluca,

    I’m not sure why that is happening although the correct size for the post slider (3 items/slide) you mentioned should be 495x400px and not 696x464px.
    Can you setup a staging site? where we can try to check issue further.
    Please post the credentials in private content.

    Best regards,
    Nikko

    in reply to: for each device #1399602

    Hi Franz,

    I have replied on the original thread and it will be for all devices, so you won’t need to add multiple media queries.

    Best regards,
    Nikko

    in reply to: same height for all the symbol boxex #1399600

    Hi Franz,

    I apologize for the delayed response.
    Please remove the code I gave, then edit the Color Section where those iconboxes where placed.
    1. Go to Advanced > Developer Settings > Custom CSS Class and put equal-height-column and save.
    2. Go to Enfold > General Styling > Quick CSS and add this CSS code:

    #top .equal-height-column .entry-content-wrapper {
        display: flex;
    }
    
    #top .equal-height-column .entry-content-wrapper .iconbox {
        display: flex;
        min-height: 100%;
    }
    
    @media only screen and (max-width:479px) {
        #top .equal-height-column .entry-content-wrapper {
            flex-direction: column;
        }
    }

    This should result in those 3 columns in the same height for all devices except for the mobile phone (portrait) where iconboxes will be using 1 column.

    If you need to use the same layout on other pages (or the same page), just do Step #1 to other Color Sections (assuming it’s the same layout).
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Text Editor shows white HTML #1399508

    Hi Monika,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Hide all featured images site wide #1399459

    Hi Tony,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: same height for all the symbol boxex #1399405

    Hi schweg33,

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

    .page-id-3578 #av_section_1 .av_one_third .iconbox_content {
        min-height: 258px;
    }

    Hope it helps.

    Best regards,
    Nikko

Viewing 30 posts - 1,621 through 1,650 (of 25,536 total)