Will Schmierer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Klasik] Duplicate Dropdown Menu on Mobile VersionThunker1,
If you’re having a similar issue, it could certainly be a plugin. You could try deactivating all plugins and seeing if that resolves the issue. If it does, activate all plugin currently active one at a time to see which one may be causing the issue. If that doesn’t work, maybe add a link to your site and I can take a look and see if there’s something else going on. Thanks and hope that helps.
Forum: Themes and Templates
In reply to: [ColorWay] Unlisted listsI’m not entirely sure I follow, but if you’re having an issue, you were missing a closing > before the text for one of the link. This should at least fix that issue, if that’s the issue:
<ul> <li> <a class="western" href="http://heil-quelle-yangxing.de/praxis/therapien/tcm/">TCM</a> </li> <ul> <li> <a href="http://heil-quelle-yangxing.de/praxis/therapien/tcm/#Akupunktur">Körper-, Ohr- und Schädelakupunktur</a> </li> <li> <a href="http://heil-quelle-yangxing.de/praxis/therapien/tcm/#Moxa">Moxa</a> </li> <li> <a href="http://heil-quelle-yangxing.de/praxis/therapien/tcm/#Diätetik,Kräuterheilkunde">Diätetik,Kräuterheilkunde</a> </li> <li> <a href="http://heil-quelle-yangxing.de/praxis/therapien/tcm/#Tuina">Tuina</a> </li> <li> <a href="http://heil-quelle-yangxing.de/praxis/therapien/tcm/#QiGong">Qi-Gong</a> <em>(Ferner die von mir entwickelte Qipunktur)</em> </li> </ul> <li> <a href="http://heil-quelle-yangxing.de/praxis/therapien/sanjo/">Sanjo-Therapie</a> (manuelle Therapieform) </li> <li> <a class="western" href="http://heil-quelle-yangxing.de/praxis/therapien/energie-heilarbeit/">Energie- / Heilarbeit</a><i>die Essenz aller Therapien</i> </li> <li> <a class="western" href="http://heil-quelle-yangxing.de/praxis/therapien/entspannungstherapie/">Entspannungstherapie</a> </li> <li> <a class="western" href="http://heil-quelle-yangxing.de/praxis/therapien/haltungs-bewegungstherapie/">Haltungs-/Bewegungstherapie</a> </li>Forum: Themes and Templates
In reply to: Featured area moved?Looks like there might be a conflict with a shortcodes plugin you might be using and the theme styles itself. Looks like the width for the columns for the theme is being overridden as it has a bit smaller width(31.6%) for each column to account for the margin in between. The other one is wider and hence pushing to two lines.
I would see if you can remove that shorcodes plugin, if not you can probably do a workaround to get it looking correct.
Forum: Themes and Templates
In reply to: [Omega] How to Centre Homepage Navigation Menu – Lifestyle ThemeEricNikki,
I think if you go to your style.css file, you can find this section and add this:
text-align: center;
so that would look like this now and the menu and items will center. Just make sure you click save.
.omega-nav-menu, .omega-nav-menu > ul { clear: both; letter-spacing: 1px; line-height: 1.5; margin: 0; padding: 0; width: 100%; text-align: center; }Hope that helps.
Forum: Themes and Templates
In reply to: [Theme Virtue] author does not appearmeerschweinmann,
do you have a link to your site?
Forum: Themes and Templates
In reply to: [Fashionistas] Centre Logo at Head of BlogFor centering of the logo, you could add this to your style sheet and that should center it:
.site-branding img { margin: 0 auto; width: 400px; display: block; }as far as the spacing you could adjust these values to smaller numbers to tighten up the spacing around the logo:
.site-header { padding: 40px 0 20px; }Hope that helps.
Forum: Themes and Templates
In reply to: [Lifestyle] Remove faint lines from front pageHey conchrisoulis,
In your style.css file, you can remove the top border below the navigation
.nav-primary .wrap { border-bottom: 1px solid #f2f2f2; padding-bottom: 2px; }to
.nav-primary .wrap { border-bottom: none; padding-bottom: 2px; }and then for the bottom change:
.footer-widgets { border-top: 1px solid #E5E5E5; padding: 50px 0px 30px; }to this
.footer-widgets { border-top: none; padding: 50px 0px 30px; }Hope that helps!
Forum: Fixing WordPress
In reply to: How to add an option in a woo commerce shopping cartHey Mridulcse,
You should be able to set that by following this guide here. Hope this helps get you going in the right direction.
Forum: Fixing WordPress
In reply to: Locked out of dashboardSomething is definitely off there, but try logging in here to see if you can get into your dashboard at:
http://drerinsaltzman.com/wp-login.php
It’s not looking right but maybe you can login and adjust things as need be? Hope that helps
Forum: Fixing WordPress
In reply to: "Add Featured Image" box disappeared!Hey Damyan,
Is it possible that another plugin you’ve recently installed might be causing an issue here that’s remove that functionality? If you’re able to, it might be best to disable all plugins and see if the option reappears and then re-enable plugins one at time to see which one might be causing an issue. Hope that’s a good starting place at least.
Forum: Fixing WordPress
In reply to: How to add mobile slider to swipe/slide between pagesHey there,
If you’re still looking for a plugin, I would recommend one of these two especially because they’re mobile friendly and I’ve had good experiences with both in the past. Hope this helps get your started!
https://wordpress.org/plugins/owl-carousel/
or
Forum: Networking WordPress
In reply to: Making individual 5 sites in a One wordpress MultisiteThis article might be a good start to at least check out. There may be an easier way, but I think this would be doable, little bit of work, but definitely doable this way. Hope this helps!
http://code.tutsplus.com/tutorials/moving-wordpress-moving-a-site-into-a-multisite-network–cms-22773
Forum: Fixing WordPress
In reply to: How do I create a new Administrator group?You could do either really, depending on your comfort level. You could add additional WP roles (https://codex.wordpress.org/Roles_and_Capabilities) or trying a plugin like Groups to create roles that you’re after. Hope that helps get you started.
Forum: Fixing WordPress
In reply to: Adding Amazon Affiliate/Associate links to my siteI think it really depends on how and where you’d like them to be displayed. I’ve not personally used this one before but this plugin looks like it might be helpful. It looks like it has a pretty good rating and may help you achieve what you’re after? Hope that helps get you started.
Forum: Fixing WordPress
In reply to: WordPress Site and Intranet on same hostI think it comes down to what would suit your needs best. These are all options but I might recommend checking out these articles before deciding how to best move forward based on your notes above. Hope these help!
http://halfelf.org/2011/dont-use-wordpress-multisite/