Forum Replies Created

Viewing 30 posts - 23,011 through 23,040 (of 25,536 total)
  • Author
    Posts
  • in reply to: Re-uploading Enfold Theme #752610

    Hi,

    Can you try to disable all the plugins? if that fixes the issue, try to activate one by one to know what plugin is causing the issue. If that didn’t fix the issue can you give us ftp access, so we can check the files and error logs.

    Best regards,
    Nikko

    in reply to: Custom thumbnails not changing after regenerating? #752608

    Hi,

    Try to edit gallery and in Gallery Big Picture Preview (Galerij Grote Voorvertoning Afbeelding) instead of using Portfolio 495x400px, try using No Scaling (Original Width X Original Height).
    Best regards,
    Nikko

    in reply to: Problem with adding custom field data to postslider.php #752588

    Hey fmg,

    Can you try to post the whole code in http://pastebin.com/index.php and give the link to us, so we can check. As for the overlines, I’m not really sure what you meant, is it the one with purple background? I can’t see any on the 2nd link.

    Best regards,
    Nikko

    in reply to: Installing enfold and a few questions on styling #752579

    Hi,

    Sorry I missed this :(
    1.) You add this css code:

    #main #footer a {
        color: #fff;
    }

    2.) Try adding this css code:

    #main .container, 
    #main .container .content {
        padding: 0;
    }

    Best regards,
    Nikko

    in reply to: Limit number of thumbnails in Gallery #752574

    Hi,

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

    .single-portfolio .avia-gallery-thumb > a {
        display: none !important;
    }
    
    .single-portfolio .avia-gallery-thumb > a:first-child, 
    .single-portfolio .avia-gallery-thumb > a:nth-child(2), 
    .single-portfolio .avia-gallery-thumb > a:nth-child(3), 
    .single-portfolio .avia-gallery-thumb > a:nth-child(4), 
    .single-portfolio .avia-gallery-thumb > a:nth-child(5), 
    .single-portfolio .avia-gallery-thumb > a:nth-child(6) {
        display: block !important;
    }

    I’ve made it to show 6 (though you said 5) since it looks better but you can remove the .single-portfolio .avia-gallery-thumb > a:nth-child(6) and the comma (,) before it to make it only 5. Hope this helps.

    Best regards,
    Nikko

    in reply to: Show excerpt #752569

    Hi,

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

    .read-more-link a {
        border: 2px solid;
        padding: 2px 12px;
        border-radius: 5px;
    }
    
    .read-more-link a:hover {
        text-decoration: none;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Submenu on main menu sidebar always visible #752565

    Hi,

    I still couldn’t login to your site because if I go to /wp-admin/ I get too many redirects and trying /wp-login.php I get 502 bad gateway. My fellow moderator had same issue. I’m pretty sure the solution I gave in https://kriesi.at/support/topic/submenu-on-main-menu-sidebar-always-visible/#post-748681 should fix the issue since I had it tested on my end and on your site via web inspector.

    Best regards,
    Nikko

    in reply to: Link portfolio item to external URL doesn't work with AJAX #752558

    Hi gorehalling,

    I get what you want and tried to do that but I couldn’t make it work. We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Nikko

    in reply to: Grid row – display problem on vertical ipad #752553

    Hi,

    Try adding this css code:

    @media only screen and (max-width:1024px) and (min-width:768px) {
      #top.page-id-417 .av-layout-grid-container .av_one_fourth {
        padding: 30px 50px !important;
        width: 50%;
        display: block;
        float: left;
      }
    
      #top.page-id-417 .av-layout-grid-container .av_one_fourth:nth-child(2n+1) {
        clear: both;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Table rows color #751365

    Hey Zest,

    Try to add this css code in QUick CSS (located in Enfold > General Styling):

    .postid-9118 .avia-table tr:nth-child(odd) {
        background: #fff;
    }
    
    .postid-9118 .avia-table tr:nth-child(2), 
    .postid-9118 .avia-table tr:nth-child(5), 
    .postid-9118 .avia-table tr:nth-child(8), 
    .postid-9118 .avia-table tr:nth-child(12), 
    .postid-9118 .avia-table tr:nth-child(15), 
    .postid-9118 .avia-table tr:nth-child(18), 
    .postid-9118 .avia-table tr:nth-child(21) {
        background: #fcfcfc;
    }

    Just adjust the background color as you see fit. Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Grid Row Width #751361

    Hey Eagles1227,

    I’ve just checked the link in Private Data and it seems that the gray background color is on fullwidth. Is this already resolved?

    Best regards,
    Nikko

    in reply to: all images broken #751360

    Hey Fieldtripper,

    I tried the login details you gave but it doesn’t work. Please check.
    Best regards,
    Nikko

    in reply to: grid row animation #751357

    Hi,

    Yes, it isn’t available for now. We have already requested for this feature to be available in future release of Enfold.

    Best regards,
    Nikko

    in reply to: Maximum width container #751352

    Hi,

    Try to replace this code:

    #top .sidebar_left .content {
        width: 87%;
    }

    with this one:

    #top .sidebar_left .content {
        padding-left: 0 !important;
        width: 74%;
        margin-right: 10%;
    }

    Just adjust the right margin as you see fit.

    Best regards,
    Nikko

    in reply to: add a picture beside icon list? #751340

    Hi,

    Try adding the image before the icon list, then turn on the Custom CSS Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add a css class in the image, then with some css code adjust the positioning of the image to put it beside the icon list. Hope this idea helps.

    Best regards,
    Nikko

    Hi,

    We are very sorry for the delayed reply. :( we haven’t able to respond faster since there were lots of queries in queue. Anyway, glad that you fixed it.

    Best regards,
    Nikko

    in reply to: styleswitcher is not working #751334

    Hi,

    The Style Switcher isn’t part of Enfold theme’s package, it’s part of the demo to showcase the Pre-defined Color Scheme of Enfold which you can find in Enfold > General Styling. Only Kriesi has this, even moderators (like me) doesn’t have access to it. This is what Kriesi said regarding the Style Switcher: https://kriesi.at/support/topic/the-style-switcher/#post-31143

    Best regards,
    Nikko

    in reply to: Rounded corner buttons #751331

    Hi,

    Go to Appearance > Menus, on the menu item find Menu Style and select Button Style (Bordered). Then add this in Quick CSS:

    #top .av-menu-button > a .avia-menu-text {
        border-radius: 100px;
    }

    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Enfold – testimonials wont display #751257

    Hey agardin,

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

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Timeout issue updating Theme from 3.8 to 3.8.5 #751254

    Hi,

    Yes, we have already checked on it :) Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Enfold Restaurant Demo logo resize issue and position #751252

    Hi,

    Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: bring icon to vertical center #751251

    Hi,

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

    .home #av_section_6 .avia_textblock p {
        position: relative;
    }
    
    .home #av_section_6 .avia_textblock > p > a:nth-child(2) {
        position: absolute !important;
        top: -20px;
        left: 50%;
        margin-left: -11px !important;
    }

    the icon might not look centered because of the text below it not occupying the whole space, but if you center the text below it or add a background color you should see it centered. Or you can adjust the margin-left value as you see fit.

    You can remove the underline by adding this css code:

    .home #av_section_6 .avia_textblock a {
        text-decoration: none;
    }

    Best regards,
    Nikko

    in reply to: Logo not showing on site #751248

    Hi,

    Best regards,
    Nikko

    in reply to: Logo not showing on site #751247

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Nikko

    in reply to: How to center footer menu with quick css code #751246

    Hi Oby4455,

    The login account you have provided is just a subscriber :( Anyway, try adding this css code in Quick CSS:

    #socket .sub_menu_socket {
        float: none;
        text-align: center;
        width: 100%;
        position: relative;
        z-index: 30;
    }
    
    #socket .sub_menu_socket li {
        float: none;
        display: inline-block;
    }
    
    #socket .copyright {
        float: none;
        text-align: center;
        display: block;
        position: relative;
        top: 60px;
        z-index: 5;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Fullscreen slider disable pause/play button on mouse over #751243

    Hi Steve,

    Glad you found the solution and thanks for sharing :)

    Best regards,
    Nikko

    in reply to: Background of portfolio element caption #751239

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Nikko

    in reply to: Question #751234

    Hi,

    We didn’t have similar issues as the one you have said, try to change theme like the default wordpress theme twentyseventeen and try to install the Yoast SEO plugin, if it doesn’t work that’s probably some server configuration issues, if it does, please do what Basilis suggested, register in the forum and post your query. :)

    Best regards,
    Nikko

    in reply to: Cannot leave a reply on blog comments #751231

    Hey aprivitera,

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

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    We also request for ftp access, so we can check the files and error logs.

    Best regards,
    Nikko

    in reply to: To Fix Mobile View #751230

    Hi,

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

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

Viewing 30 posts - 23,011 through 23,040 (of 25,536 total)