Forum Replies Created
-
Author
-
juandias
ParticipantYes, i check the code is complete (from <script> to </script>) I have several webs with wordpress and i always use Google Analytics and always work, i dont know why dont work on this one.
Thanks.
juandias
ParticipantHi Sharmstr, thanks for your reply. Yes I read that post. But still cannot find the shortcode and the function for MEMBERS and SEARCHES. Can you help please?
With POST COUNT i inserted this in visual composer:
<h2 style=”margin-bottom: 0; color: #fff !important;”>[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"][colabs_post_count type=post][/kleo_animate_numbers]</h2>
<p style=”color: #fff;”>Artículos publicados</p>And this in function.php:
function colabs_post_count( $atts, $content = null ) {
$a = shortcode_atts( array(
‘type’ => ”,
), $atts );
global $wp;
$post_count = wp_count_posts($a[‘type’]);
$published_count = $post_count->publish;
return $published_count;
}
add_shortcode( ‘colabs_post_count’, ‘colabs_post_count’ );
add_filter( ‘kleo_tinymce_shortcodes’, create_function(‘$args’,’$args[“”][] = array(“name” => “Post count”, “code” => “[colabs_post_count type=post|page|custom post type]”); return $args;’ ) );juandias
ParticipantI dont know english, is too difficult find the things on documentation, because Google Translate sucks, specialist with this kind of words, thats why im asking to the is easy to find the answer, anyway, thank you, im going to search that on documentation.
Thanks, you save me! (again)
juandias
ParticipantThe plugin you mention on that post is not updating over 2 years, is not any other plugin can i use? i dont want mistakes.
Or
If i edit the .PO file, and upload with the same name, this works?
Thanks.
juandias
ParticipantI edit the single.php but from the main theme (not the child) this work, but i dont know…
juandias
ParticipantSorry, my child theme only show me a Style.css, i have to edit something on child theme? or the regular theme? sorry, in not a developer, and im new on this.
Thanks.
Attachments:
You must be logged in to view attached files.juandias
ParticipantSomething wrong with my connection, like blocking, im using a VPN now and i can access.
Thanks.
juandias
ParticipantOk, i cant find the option “Dont require membership” so i switch everything to OFF, and isnt working, also i reset the configuration on that section, and still not working, what im doing wrong?
https://www.dropbox.com/s/x0oscb9ejlq63a0/Screenshot%202015-03-17%2011.50.39.png?dl=0
Thanks.
juandias
ParticipantMy URL is demo.comunidadpymex.com
This is one of my post: http://demo.comunidadpymex.com/tecnologia/my-daily-blog-entry-2/
This is another one: http://demo.comunidadpymex.com/marketing/developing-with-pleasure/But show me a message for register?
juandias
ParticipantI have this post published.
https://www.dropbox.com/s/nb4uwc0msfw32hn/Screenshot%202015-03-17%2011.04.12.png?dl=0
-
AuthorPosts