zeuf
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Solon] Display by last modified date on the index pageI found !
Just add :
<?php query_posts( 'orderby=modified' ) ; ?>
Before the LOOP in the index.php
Forum: Plugins
In reply to: [WP Customer Reviews] Average rating/stars for the page/post?Hi Cbarnhart,
Do you still want my “poor” lines of PHP ?
Thank you so much Bompus ! Great plugin !Forum: Plugins
In reply to: [WP Catalogue] Products under the sidebarNo of course ! Same problem, same topic ??
Forum: Plugins
In reply to: [WP Catalogue] Products under the sidebarHi !
WordPress version: 3.9.1
Plugin version: 1.7.1
Link to my site: https://dacialodgy.eu/site/accessoires/I expected the plugin to do this : on the main page, to put the pictures on the right of the menu
Instead it did this : it puts the pictures under the menu
Here’s what I’ve tried so far : tried a lot of themes
Can you help me ? Thank you
Forum: Plugins
In reply to: [WP Catalogue] translation, responsive and shortcode categoryIn the themefiles/single-wpcproduct.php file for :
– Product details
– Price
– Previous
– Next
– All ProductsIn the /wpc-catalogue.php for :
– All ProductsForum: Plugins
In reply to: [WP Catalogue] translation, responsive and shortcode categoryHi !
In french, there are words that are not translate :
On the main page : All Products.
In the page of a Product :
– Product details
– Next
– Previous
– Price.
Any ‘How-to’ someone ?
Thank youForum: Plugins
In reply to: [AnsPress - Question and answer plugin] some help with language fileThank you for you fast reply !
Status is the same in French, so it was easy.
And for the Spam sentence, I just let SPAM. I didn’t explain what SPAM is which is the meaning of : This question is effectively an advertisement with no disclosure. It is not useful or relevant, but promotional.
I think I will try another plugin. Thank you very much and good luck.
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] some help with language fileHi pasionXentrenar,
Didn’t you have problem with the ap_status_type() function in anspress-functions.php (the one which returns the Question Status : open, solved, closed, duplicate)
Cause the status are hardcoded, real deep…. How did you manage ? Thank youForum: Plugins
In reply to: [AnsPress - Question and answer plugin] some help with language fileWork for me !
1. I add pasionXentrenar’s piece of code in the beginning of my anspress.php file2. I change in load_plugin_textdomain() function from the includes/anspress-main.php file :
// $domain = $this->plugin_slug;
$domain = ap;3. With CodeStyling Localization I translated in French.
Thanks to both of you.
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Is there a shortcode for [ask] ?I put a link to the “ask” page on the page where the shortcode [anspress] is. It will do the trick for now.
I also tried to insert the PHP ap_ask_form(); between the shortcode plugin InsertPHP but the form appears everywhere…Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] Is there a shortcode for [ask] ?I read this, thank you.
I just want to know if I can put the ASK form on the same page than the answers or not.
Thank youForum: Plugins
In reply to: [AnsPress - Question and answer plugin] Is there a shortcode for [ask] ?And the BASE PAGE has the [anspress] shortcode, right ?
Forum: Plugins
In reply to: [WP Customer Reviews] Average rating/stars for the page/post?Thank you Gunny.
I decided to improve the PHP code of this one.Forum: Plugins
In reply to: [WP Customer Reviews] Average rating/stars for the page/post?@cbarnhart : are you still interested in this ?
@gunny : what do you use now ? Thank you