nahp
Forum Replies Created
-
I need to integrate products from Woocommerce. I’d like to keep the integration system (put Ids of products).
@satollo
Thank you for suooprt. Do you know some documentation about it?
Regards,Please I relaay don’t know what I can do… need help.
ThanksI think you need more informations, please tell me what you don’t understand or what missing.
Thank you very much.Forum: Plugins
In reply to: FancyBox doesn’t work anymore with my templateI’ve got the answer…
For another plugin, Jquery.mini is loaded, this version makes conflicts… I erased that, and it works again.Forum: Themes and Templates
In reply to: Fancybox for WP doesn't work with my theme.Now all scripts Fancybox are loaded and I can see the class and the “rel”, but it doesn’t work anymore…
Forum: Themes and Templates
In reply to: Fancybox for WP doesn't work with my theme.I could see that no script are loaded…
Forum: Themes and Templates
In reply to: "Read more" rewrited.Thank you so much. it works.
Forum: Themes and Templates
In reply to: "Read more" rewrited.Reading some other forums, the problem could come from my theme… I changed theme and … the “read more” works fine. Then, I’m sure I made a mistake…
For example I’m looking for use only one article and I made it like this :<?php $id = 57; $billet = get_post($id); $title = $billet->post_title; $date = $billet->post_date; $contenu = $billet->post_content; $contenu = apply_filters('the_content', $contenu); $contenu = str_replace(']]>', ']]>', $contenu); ?> <h5 class="title hbold"><?php echo "$title"; ?></h5> <p><?php echo "$contenu"; ?></p>Forum: Themes and Templates
In reply to: "Read more" rewrited.Thank you for support.
I can tell you in other way. I put a <!–more–> in WordPress. and when I got to the website, the entire article is visible and the <!–more–> is erased. you can only see two
one above the other where the tag was…