WebStyley
Forum Replies Created
-
We will need a link to the site, to help you with this.
Forum: Themes and Templates
In reply to: [Customizr] moving custom css to child themetry adding .page-id-# before
example:
.page-id-16 .lila .row-fluid { margin-bottom: 1em; }
Forum: Themes and Templates
In reply to: [Customizr] moving custom css to child themeAre you wanting this custom styling just on one particular page?
Forum: Fixing WordPress
In reply to: How to remove /category/?Try the suggestions on the thread here
Forum: Fixing WordPress
In reply to: How to change image upload folder?There is a good tutorial about this here
Forum: Fixing WordPress
In reply to: Tagline showing up twice…..have you changed any code in your header.php file? Can you post your Header.php file. THanks
Forum: Plugins
In reply to: [WP-Spreadplugin] Change CSSIf you provide a URL of the site it will allow us to look at the styles and provide you the code. Thanks
Forum: Plugins
In reply to: [Contact Form 7] Send buttonHere is an example of how to style a send button
.home input[type="submit"] { background: url(image source url here) no-repeat; width: 64px; height: 43px; background-size: 60px 40px !important; color: transparent; }
This example shows how to have the button show in that style only on the home page. if you remove the
.home
it will change the button throughout the whole site.Forum: Fixing WordPress
In reply to: Can't update posts anymoreYes, I am guessing it is as simple as resetting your permalinks. However look at this thread for more info on mod_rewrite
Forum: Fixing WordPress
In reply to: Can't update posts anymoreDoes it come up with a 404 page not found?
Forum: Fixing WordPress
In reply to: Custom fields have disappeared after updatesDo you have a link? How did you previously create the custom post types? Have you tried deactivating all plugins via FTP?
Forum: Fixing WordPress
In reply to: How to create a main menu item with a null link?Assuming you are using the custom menu feature, you will want to click on the Links (under pages) and simply add #
Forum: Installing WordPress
In reply to: admin blogYou will need to go to Settings > Reading > and set your POSTS page in the dropdown. I am guessing the person that set your sign up set your home page in this same location. The “My Blog” is likely the page that could be used as your “Posts” (also known as blog) page. Then when you write new blog posts you will need to add a new “Post” not “Page”.
You should also consider changing your permalinks under Setting > Permalinks > to the postname option this will help you navigate your website better.
good luck…
Forum: Hacks
In reply to: Sort Posts by ViewsThis plugin seems to do as you wish WP-PostViews Look at the Plugin FAQ for most viewed post code
Forum: Themes and Templates
In reply to: [MesoColumn] Requesting assistance with the followingYou can disable comments on pages with this plugin No Page Comment Plugin