mojodesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Align icons and text in footerTry putting this in your stylesheet:
.widget_links img {
vertical-align: middle;
}Thanks!
But…where in the stylesheet should I put it?I found some text in my ‘style.css’-file under ‘FOOTER’, that says:
#bottom_content .grid_5.third {
Is it within this I should put your code?Forum: Fixing WordPress
In reply to: Align icons and text in footerA Row in CSS is display:inline; The container uses this and the elements within are then on the same line. Basic CSS.
Thanks for the input, but as a noob…where should I put it?
Is it in the ‘Style.css’-file in my themes folder?Forum: Fixing WordPress
In reply to: Align icons and text in footerForum: Plugins
In reply to: [Simple Slideshow Manager] Position of the slideshowThumbs up! 😉
Forum: Plugins
In reply to: [Custom Product Tabs Lite for WooCommerce] Remove description inside tabWell it worked for ONE of the 2 extra tabs I’ve got…
How do I remove for all tabs?Forum: Plugins
In reply to: [WooCommerce] Remove Base Page TitleForum: Plugins
In reply to: [WP Super Cache] Super Cache DELETED my website!!!Resolved!
After some hard work i managed to restore my wp-config.php by deleting everything related to Wp Super Cache…
However, it still didn’t work (a lot of “#€€&#-text), so I checked the code in the file again…and found the simplest thing…
It looked like this:<?php/**
So I changed it back to:
<?php
/**RESOLVED!!! 😉
Forum: Plugins
In reply to: [Custom Product Tabs Lite for WooCommerce] Remove description inside tabThanks!
I’m gonna try that…as soon as I get my site working again…deleted Super Cache, and now the site is gone!!! 🙁