• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

wparrow

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 43 total)
← 1 2 3 →
  • Author
    Posts
  • May 3, 2016 at 4:57 pm in reply to: Image always resized in Hello theme #184923
    wparrow
    Member

    Don'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 ? #167384
    wparrow
    Member

    Hi
    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 ? #167098
    wparrow
    Member

    Just 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 #166084
    wparrow
    Member

    Anyone please help

    September 15, 2015 at 12:36 pm in reply to: Please help display "Post VIew Counter" on Genesis #165615
    wparrow
    Member

    Hi 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 file

    Thanks

    August 27, 2015 at 7:58 am in reply to: How to center this logo ? #163720
    wparrow
    Member

    Thanks Frobn for your reply.
    Thanks so much Genwrock, it worked

    July 28, 2015 at 7:25 am in reply to: Help about Simple Hooks Plugin #160732
    wparrow
    Member

    Thank you very much for your help, it's working now

    June 15, 2015 at 10:22 am in reply to: How to have this effect ? #156266
    wparrow
    Member

    Thanks Braddalton

    March 9, 2015 at 6:21 pm in reply to: How to display Author's box on Author archive page ? #143853
    wparrow
    Member

    Thanks, solved the 1st question. Could you please help for 2nd question above ?

    Thanks

    February 6, 2015 at 8:30 pm in reply to: How to add a ribbon for HOME TOP widget ? #140009
    wparrow
    Member

    Thanks 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!

    February 5, 2015 at 10:30 am in reply to: Featured post widget question please #139802
    wparrow
    Member

    Your code is amazing Nick, this is wonderful and I can learn some CSS tweaks from you.

    Bookmarked your theme service for future use.

    February 4, 2015 at 6:36 pm in reply to: Featured post widget question please #139741
    wparrow
    Member

    Yes, post info activated

    Thansk Nick

    February 4, 2015 at 4:28 am in reply to: Featured post widget question please #139634
    wparrow
    Member

    Hi 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 ? #139355
    wparrow
    Member

    ok, 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 ? #139350
    wparrow
    Member

    I 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 programmer

    January 31, 2015 at 10:14 am in reply to: How to insert a code just after the content? #139192
    wparrow
    Member

    It's still display after two plugins voting and counting. I want it is number 1 position after the content

    January 31, 2015 at 9:59 am in reply to: How to insert a code just after the content? #139188
    wparrow
    Member

    I have tested your code without error but the facebook button is still display after these plugins

    January 31, 2015 at 9:49 am in reply to: How to insert a code just after the content? #139177
    wparrow
    Member

    Thanks 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 ? #124705
    wparrow
    Member

    Thanks Susan

    September 16, 2014 at 11:26 am in reply to: What's the Social plugin does Studiopress blog use ? #124689
    wparrow
    Member

    Five 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

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 43 total)
← 1 2 3 →
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble