William Wilson Photography
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal Shopping Cart] Completed ordersThis appears in the Ship To information
Forum: Plugins
In reply to: [PayPal Shopping Cart] Product short codeIt seems to be working now, however overtime the plug in updates the menu item no longer points to the pages and I have to recreate the menu items can this be fixed?
Forum: Plugins
In reply to: [PayPal Shopping Cart] Product short codeThe plug in has disabled the use of a featured image on pages and posts not only the products it has caused an issue with my WordPress site can it be rolled back to the previous version?
Forum: Plugins
In reply to: [PayPal Shopping Cart] Product short codeOK I will code a page manually with buttons, the recent update has removed the product image feature any products amended no longer have the ability to add an image
Forum: Fixing WordPress
In reply to: Multiple Custom MenuI’m also looking for a solution to this one, menu for my pages and another for my blog posts
Forum: Plugins
In reply to: [Easy Modal] [Plugin: Easy Modal] Messes with the admin stylesThe new 1.0.3 update works as expected thank you.
Forum: Plugins
In reply to: [Easy Modal] [Plugin: Easy Modal] Messes with the admin stylesJust installed v1 update and modal stopped working, I’m using Contact 7 and a custom menu is there updated instructions available as I can’t figure out what to do.
Forum: Themes and Templates
In reply to: IE8 not displaying correctly in Autofocus templateI no long use the autofocus template.
Forum: Fixing WordPress
In reply to: Autofocus home.php and [gallery] tagI no longer use Autofocus theme and the link above will be quite meaningless.
Forum: Themes and Templates
In reply to: Adding the searchform to the navbarSorry if I’m changing the op but I’m looking to add the rss button and twitter button to the menu is the code similar or should I approach it differently?
Forum: Fixing WordPress
In reply to: How can I manually add items to the horizontal nav manu in 3.0?I’m looking to add a couple of items for rss and a facebook to the menu but can’t see where to enable these
Forum: Fixing WordPress
In reply to: rss feed for FacebookFinally resolved this issue it was a WordPress plugin that was causing a time out on the feed, deactivating the culprit solved the problem.
I’m having the same issue with DamnSexyBookmarks I’ll see if theres a setting I can set, I’m using the Autofocus theme
Forum: Themes and Templates
In reply to: Autofocus Homepage ImagesOK I’ll try and explain.
Edit your home.php file
Go down unlil you find the div id ‘content’ entry
Immediately after the closing div
<div id="content"> <div id="nav-above" class="navigation"> <div class="nav-previous"><?php next_posts_link(__('<span class="meta-nav">«</span>', 'sandbox')) ?></div> <div class="nav-next"><?php previous_posts_link(__('<span class="meta-nav">»</span>', 'sandbox')) ?></div> </div>Add this line:
<?php query_posts('posts_per_page=4&category_name=archive-gallery'); while ( have_posts() ) : the_post() ?>I have made a category called ‘gallery’ and tagged the posts that I want to show on the home page with this – you can use or call it anything you want but only these posts will show.
I suggest you take some time to study the code and once it becomes clear you’ll start to understand what to do.
Forum: Themes and Templates
In reply to: Autofocus Homepage ImagesThe front page is designed to allow every new post to be displayed, filtering out one cat gives you control over what is displayed.
If you look at this post it should be easier to understand.