discozo
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Cart doesn't update after a saleP.S. I realise this is probably a problem with the .htaccess file but I don’t know what changes to make to it – any help would be greatly appreciated.
Thanks again,
ZoForum: Plugins
In reply to: [WooCommerce] WooCommerce (2.0 & 2.0.1) & CardSave Payment Gateway PluginHi Chris,
Thank you! [email protected]
Forum: Plugins
In reply to: [WooCommerce] WooCommerce (2.0 & 2.0.1) & CardSave Payment Gateway PluginHi there,
I’m having exactly the same problem after updating Woo and WordPress – I have deactivated the plugin and the site works, but obviously can’t take any payments.
Forest Skills – I was wondering whether you would be willing to share your update with me? ??
Thanks so much in advance,
ZoForum: Plugins
In reply to: [Availability Calendar] Multiple CalendarsHi,
I am having a similar problem – I use calendars for multiple properties, and all of a sudden it stopped working…
I did have the dropdown so that it showed the property you selected – now it just lets you select any property but only displays the calendar for the default one…. I’ve started displaying each calendar separately for the time being, but it’s not an ideal solution…
Is anyone else having this problem and Steve, can you help?
P.S. Other than this problem I have found this plugin really useful, so thank you very much!!
Forum: Plugins
In reply to: WP Collapse-o-matic – call a funciton inside a shortcode??If anyone else wants to try this, I worked out a solution – it’s a bit messy, but does the job, so long as you don’t want to use the Collapse-o-matic plugin anywhere else.
I have hard coded the contents of the collapsable element, so that it’s always the product information.
Go to plugins > jquery-collapse-o-matic > collapse-o-matic.php and find line 114, which looks like this:
$eDiv = "<div id='target-".$id."' class='collapseomatic_content ".$targclass."'>".do_shortcode($content)."</div>\n";
And edit
.do_shortcode($content).
to whatever you want. In my case:$eDiv = "<div id='target-".$id."' class='collapseomatic_content ".$targclass."'>".wpsc_the_product_additional_description()."</div>\n";
I hope this helps someone!
Forum: Plugins
In reply to: WP Ecommerce Products Page – Exclude a Product CategoryI think I need to add something here, in my grid view file (wpsc-grid_view.php):
<?php wpsc_start_category_query(array(‘category_group’=> 1, ‘show_thumbnails’=> 1)); ?>
And in functions.php – but I’m a bit stuck…
Can anyone help??
Thanks in advance!
Zo[ Please do not bump, it’s not permitted here. ]
Forum: Plugins
In reply to: Getting current_page_item into my functionAlso, how do I get this to display child pages as well?
I thought this would work (below) but it didn’t…
<?php wp_page_menu(‘menu_class=firstTier&depth=2’); ?>
Thanks again ??
ZoForum: Plugins
In reply to: PHP page in plugin not foundHi there,
I recently had the exact same problem – I moved everything to a new server and suddenly WP couldn’t find things like permalinks.php.
It turns out my hosts had made some change to their security and I had to ask them to make the files accessible… it’s a pain because I have to do it every time I add a site now!
Hopefully your host can help you get this sorted ??