Forum Replies Created

Viewing 30 posts - 24,301 through 24,330 (of 25,536 total)
  • Author
    Posts
  • in reply to: Google Map Key #718130

    Hey BASI-81,

    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: 2nd row sub menu / background clr / positioning #717977

    Hi,

    Try adding this code in Quick CSS:

    #top .av-subnav-menu > li {
        padding: 5px 0;
    }

    If it doesn’t work try adding !important, it should look like this:

    #top .av-subnav-menu > li {
        padding: 5px 0 !important;
    }

    Just adjust the values as you see fit. 5px is for top and bottom while 0 is for left and right. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Heading letter spacing #717975

    Hey Byrne,

    Can you post a screenshot on how it looks on an ipad, it seems the code you used should be enough.

    Best regards,
    Nikko

    in reply to: Show private post to user role #717969

    Hi,


    @HerrGesangsverein
    : Thanks for helping out.

    Best regards,
    Nikko

    in reply to: Page Numbers NOT Working #717968

    Hey doubleadesign,

    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.

    Also allow us to have ftp access so we can also check the files.

    Best regards,
    Nikko

    in reply to: Gallery images 80px even if medium size is selected #717962

    Hi,

    We are very sorry for that. The theme doesn’t disable the default wordpress features however there’s a css conflict and the theme’s css did override the default gallery. We will report this bug to Kriesi and our Devs.

    Best regards,
    Nikko

    in reply to: Display a list of pages #717955

    Hey spadebe,

    Unfortunately such feature is not yet available and would consume a lot of time and will be outside the scope of our support. For the meantime what I suggest as a workaround is probably write some html codes which we can assist but adding pages to it will be a bit manual, if you are okay with the workaround then we will help you with it. Regarding the feature please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Nikko

    in reply to: Image portfolio don't show #717949

    Hi!

    There are lots of js errors in the page editor, can you try to reinstall Enfold. If this doesn’t fix the issue, I would like to request for ftp access, since nothing much can be done inside WordPress Dashboard.

    Cheers!
    Nikko

    in reply to: vTiger form embed breaks enfold page builder #717943

    Hi!

    Seems like you have found a workaround that I would like to suggest, using widget area (I checked you already made Contact Form widget area), I would suggest using it since it wouldn’t break the text editor. I found out that the problem is the textarea, if you remove the text area the backend wouldn’t be messed up, since the textarea is important, using code block or text block is not an option.

    Best regards,
    Nikko

    in reply to: external iframe content for mobile responsive layout #717938

    Hi!

    You’re welcome Stevo :) Thanks for using Enfold.

    Regards,
    Nikko

    in reply to: Featured Image Not Displaying on Mobile #717937

    Hey!

    I have fixed the code I have given above since 767 didn’t have px after it and no display:block !important. It should be good now, kindly connect back jetpack plugin since I disabled it. Let us know if it’s good on your end also.

    Cheers!
    Nikko

    in reply to: external iframe content for mobile responsive layout #717933

    Hi Steve,

    It should be a bit wider, but still the button would still be cut, if you have control over the site appearing inside the iframe then we can really do something about it, like breaking the words when it’s on mobile. If we don’t then I don’t think I can help you further in it :(

    Best regards,
    Nikko

    in reply to: Changes to the Quick CSS are not implemented #717877

    Hey Nicoletta_DUS,

    Probably some caching plugins are causing the issue or other plugins I’m not sure what’s the name but it’s something like Custom CSS plugin which if it is enabled, Quick CSS doesn’t get reflected.

    Best regards,
    Nikko

    in reply to: Huge gap in the portfolio grid #717875

    Hi,

    Glad that it’s fixed :)

    Best regards,
    Nikko

    in reply to: Do not Show Admin Bar #717825

    Hi,

    Glad that this is fixed :)

    Best regards,
    Nikko

    in reply to: Show featured image of locked post in masonry #717821

    Hey Milorad,

    Are you using a plugin? or a membership plugin that restricts access to content? Can you give us temporary admin access, and give us steps on how we can see the issue.

    Best regards,
    Nikko

    in reply to: iPad Portrait #717816

    Hi,

    You’re welcome. Glad we could help :)

    Best regards,
    Nikko

    in reply to: Animated Countdown won't display #717813

    Hi Dan,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Custom Link in Portfolio does not work #717812

    Hey waterwalk,

    Did you use custom js code to open portfolio in new window? as for the title linking I checked it and not sure why it’s behaving that way. Can you 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: Blog using LAYOUT BUILDER #717801

    Hi,

    Try adding this code in Quick CSS:

    .post-meta-infos span.text-sep {
        display: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: external iframe content for mobile responsive layout #717795

    Hey Stevo,

    It’s hard to fix that since we can’t control the css rendered inside the iframe, I think the best way is make the iframe’s container a bit wider, try adding this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top.page-id-54 .flex_column_div.avia-builder-el-14 {
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: no result landing page #717785

    Hi,

    Glad that it’s all good :)

    Best regards,
    Nikko

    Hi George!

    Try adding this code in Quick CSS (located in Enfold > General Styling):
    This is for the header of the accordion:

    #top .toggler {
        background: blue;
        color: white;
    }
    
    #top .toggle_content {
        background: yellow;
    }

    The first block of code is for the header and the 2nd block is for the content, please adjust the colors as you see fit. Hope this helps :)

    Regards,
    Nikko

    in reply to: Adding a Banner Area on header #717780

    Hey!

    Can you tell us where you want the 24/7 widget be positioned or if you want it to be hidden in mobile? I’m not sure if you would like to position it below the menu icon, but try adding this code in Quick CSS:

    @media only screen and (max-width:767px) {
      #header_main .widget {
        position: absolute;
        right: 20px;
        top: 54px;
        max-width: 50px;
      }
    }

    Let us know if it’s good, if not you can remove the code and tell us how you want it to appear.

    Best regards,
    Nikko

    in reply to: Make social media icons larger #717776

    Hey!

    Try adding this code in QUick CSS:

    @media only screen and (max-width:767px) {
      .responsive.html_header_top #header_main .social_bookmarks {
        display: block !important;
        position: absolute !important;
      }
    }

    Let us know if it helps :)

    Best regards,
    Nikko

    Hey Chris,

    Yes, I think it’s possible, please refer to the documentation: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Accordion Opening & Closing Animation Effect #717766

    Hi,

    Try adding this in your child theme’s style.css or in Quick CSS:

    .active_tc.toggle_wrap {
        display: none;
    }

    Then add this code to functions.php (this is for toggles that are opened by default which is affected by the css I gave above):

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    	function custom_toggle() {
    		jQuery("#top").find(".active_tc.toggle_wrap").css("display","block");
    	}
    
    	custom_toggle();
    })(jQuery);
    </script>
    <?php 
    }
    add_action('wp_footer', 'add_custom_script');

    Best regards,
    Nikko

    in reply to: responsiveness Tab #717759

    Hi,

    Glad that it’s fixed :)

    Best regards,
    Nikko

    in reply to: CSS issues with widget header and sidebar #717758

    Hey MKP74,

    Please replace #header .widget with #header #text-7 since #header .widget will affect all widgets in the header (sidebar in this case). So this code:

    #header .widget {
      display:none !important;
    }

    should be changed to this one:

    #header #text-7 {
      display:none !important;
    }

    And this code:

    #header .widget {
      right:50px;
      padding-top: 25px;
      position: absolute;
      top: 0;
      transform: translate(-50%);
      z-index: 999;
    }

    Should be changed to:

    #header #text-7 {
      right:50px;
      padding-top: 25px;
      position: absolute;
      top: 0;
      transform: translate(-50%);
      z-index: 999;
    }

    To put the flag on the left, just change right:50px; to left:0;, however it will overlap with the logo, I think putting the logo in the center or adjusting it’s left margin would do it. Here is how to center the logo in mobile:

    @media only screen and (max-width:767px) {
      .responsive .logo img {
        margin: 0 auto;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: CSS styles on HTML pages #717746

    Hi,

    Glad that this is resolved :)

    Best regards,
    Nikko

Viewing 30 posts - 24,301 through 24,330 (of 25,536 total)