edoherto
Forum Replies Created
-
Forum: Plugins
In reply to: Jetpack Publicize on Facebook won't display feature imageI am having the same problem for the last week. All the posts that get Publicized to my Facebook page either grab a random post image or don’t display any image, even when I make sure every single post has a Featured Image before publishing them.
Please help!
Forum: Plugins
In reply to: [Stellar Places] Different Markers & ClusteringThat code looks good, but how can you add icons per Category?
Forum: Plugins
In reply to: [Stellar Places] Template problems and slugHi, Micah, thanks for the fast response.
The code my template uses for displaying the category is this one:
// Category Name if ( is_single() ) { if ( $ti_option['single_post_cat_name'] == true ) { echo '<span class="entry-category">'; the_category(', '); echo '</span>'; } } else { echo '<span class="entry-category">'; the_category(', '); echo '</span>'; }
Although I have tried this too, with no result:
<?php the_category(); ?>
For the other problem (the map displaying in the same container as the posts within the Archive/Category page), the code I found was this:
get_template_part( 'content', 'post' );
So I have no idea why the map gets printed before this line in my template. Maybe you are applying a filter?
Latest, the slug problem happens even with the code -that I posted in my first comment- in functions.php.
Thanks in advance!!!!
PS: the theme I am using is SimpleMag.
Forum: Plugins
In reply to: [Tumblr Crosspostr] Hastags to clickable links?OK, takk my friend!
My blog is https://edoher.com/, and in this article in particular I use pagination https://edoher.com/2014/01/sexlife-special-04-left-behind/. As you can see, all the Jetpack Social Sharing button are ABOVE the pagination. I am using Ryu theme.
Thanks in advance for your help!
Forum: Plugins
In reply to: [Ceceppa Multilingua] Static page Homepage not workingHey! I fixed with JS like this:
//link malo del home a ingles $("ul.cml_flags li a[href='https://www.karut.cl/wordpress/eng']").attr('href', 'https://www.karut.cl/wordpress/eng/home-eng/'); //link malo del home a espanol $("ul.cml_flags li a[href='https://www.karut.cl/wordpress/esp/esp/']").attr('href', 'https://www.karut.cl/wordpress');
I’ll try next time! Thanks for all!
Forum: Plugins
In reply to: [Ceceppa Multilingua] Static page Homepage not workingJust updated, still have the problem. You can check it here:
https://www.karut.cl/wordpress/
Thanks!
[Moderator Note: No bumping, thank you.]
Forum: Plugins
In reply to: [SlimStat Analytics] Track custom posts views per registered userGreat. Last question: can I set the plugin only to track registered users?
Forum: Plugins
In reply to: [SlimStat Analytics] Track custom posts views per registered userThank you very much!
Can I set the the stats to never expire?
Forum: Plugins
In reply to: [SlimStat Analytics] Track custom posts views per registered userOk, just to have things clear:
There’s a list of all registered users in the plugin? So if I click on a particular user I’ll see, for instance, ‘Product:Product_name’ visit? The stats won’t be deleted, as with other plugins?
Oh, and final question, is there a way to query this on the database. I mean: “SELECT id of user who has seen this content’s id”?
Thanks for all!