kromos
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Catalogue] Multiple Catalogs?@dragosjinau Hey! It’s a pretty simple solution, take a look at this live version http://www.freewheelbicyclestore.com.au/bicycles-accessories/
When you click on a category, for example “Town”, you’ll notice the URL has changed to “http://www.freewheelbicyclestore.com.au/wpccategories/town/” So what I did was to make a link to a specific category directly from the menu. You will still see the other categories, but “Town” is going to be selected first.
Forum: Plugins
In reply to: [WP Catalogue] Multiple Catalogs?@maeve Currently the site is under construction but I’ll post a link as soon as possible! By the way, I noticed another small bug, when you add a smaller image expecting to be scaled up, the resulting image is pretty big and breaks its container frame. So basically I’m just adding bigger images to solve that.
For my second problem I had to intervene the HTML code because the plugin was eating some of the code.
While my source code looks like this
<div id="header_wrapper">...</div> <div id="navigation_wrapper">...</div> <div id="intro_wrapper">...</div> <div id="wrapper">...</div> <div id="footer_wrapper">...</div>Plugin was showing this
<div id="header_wrapper">...</div> <div id="navigation_wrapper">...</div> <!--Content--> <div id="content" role="main">...</div> <!--Content--> <div id="footer_wrapper">...</div>I changed <div id=”content” role=”main”> to <div id=”wrapper” role=”main”> to keep my css and worked perfectly, I had to do that for several php files:
archive.php – Line 9
archive-wpcproduct.php – Line 3
single-wpcproduct-php – Line 7
taxonomy-wpccategories.php – Line 9Forum: Plugins
In reply to: [WP Catalogue] Multiple Catalogs?Nevermind, found a way to fix it 🙂
Forum: Plugins
In reply to: [WP Catalogue] Multiple Catalogs?Well, I figured out how to fix that just by making a link to the specific category of the catalog, but by doing that I found another issue.
“All products” is showing my products like it should be, but when I click on a category I lost my background page color, like it breaks the css someway.
Any thoughts?
umh, I have one more question. Changing the displayed month of the calendar through the widget is kinda impossible, but what about through html code? Can i change the months without clicking on the arrows or that’s the only way to do that?
thx in advance.
ty very much for the quick response 🙂
Forum: Plugins
In reply to: change calendar month by clicking on an event from widgetforgot to add [Plugin wp-calendar], my bad