Digital experiences for all disciplines
Forum Replies Created
-
-
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.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.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-utilitiesHope this helps.
Let us know,
Thanks,
laranz.Hi,
Can you try to remove the script tags alone?
<script>
and</script>
Let us know,
Thanks,
laranz.Hi Walter,
Can you give the URL of you site to check?
Let us know,
Thanks,
laranz.January 21, 2015 at 9:13 am in reply to: space under the title , top of the image & bottom of image. #142911Hi,
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.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.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.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.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.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.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.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.January 20, 2015 at 9:57 am in reply to: How do I create customize the slide order on the Swift Slider? #142618Hi,
Try this plugin to reorder the slides, https://wordpress.org/plugins/post-types-order/
Let us know,
Thanks,
laranz.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. -
Posted in: Reply To: Recent Blogs Row Styling