Forum Replies Created

Viewing 15 posts - 196 through 210 (of 2,802 total)
  • Posted in:
  • in reply to: submenu with anchors links bug #143210
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Kirsten,

    1. You mean the colors are all blue except one menu for that sub-menu when on the “over-ons” page, it is probably because that is its current page, so it styled like that.
    2. I ask one of our colleague to check on real iPad for this issue.

    Let us know,

    Thanks,
    laranz.

    in reply to: Create additional sidebar menus in widgets #143206
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try add this Custom CSS in Theme Options.

    .widget_nav_menu li {
        border-bottom: 1px solid #cccacb;
        padding: 10px 0;
    }

    You can adjust the border color, and padding to your needs.

    Let us know,

    Thanks,
    laranz.

    in reply to: Different logo for different screen size #142920
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You can try this method, I doubt it can be doubt via CSS

    \wp-content\themes\dante\includes\sf-header.php and in line #310 you saw those LOGO OUTPUT these are responsible for logo display, you can alter that code. Add another image element and use some bootstrap classes to hide that on particular device and show on particular devices http://getbootstrap.com/css/#responsive-utilities

    Hope this helps.

    Let us know,

    Thanks,
    laranz.

    in reply to: Need an upper level #142916
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you try to remove the script tags alone? <script> and </script>

    Let us know,

    Thanks,
    laranz.

    in reply to: logo / (sticky) header #142914
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Walter,

    Can you give the URL of you site to check?

    Let us know,

    Thanks,
    laranz.

    in reply to: space under the title , top of the image & bottom of image. #142911
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this Custom CSS.

    .single .inner-page-wrap { margin-top: 0; }
    .full-width-text { padding-top: 10px; padding-bottom: 10px; }

    If there is no featured image means the top space has 50px, so I reduce that to 0 in the first line.
    Second line, the full text element has top and bottom padding has 50px, so I reduce that to 10px.
    You can adjust the value to your needs. 🙂

    Let us know,

    Thanks,
    laranz.

    in reply to: CSS Broken on PCs #142884
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    This is strange even the login screen didn’t pick up styles, and the Theme Options page too. http://take.ms/PN79l . We can wait for our colleague to reply, he may have any clue about the issue. In the mean time, can you check another fresh install to check the issue?

    Let us know,

    Thanks,
    laranz.

    in reply to: CSS Broken on PCs #142846
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    After clearing the cache, it is like you said, also there is a js error http://take.ms/a4b3D I doubt that is the reason for all of this. Remove all scripts you added and also disable all the plugins including the default one, and check this happens or not.

    Let us know,

    Thanks,
    laranz.

    in reply to: CSS Broken on PCs #142840
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    After removing did that works? Did you try view the site in a different windows machine? Perhaps a friend’s system? I also forward this to one of my colleague to take a look at the issue, because I Didn’t able to reproduce the issue.

    Let us know,

    Thanks,
    laranz.

    in reply to: check out , order received page design . #142838
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Sorry that text and account number can’t be in one line, it needs lot of code editing. For other things, use this Custom CSS.

    .woocommerce-checkout .continue-shopping { display: none; }
    .woocommerce-checkout .my-account-right { width: 100%; }

    Let us know,

    Thanks,
    laranz.

    in reply to: CSS Broken on PCs #142833
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I am asking that, did you use any scripts other than the theme’s default ones to add any body class??

    Let us know,

    Thanks,
    laranz.

    in reply to: CSS Broken on PCs #142828
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You mean,

    I’ve been getting around the issue by manually adding the necessary classes to the body tag via javascript.

    You written a script to add classes to body? If so I suggest you to check your scripts for any errors, you can add classes to the body via the WordPress way, http://codex.wordpress.org/Function_Reference/body_class too.

    Let us know,

    Thanks,
    laranz.

    in reply to: Revolution slider font doesn't dislay correctly #142625
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I see the open sans font didn’t load, can you sent the WP login details in a private reply to take a look.

    Let us know,

    Thanks,
    laranz.

    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this plugin to reorder the slides, https://wordpress.org/plugins/post-types-order/

    Let us know,

    Thanks,
    laranz.

    in reply to: Recent Blogs Row Styling #142598
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Did you try the “Blog” element from the page builder? But you need to customize those using the CSS only, you can make use of the firebug to customize those font size, background color, etc. ( https://getfirebug.com/css )

    Let us know,

    Thanks,
    laranz.

Viewing 15 posts - 196 through 210 (of 2,802 total)