Forum Replies Created

Viewing 30 posts - 19,321 through 19,350 (of 25,536 total)
  • Author
    Posts
  • in reply to: Adding a new line after (or before) the copyright #881031

    Hi,

    Thanks, I have added it in footer.php and added this css code:

    #footer {
        padding-bottom: 0;
    }
    
    #after_footer p {
        font-size: 12px;
        margin: 0 auto;
        padding: 0;
        max-width: 840px;
        text-align: center;
    }

    Best regards,
    Nikko

    in reply to: Alignment issues #881019

    Hi,

    Thanks providing the login details. :)

    1. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header_main .container.av-logo-container {
        padding: 0 !important;
    }

    2. Please add this css code in Quick CSS:

    .html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
        padding: 0 20px!important;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Missing Button "Install Plugins" #881012

    Hi,

    Can you also give us ftp access? I tried to access the link for adding plugins (in private content) but I get this:

    Unfortunately you are not allowed to access this page.

    This might also help: https://premium.wpmudev.org/blog/fix-not-allowed-access-page-error-wordpress/

    Best regards,
    Nikko

    in reply to: Enfold redirecting to frontpage #881008

    Hi,

    Thanks for providing the login, however the ftp access doesn’t work for me. Also I just want to ask if without this code:

    add_action("adverts_post_type", "customize_adverts_post_type");
    
    function customize_adverts_post_type( $args ) {
       if(!isset($args["rewrite"])) {
          $args["rewrite"] = array();
       }
       
       $args["rewrite"]["slug"] = "tilbud";
       return $args;
    }

    Does it still redirect?

    Best regards,
    Nikko

    in reply to: Move Special Header to top of the page in colour section #881003

    Hi,

    First the background image doesn’t seem to cover the fullscreen, please replace this code I gave:

    #top.page-id-601 #wrap_all #main #av_section_1 {
        height: 100vh !important;
    }

    to this:

    #top.page-id-601 #wrap_all #main #av_section_1 {
      height: 100vh !important;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    As for the text, try adding this css code:

    #top.page-id-601 #wrap_all #main #av_section_1 .container {
        padding-top: 20px !important;
    }

    Lower the top padding if it’s still not enough.

    Best regards,
    Nikko

    in reply to: WordPress update has brought errors #881002

    Hi,

    No worries :D I checked your site and I only get this 404 on this file:

    /wp-content/plugins/sticky-posts/sticky.css?ver=4.9

    deactivating this plugin Ultimate Sticky Posts Widget fixes it, or adding back sticky.css on that plugin.

    I’m not sure if there are any issues, but usually issues that comes with the update are usually from Cached files, flushing out cache should help.

    Best regards,
    Nikko

    in reply to: Adding Terms of Use and Privacy Policy link to footer #881001

    Hi,

    You can add it in the copyright field like this:

    <a href="http://www.mysite.com/terms/">Terms of Service</a> | <a href="http://www.mysite.com/privacy/">Privacy Policy</a>

    Just change the link(href). Hope this helps.

    Best regards,
    Nikko

    in reply to: full screen video bagground #881000

    Hi moisturewordpress,

    Sorry I thought you were the one asking this question above:

    I am using background video option in enfold theme. but some screen it shows black space on top and bottom of video.

    Regarding to your question on how to make video load quickly, mp4 is the format that is compatible to all browsers but it’s slower compared to webm though it’s not compatible yet to all browsers, I would suggest using cdn for videos or upload it to youtube or vimeo, so the video downloads in parallel with your website.

    Best regards,
    Nikko

    Hi,

    I hate to say this but there’s no other way to do that, since if you use ALB whatever is there in the backend is what you get on the front and there’s no way to insert any code for the gallery below the single image to appear, if we try add that code it will be inserted after the layout you made or just above the footer. I know it’s really inconvenient since it’s a lot of products and you already spent a lot of time adding them but there’s really no other way to do that.

    Best regards,
    Nikko

    in reply to: Included: Future updates #880994

    Hi,

    Glad to hear that. We’ll be closing this thread :)

    Best regards,
    Nikko

    in reply to: custom hr style #880896

    Hi,

    Sorry I forgot, please replace the code I gave to this one:

    #top .customseparatormustard .hr-inner {
        width: 90%;
        border-color: #bfa04d;
    }
    
    #top .customseparatormustard .hr-inner .hr-inner-style {
        background-color: #bfa04d;
        border-color: #bfa04d;
    }

    Best regards,
    Nikko

    in reply to: full screen video bagground #880882

    Hi Carsten,

    That code would make the video scale a bit larger, so it covers the black spots on top and bottom of the section the video resides.

    Best regards,
    Nikko

    in reply to: White Screen after update #880881

    Hi,

    Thanks for providing the login details however ftp access doesn’t work on my end. Also can you try to update enfold manually via ftp: https://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Nikko

    in reply to: Toogle #880877

    Hi,

    You can upload it on https://m.imgur.com/ and post the link here, if you want it only to be seen by moderators, you can post the link in private content.

    Best regards,
    Nikko

    in reply to: full screen video bagground #880876

    Hi,

    Sorry I misunderstood it. Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .av-section-video-bg video#player_3017_1625991618_353152120 {
        transform: scale(1.3,1.3) !important;
    }

    Best regards,
    Nikko

    in reply to: Move Special Header to top of the page in colour section #880874

    Hi Helena,

    You’re welcome :) can you try to change the background attachment of the color section from Parallax to Fixed? you can see this setting when you edit the color section and go to Section Background (tab).

    Best regards,
    Nikko

    in reply to: Ajax Portfolio layout #880869

    Hi James,

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

    @media only screen and (max-width:1024px) {
      #top .av_table_col.first.portfolio-preview-image, 
      #top .portfolio-preview-content {
        width: 100% !important;
        display: block !important;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Fotowall #880866

    Hi,

    I’m just a little bit confused, the screenshot you posted with the one you circled is the same as what I exactly have on my screen, so it seems to be already done. Can you elaborate more on what you want to achieve?

    Best regards,
    Nikko

    in reply to: Website on mobile isnt responsive #880861

    Hi,

    Are you referring to the image in private content? also for the menu, you can add this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #sub_menu2 {
        display: none;
      }
    }

    Best regards,
    Nikko

    in reply to: Most popular products filter woocommerce Enfold #880859

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: login not possible #880858

    Hi,

    Sorry about, yes I think it’s worth the try.

    Best regards,
    Nikko

    in reply to: https now working due to fetching non https #880856

    Hi,

    Thanks for providing the login details, it’s now secured. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Footer not responsive #880854

    Hi,

    Can you try to replace the code I gave to this one:

    @media only screen and (max-width:767px) {
      #footer .flex_column.av_one_fourth {
        width: 100%;
        margin: 0 0 30px;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: enfold theme colour bug #880853

    Hi,

    You’re always welcome :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Pricing table with the responsive problem #880851

    Hi,

    Seems like adjusting it doesn’t help, would it be okay to hide the first table with title then just show the 3 tables with the titles on top? For example it would look like:

    frequency
    5 x 135 minutes a week

    just centered.

    Best regards,
    Nikko

    in reply to: Umbruch Headermenü zweizeilig in Enfold #880831

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: custom hr style #880830

    Hi,

    Try adding this css code in Quick CSS (Located in Enfold > General Styling):

    #top .customseparatormustard .hr-inner {
        width: 90%;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: image border #880825

    Hey IreneOlyve,

    Can you give us a link to the page mentioned and point us what image? so we can check.

    Best regards,
    Nikko

    in reply to: Footer not responsive #880824

    Hey profumopuntoit,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #footer .flex_column.av_one_fourth {
        float: none;
        width: 100%;
        margin: 0 0 30px;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: remove menu and logo #880822

    Hey IreneOlyve,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header .logo, #header .main_menu {
        display: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

Viewing 30 posts - 19,321 through 19,350 (of 25,536 total)