• 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

vajrasar

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 - 141 through 160 (of 172 total)
← 1 2 3 … 7 8 9 →
  • Author
    Posts
  • April 5, 2013 at 9:13 am in reply to: Original Magazine Theme #33301
    vajrasar
    Member

    If am not wrong you need to change/add these -

    #sidebar {

    width: 300px;

    }

    #content {

    padding: 0px 20px 0px 20px !important;

    }

    You can do this by going to theme-> style.css and finding #sidebar and #content and changing/adding the attributes.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    March 29, 2013 at 4:07 am in reply to: How do I add a custom page layout? #31894
    vajrasar
    Member

    Try this, if this solves your query.

    http://gregrickaby.com/2011/03/how-to-create-a-page-template-in-genesis.html


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 17, 2013 at 7:40 am in reply to: Tag Blunder #20797
    vajrasar
    Member

    Ok so I sorted the issue for now by using -

     

    $queried_object = get_queried_object();
    $term_id = $queried_object->term_id;

     

    instead of -

    $tags = wp_get_post_tags($post->ID);
    $first_tag = $tags[0]->term_id;

     


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 17, 2013 at 6:21 am in reply to: Tag Blunder #20788
    vajrasar
    Member

    Pastebin seems not to be working so here is another link of the code - http://codepad.org/l8oH7zCz


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 13, 2013 at 12:30 pm in reply to: Fetching Gravatar Pic #20110
    vajrasar
    Member

    @Dave - Thanks for reply. Am going through the stuff you suggested and will get back asap.

    I also wana use Git for all code stuff but trying to get used to it. Will post the code too. 🙂


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 11, 2013 at 5:51 am in reply to: How to stop WP from linking image to URL #19576
    vajrasar
    Member

    please mark the topic as solved.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 11, 2013 at 5:50 am in reply to: Post titles not appearing in search engines #19575
    vajrasar
    Member

    have you updated any plugins just before this happened?

    Actually am using the same theme and my posts got some loop error when I updated SEO by Yoast.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 11, 2013 at 5:47 am in reply to: Quattro #19574
    vajrasar
    Member

    have you pasted the shortcode of contact form on the page?


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 10, 2013 at 9:07 am in reply to: Adding Adsense to Category Pages #19368
    vajrasar
    Member

    glad it helped. Please mark the topic as resolved.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 10, 2013 at 7:03 am in reply to: Adding Adsense to Category Pages #19351
    vajrasar
    Member

    you can do stuff with your functions.php and should NOT touch files in themes->genesis folder. NEVER.

    Install <a href="http://wordpress.org/extend/plugins/genesis-simple-hooks/">Genesis Simple Hooks</a> plugin.

    Goto the Genesis->Simple Hooks in yur dashboard. Find a hook where you want to display the adsense.

    Put this-

    <?php

    if (is_category())

    { ?>

    //adsense code

    <?php

    }

    ?>

    I believe this may do the trick. Also, enable the "enable php and enable shortcode" option while saving the code in the hook.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 8, 2013 at 6:46 am in reply to: BackCountry: Adding RSS Feed Button #18912
    vajrasar
    Member

    Oh am sorry, if you have not changed domains then your subscribers have not gone anywhere. Were you using Feedburner before the theme switch?


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 8, 2013 at 3:08 am in reply to: Outreach child theme, fixed background image #18892
    vajrasar
    Member

    @acekin: Please mark the topic as resolved.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 8, 2013 at 3:07 am in reply to: Two page speed + retina screen question #18891
    vajrasar
    Member

    on the part of images - wordpress itself makes copy of your image as thumbnail to show in posts when they had to show a small image, you do not need to insert/upload multiple instance of a same image.

    Here is the literature I found about 'time to first byte', do read -

    http://blog.cloudflare.com/ttfb-time-to-first-byte-considered-meaningles


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 8, 2013 at 3:00 am in reply to: Stuck on Genesis Responsive Slider All Day #18890
    vajrasar
    Member

    and maybe you can try and activate "excerpt" mode ON for text in the slider, instead of "content" or something. I never used that theme but it may be some basic issue. As in excerpt case, the continue reading link shows itself.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 8, 2013 at 2:56 am in reply to: Metro Theme – hover colors #18889
    vajrasar
    Member

    @hurd06: Please mark the topic as resolved.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 8, 2013 at 2:55 am in reply to: HELP! I just edited the header.php and site is not working!!!! #18888
    vajrasar
    Member

    nice to know that you found the solution. Please mark the topic as resolved.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 8, 2013 at 2:54 am in reply to: Mobilize web site question… #18887
    vajrasar
    Member

    Read this, they have a pretty good literature on the topic -

    http://www.wpbeginner.com/wp-tutorials/11-ways-to-create-a-mobile-friendly-wordpress-site/


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 8, 2013 at 2:53 am in reply to: Display taxonomy description with Genesis shortcode #18886
    vajrasar
    Member

    Read this, it may help you -

    http://wpmu.org/how-to-display-your-wordpress-category-description-in-your-theme/


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 8, 2013 at 2:48 am in reply to: BackCountry: Adding RSS Feed Button #18885
    vajrasar
    Member

    Read this one, this will give you a heads up on where to start -

    http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-setup-feedburner-for-wordpress/

    And I don't believe that migrating users from one account to another is possible, still if someone would know how to do that, they will reply. 🙂


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    February 7, 2013 at 8:04 am in reply to: HELP! I just edited the header.php and site is not working!!!! #18650
    vajrasar
    Member

    I can suggest an alternate fix, but this NOT a standard solution and I have not tried it myself.

    You may navigate to this link via your FTP or cPanel- http://www.yourfamilyyourmoney.com/images/CAP-Affiliate/BIB-banner-160x80.jpg

    Delete the file 'BIB-banner-160x80.jpg '.

    Upload your image (that you want to show) and name it 'BIB-banner-160x80.jpg '

    That might trick the system into showing that image.

    REMEMBER - Backup the Original Image in any case.

     


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

  • Author
    Posts
Viewing 20 posts - 141 through 160 (of 172 total)
← 1 2 3 … 7 8 9 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 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