Forum Replies Created
-
AuthorPosts
-
wparrow
MemberDon't worry, I fixed it
Just browse the code and changed the width and height of image to 315x380 and it worked
Regards,October 4, 2015 at 9:33 am in reply to: Why ADS can't display at bottom of post on Home page ? #167384wparrow
MemberHi
This is not a cache problem, I even disabled the cache plugin and server side cache but ADS doesn't display on my site. It's display well on the category, archive and single page. (same ads code).Thanks
September 30, 2015 at 10:27 pm in reply to: Why ADS can't display at bottom of post on Home page ? #167098wparrow
MemberJust clear the cache and see it's working
September 19, 2015 at 9:35 am in reply to: Please help display "Post VIew Counter" on Genesis #166084wparrow
MemberAnyone please help
September 15, 2015 at 12:36 pm in reply to: Please help display "Post VIew Counter" on Genesis #165615wparrow
MemberHi Braddalaton
What I mean is how to display the View counter at the same line with "Time", "Leave a comment" on my site
I've already use the short code "post-views" via filter function but I get custom style from plugin, the plugin author telling me just use php code
<?php echo pvc_get_post_views(); ?>
without additional style .But I don't known how to insert
<?php echo pvc_get_post_views(); ?>
into the functions.php fileThanks
wparrow
MemberThanks Frobn for your reply.
Thanks so much Genwrock, it workedwparrow
MemberThank you very much for your help, it's working now
wparrow
MemberThanks Braddalton
wparrow
MemberThanks, solved the 1st question. Could you please help for 2nd question above ?
Thanks
wparrow
MemberThanks ameeker for your respond
Example of ribbon: https://wordpress.org/plugins/custom-ribbon-maker/
I want add a ribbon for HOME TOP widget, I am using News Pro child theme.
Thanks again!
wparrow
MemberYour code is amazing Nick, this is wonderful and I can learn some CSS tweaks from you.
Bookmarked your theme service for future use.
wparrow
MemberYes, post info activated
Thansk Nick
wparrow
MemberHi Nick,
Here you are: http://www.tvvn.net/
February 2, 2015 at 2:23 am in reply to: How to show this code at the bottom of the article ? #139355wparrow
Memberok, I changed to is_single() but still didn't work, could you please help complete the small code ?
Thanks
February 2, 2015 at 2:11 am in reply to: How to show this code at the bottom of the article ? #139350wparrow
MemberI tried this
<?php if ( is_single() ) { <div class="pagelink"><?php wp_link_pages('pagelink=trang %'); ?></div><p> <div class="fb-like" data-href="https://www.facebook.com/tvvn.net" data-layout="standard" data-action="like" data-show-faces="false" data-share="true"></div><p> <?php if(function_exists("kk_star_ratings")) : echo kk_star_ratings($pid); endif; ?> <?php echo do_shortcode("[kpvc_single]"); ?><p> [fbcomments]<p> <?php zemanta_related_posts()?> } else {} ?>
But no luck
Can you help ? I am not php programmerwparrow
MemberIt's still display after two plugins voting and counting. I want it is number 1 position after the content
wparrow
MemberI have tested your code without error but the facebook button is still display after these plugins
wparrow
MemberThanks for your help, I added the facebook code and put all the code into file function.php and I got this error:
Parse error: syntax error, unexpected 'fb' (T_STRING) in /home/xxx/public_html/xxx/wp-content/themes/news-pro/functions.php on line 270
Here is the facebook code:
<div class="fb-like" data-href="https://www.facebook.com/xxx.net" data-layout="standard" data-action="like" data-show-faces="false" data-share="true"></div>
I have added this code to function.php
//Add facebook code after content add_filter( 'the_content', 'add_fb_code' ); function add_fb_code( $content ){ $var = "<div class="fb-like" data-href="https://www.facebook.com/tvvn.net" data-layout="standard" data-action="like" data-show-faces="false" data-share="true"></div>"; // Now return the variable return $content . $var; }
September 16, 2014 at 4:04 pm in reply to: What's the Social plugin does Studiopress blog use ? #124705wparrow
MemberThanks Susan
September 16, 2014 at 11:26 am in reply to: What's the Social plugin does Studiopress blog use ? #124689wparrow
MemberFive months since I posted this topic, seem Studiopress doen't want release this plugin for customers or public ? No need too much time for testing or etc.. as someone said here
-
AuthorPosts