creationbeaudoin
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Wp-Rocket Cachingok thank you
Forum: Plugins
In reply to: [WordPress Popular Posts] Wp-Rocket CachingI have been using your code to make a shortcode for a count views on my website. It is not possible to add ajax functions in there? I’m using astra theme. I’m not really a developper.
/**
* Registers the shortcode [wpp_views_count].
*
* @author Hector Cabrera (https://cabrerahector.com)
* @return string
*/
function wpp_views_count_func() {
if (
function_exists(‘wpp_get_views’)
&& is_single()
) {
$views_count = wpp_get_views( get_the_ID() );
return ($views_count == 1) ? ‘1 vue’ : $views_count . ‘ vues’;
}return ”;
}
add_shortcode( ‘wpp_views_count’, ‘wpp_views_count_func’ );`Forum: Plugins
In reply to: [WordPress Popular Posts] Wp-Rocket CachingYes, here the screenshot https://ibb.co/MGnQ0S0
Numbers don’t want to update when I refresh the post. I need to clear wp-rocket cache. How can I exclude wpp from being cache by Wp-Rocket
?contact form is in your dashboard?
As I said in my first email… contact form doesn’t work too! Because of the license not working out as they should! That’s why I asked for a refund later on! Because too many things don’t work like they should! Licence have been activated! But contact form in the plugin dashboard return me the following message…. license is expired!! I just asked for a refund, because you sold me something that doesn’t work out. You don’t want to make a refund for this.. no problem at all. Take my money. But I think it’s important for people to know what they can expect if they upgrade from the free plan to the pro one.
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Translation problemits working for me too..
**Change es for fr for french translation
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Version 3.5. When?Thank You!
V4 looks great. I cant wait ??
Forum: Themes and Templates
In reply to: Divi Theme Logo TextI forgot to mention, its Divi Theme.
Setting general. Tagline. Nope its that.
Header content, I can Only change the logo. its very weird.