Forum Replies Created

Viewing 30 posts - 15,151 through 15,180 (of 25,536 total)
  • Author
    Posts
  • in reply to: Sticky Submenu #1025460

    Hey Adam,

    Can you try adding this css code in Quick CSS

    @media only screen and (max-width:1024px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
      }
    
      .responsive #top #main {
        padding-top: 88px !important;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Contact form send copy to senders email address #1025456

    Hi Michael,

    Unfortunately, it would take a lot of time to do that modification on Enfold’s contact form.
    That’s why we suggest using plugins such as contact form 7 which specializes on forms, enfold’s form on the other hand just includes basic form functionalities.

    Best regards,
    Nikko

    in reply to: How to create Homev8: Frontpage shop #1025455

    Hi rickyrivaldi,

    Here is the layout for Home v8 Frontpage shop: https://imgur.com/a/VMmKt1G
    This is the setting for the product slider: https://imgur.com/a/8kdwQ1g
    Hope this helps.

    Best regards,
    Nikko

    Hey IngridSpielman,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .av-masonry-entry {
        opacity: 1 !important;
        visibility: visible !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Problem mobile Variante #1025452

    Hi 55577222,

    It still doesn’t work, please check.
    I’m referring on the login access in private content.

    Best regards,
    Nikko

    in reply to: Corona #1025449

    Hi gmoss,

    I see, you can download it here (link in private content).
    This will expire in 30 days, please don’t share this with anyone for obvious reasons.

    Best regards,
    Nikko

    in reply to: woocommerce image zoom on another page #1025442

    Hi dondela,

    I don’t see anything wrong with the code and even tried to add it on the footer and it doesn’t cause any issues at all.
    Instead of using the shortcode to show that, can you try use this html equivalent:

    <div id="av-layout-grid-1" class="av-layout-grid-container entry-content-wrapper main_color av-flex-cells container_wrap sidebar_right">
        <div class="flex_cell no_margin av_one_fifth av-zero-padding" style="height:5px; min-height:5px;vertical-align:top; padding:0px; background-color:#99cc99;"><div class="flex_cell_inner"></div></div>
        <div class="flex_cell no_margin av_three_fifth av-zero-padding" style="height:5px; min-height:5px;vertical-align:top; padding:0px; background-color:#009933;"><div class="flex_cell_inner"></div></div>
        <div class="flex_cell no_margin av_one_fifth av-zero-padding" style="height:5px; min-height:5px;vertical-align:top; padding:0px; background-color:#99cc99;"><div class="flex_cell_inner"></div></div>
    </div>

    Let us know if it helps.

    Best regards,
    Nikko

    in reply to: Enfold 4.5 issues #1025429

    Hi jancecile,

    Glad to hear that :)
    Feel free to comeback if you need further assistance.

    Best regards,
    Nikko

    in reply to: Shopify buy button not visible on website #1025427

    Hi theepicureanarchitect,

    Glad to hear that it worked :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Change Portfolio Status #1025424

    Hi Nick,

    I’m not really sure how to test that.
    But I am sure that portfolio is registered, you can check this in enfold > includes > admin > register-portfolio.php (version 4.5) line 47:

    register_post_type( 'portfolio' , $args );

    Best regards,
    Nikko

    in reply to: Wrong fonts in some ENFOLD related CSS #1025416

    Hi Gitte,

    Yes, it’s set on all Enfold sites, including our demo.
    I think it looks good, though maybe not anyone thinks the same way.
    Also the reason might be because it does look good and also a web safe font.

    Best regards,
    Nikko

    in reply to: Error on load – #1025413

    Hi claychurchill,

    Thanks for giving us admin access.
    I’m getting a 404 response on slideshow.css (link in private content), which is necessary for the slider to work properly.
    The file seems to be missing, you can just fill in the file or just try to re-upload the parent theme: enfold and that should fix the issue.

    Best regards,
    Nikko

    in reply to: CSS problems with plugin "Pinpoint Booking System" #1025408

    Hi Antonio,

    Glad that it worked :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Changing the URL of post format link #1025406

    Hi Richard,

    Glad that we could help you :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: CSS problems with plugin "Pinpoint Booking System" #1025362

    Hi Antonio,

    Can you try adding this css code, for reservation border:

    #top .DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-cart-wrapper {
        margin: 0;
    }

    for mobile:

    @media only screen and (max-width:767px) {
      .DOPBSPCalendar-left {
        width: 100%;
      }
    
      #top .main_color .DOPBSPCalendar-wrapper input[type='text'], 
      #top .main_color .DOPBSPCalendar-wrapper textarea {
        margin-bottom: 10px;
        width: 100%;
      }
    
      #top #wrap_all .DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-input-wrapper input[type=text].DOPBSPCalendar-check-in-view, 
      #top #wrap_all .DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-input-wrapper input[type=text].DOPBSPCalendar-check-out-view {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        background: #fff url(//www.esenciadegredos.es/wp-content/plugins/booking-system/templates/default/images/sprite.png) -5px -115px !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Social Icons in Footer #1025286

    Hi mikeens,

    You can upload it to https://imgur.com/ then post the link here.
    As for removing the code, basically you just copy footer.php from the parent theme (Enfold) to the child theme, then modify footer.php in the child theme and look for the code I gave and just remove it and save.

    Best regards,
    Nikko

    in reply to: Changing the URL of post format link #1025270

    Hi Richard,

    Glad to hear that, I have replaced:

    if( get_field( 'download_report') ) {
    	$link = get_field( 'download_report');
    }

    with:

    if( get_field( 'download_report', $the_id) ) {
    	$link = get_field( 'download_report', $the_id);
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Mixed fonts and display in Main menu #1025269

    Hi xtenz,

    Thanks for giving us admin access.
    The login credential works however it does redirect me to the homepage instead of the admin page after successful login.
    I tried the link in private content which is the default link for the WP Dashboard but it also redirects to the homepage, please check.

    Best regards,
    Nikko

    in reply to: Problem mobile Variante #1025268

    Hi 55577222,

    Can you give us access to your site? so we can check.
    The one you posted doesn’t seem to work anymore.
    Also please put it in private content, so it’s only visible to the moderators and not the public.

    Best regards,
    Nikko

    in reply to: Child Theme custom CSS #1025266

    Hi Michael,

    Yes, you’re right you don’t need to use that code anymore in the 2nd link since a backend option has been created in Enfold > Performance.
    Also it seems to me that you have great knowledge in css, have you tried to use a web inspector? like firebug or chrome web inspector, since you mentioned that it is overwritten it would be hard to figure out what is overriding it if the css are merged, so try disabling CSS file merging and compression and inspect your frontend and check out if it’s some css file or probably css generated by the theme in theme options, that would give you an idea how to approach the issue. If you’re having a hard time, please give us a link to a page in your site and also the css code you’re trying to use which is overriden and we’ll try to help you with it.

    Best regards,
    Nikko

    in reply to: Corona #1025261

    Hi gmoss,

    You should still be allowed to download the latest version of Corono in themeforest if you have purchased it there.

    Best regards,
    Nikko

    in reply to: Remove / hide underline on links in text #1025259

    Hi neverstar,

    Yes that would surely help, you can find a lot of resources online like: https://www.w3schools.com/css/ or you can check out youtube for video tutorials.
    Feel free to create a new thread, if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: View Cart button #1025257

    Hi Richard,

    Glad that you have come up with a work around. :)
    Let us know if you need further assistance or if we can close the thread.

    Best regards,
    Nikko

    in reply to: Slider Hero Size #1025255

    Hi Christa,

    Glad that we could help. :)
    Feel free to create a new thread, if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Link in image gallery #1025251

    Hi SoWeAre,

    Can you try to mute the video you have and try to check it on mobile?
    Since muted videos are allowed on later versions: https://developers.google.com/web/updates/2016/07/autoplay
    You can also read the autoplay policy here: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
    Also, the questions you are posting aren’t related anymore to original title/subject, please create a separate thread per topic.

    Best regards,
    Nikko

    in reply to: Wrong Redirect to 404 or Home Page #1024938

    Hey mojanoski,

    Can you try to ask the support of your webhost first?
    I believe they are able to help you better than us since it’s their platform.

    Best regards,
    Nikko

    in reply to: Change Portfolio Status #1024934

    Hey Nick,

    Can you tell us where you applied this (name of the file and location)?
    Also please post the whole code in https://pastebin.com/ and post the link here so we can check the code.

    Best regards,
    Nikko

    in reply to: Slider Hero Size #1024931

    Hey Christa,

    The slider used in Enfold Travel Demo is Fullwidth Easy Slider.
    It’s part of the theme, if you enable the Advanced Layout Builder in a page, you should see it under Media Elements.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Wrong fonts in some ENFOLD related CSS #1024926

    Hi Gitte,

    Try adding this css code in your custom.css:

    .recentcomments a, .widget_recent_entries li a {
        font-family: inherit;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Blog page styling #1024918

    Hi Malene123,

    Glad to hear that :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 30 posts - 15,151 through 15,180 (of 25,536 total)