• 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

samw

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 17 posts - 41 through 57 (of 57 total)
← 1 2 3
  • Author
    Posts
  • October 6, 2013 at 10:57 pm in reply to: Epik HTML 5 Manual Upgrade #65606
    samw
    Member

    Hi Summer

    Thanks for the reply. The customizations were minimal and 99% CSS, that's why Im surprised at the issues.

    All the inner pages are displaying with no issues including sidebars, footer widgets etc

    The issue is the Home Page Layout - this is made up of theme specific widgeted areas as per here. I havent made any customizations to these, but they no longer display correctly

    Epik Widget Location Guide

    I will identify all difference in the theme files for a clean install of original Epik and my live version and go back through the HTML5 reference guides

    What is confusing is whether I need to change the home.php and/or functions .php for these Home Page Widgets

    * Display widget content for the "Home Feature" section.
    *
    */
    function epik_home_loop_helper_welcome() {

    if ( is_active_sidebar( 'welcome-wide' ) || is_active_sidebar( 'welcome-feature-1' ) || is_active_sidebar( 'welcome-feature-2' ) || is_active_sidebar( 'welcome-feature-3' ) ) {

    echo '<div id="welcome"><div class="wrap">';

    genesis_widget_area( 'welcome-wide', array(
    'before' => '<div class="welcome-wide">',
    ) );

    echo '<div id="welcome-features">';

    genesis_widget_area( 'welcome-feature-1', array(
    'before' => '<div class="welcome-feature-1">',
    ) );

    genesis_widget_area( 'welcome-feature-2', array(
    'before' => '<div class="welcome-feature-2">',
    ) );

    genesis_widget_area( 'welcome-feature-3', array(
    'before' => '<div class="welcome-feature-3">',
    ) );

    echo '</div><!-- end .welcome-features --></div><!-- end .wrap --></div><!-- end #welcome -->';


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    October 4, 2013 at 1:43 am in reply to: Epik HTML 5 Manual Upgrade #65321
    samw
    Member

    Hi

    Thanks for replies yes call logged at appfinite but referred to Studio Press resources, no available theme specific guide.

    The new version has been completely written from scratch and due to CSS changes and live site with content I have to do a manual upgrade, this is the advice from appfinite.

    There's no way to auto upgrade between versions. I will take a look at the html5 code in the new one to see if it highlights the front page issues.

    If anyone did a manual upgrade, be great to understand the required code changes in detail

    Many thanks


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    August 5, 2013 at 10:09 pm in reply to: No Genesis Responsive Slider documentation! #54330
    samw
    Member

    Hi Doug

    Your Welcome. You may want to consider using the WP version of Royal Slider instead as long as you dont want to use post/page excerpts/. Tons of documentation, fully customizable and excellent support. Im only using this now unless need to use post/page excerpts

    Cheers

    Sam


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    June 11, 2013 at 6:01 am in reply to: Agency theme change css for specific font areas #45215
    samw
    Member

    Hi

    Thanks for the reply

    Its a dev site running locally. I understand that's the default styling, im struggling with which additional css code I need to add to the agency theme  and where to add it in the css sheet to achieve points 1 & 2 in original post.

    Scouring the internet, I found a ton of css studiopress font tutorials and in theory its simple, apart from the agency theme css doesnt have the css elements broken out for each section e.g. H tags, body etc and all the tutorials I found are not for this specific css sheet, so it didnt quite work

    You could take a look at an old site of mine running agency as required CSS will be the same, its running on agency. http://www.metta3.com

    I did manage to change all of the text and then I tried to add CSS for each element e.g. body but still didnt work

    End outcome as per points above:

    1. Use Dosis fonts for all H1 & H2 & H3 tags in posts and pages only

    2. Change font size for all H tags but only in posts & pages not in home page widgets or menus

    3. change font for content (paragraph or body?) to be ubuntu

    4. change font for post and page content only to be justified - i have justified but unfortunately this justifed the menu as well!

    If you are able to suggest the correct css tags that would be great

    Cheers

     

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    June 11, 2013 at 4:41 am in reply to: help with post/page image & adding vertical divider #45202
    samw
    Member

    Hi

    Many thanks for the reply - I can add columns without issue. The challenge is im unable to style the columns to include an image or add vertical dividers. HR tags no problem

    Should i be using some sort of div wrapper instead? As per the link above, I would like to create a page layout as per the http://www.wpbeginner.com/blueprint/

    Or is there another way to approach this altogether

    Many Thanks

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    June 6, 2013 at 1:51 am in reply to: Change Responsive Slider Title Size #44275
    samw
    Member

    Hi

    Thanks for the detailed reply. Excuse my coming to grips with CSS.

    I have fired up firebug to try and assist. I fully understand what you are saying above, but I am unsure of where to add this code in the CSS sheet.

    Additionally, on a similar  topic, I am trying to change my H2 page and post font sizes only and note this from firebug. This suggests that the default font size for all H tags is 30px?.  So, my slight challenge is that I need to now specify  H tag css sizes for each h tag I wish to change by the looks of things and am not sure how to breakdown the code or where to add (add beg or end or inline with CSS on sheet)

    h1, h2, h2 a, h2 a:visited {

        font-size: 30px;

    }

    style.css (line 791)

    h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 {

        color: #333333;
        font-family: 'PT Sans',sans-serif;
        font-weight: normal;
        line-height: 1.25;

    Site is a dev local build, but there's a version on the same theme at metta3.com

    Thanks in advance

     

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    May 30, 2013 at 8:19 pm in reply to: Add Scroll Down Disclaimer box to page #43289
    samw
    Member

    Solved via Gravity Forms if anyone has the same requirement.


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    May 21, 2013 at 2:43 am in reply to: No Genesis Responsive Slider documentation! #41986
    samw
    Member

    Hi

    You may want to check this out. It works but requires a fair amount of photoshop work. Just put your image on the left of a canvas if you want content on right

    http://rankingedge.com/genesis-responsive-slider-studio-press/

    Couple of things to bear in mind, if you follow this route you have to add a more tag after 103  characters. That's not much good for me, I am trying to display pages and dont want to have a more tag inside a page when someone clicks continue.

    Also, the continue button is rather large. Im still looking for a solution for that issue

    Cheers

     

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    May 16, 2013 at 2:52 am in reply to: add javascript inside a single post in exact position #41154
    samw
    Member

    Hi

    Thanks so much for taking the time to provide a very detailed reply.

    I have tried the plugin and that seems to do the trick with the exception of wrapping text, but a small issue.  It will be interesting to see how well it performs on a a live site, its debatable on dev.

    Cheers

     

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    May 15, 2013 at 12:54 am in reply to: add javascript inside a single post in exact position #40955
    samw
    Member

    Hi

    Thanks for the reply.

    What I would like to do is use the banner and place it in a post exactly as if I had added an image. I have done this with no issue with all the ones written in HTML only but struggling with the JS one. Its just a 125x125 so thumbnail size & im trying to include it in post that includes all the other html ones.  It will only be going in a single post but I need to position it with the text. Hope that makes sense?

    If you can suggest how to achieve this, that would be great.

    Also, please could you let me know the code for your first suggestion to display on each post, so that I can use this for other sites.

    Many Thanks

     

     

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    February 26, 2013 at 12:41 am in reply to: How to specify a catgeory on your home page #22849
    samw
    Member

    Hi

    Does anyone have an update on this or a workaround, I also need to set up blog-page templates that display a single post category. Using query-args makes no difference and all posts are displayed on the page

     

    Thanks

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    February 11, 2013 at 9:59 pm in reply to: Location of Menu in Lifestyle Theme #19756
    samw
    Member

    Thanks All. Well spotted. Yes, I was using the wrong menu! 🙂


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    February 11, 2013 at 8:17 pm in reply to: Location of Menu in Lifestyle Theme #19744
    samw
    Member

    Hi

    I notice that if I only add text as the header the menu is in the correct location. The issue is when I add an image file. I do need to add an image file as a custom header. Do I need an alternate code?

    Many Thanks in Advance

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    February 11, 2013 at 8:12 pm in reply to: Location of Menu in Lifestyle Theme #19743
    samw
    Member

    Hi

    Thanks for replying. Im building it as dev using Desktop Server. I wonder if somehow its not reloading the code. I have changed the code position and no difference. Still have menu at top right of page. Its in the theme, functions.php file and im editing with notepad ++.  Desktop Server is pretty good, Im open to suggestions

    Thanks

     

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    February 11, 2013 at 2:23 am in reply to: Location of Menu in Lifestyle Theme #19546
    samw
    Member

    Hi

    Great post..I have a similar issue. Using a custom header image my menu is now in the wrong place.  I put the code into the functions file for the theme, but now I see it outputs the text for the code! I am new to this. Where exactly does the code snippet need to inserted in the functions.php file. I guess I am missing something here - Thanks in Advance

    This is the extract from my php with the code

    /** Add support for custom header */
    add_theme_support( 'genesis-custom-header', array( 'width' => 920, 'height' => 150 ) );

    /** Reposition the primary navigation menu */
    remove_action( 'genesis_before_header', 'genesis_do_nav' );
    add_action( 'genesis_after_header', 'genesis_do_nav' );


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    February 7, 2013 at 2:30 am in reply to: child pages in agency or any theme #18600
    samw
    Member

    Hi

    Thanks for taking the time to reply and yes that works brilliantly to set up sub pages under a menu item.

    What I would like to do is have more than one sub-page showing on the same menu page.  This method above is great but when you go to the menu header it does display the sub page titles but each one opens as a new page.

    I did find a WP plugin that enables you to treat pages as posts, add categories and then each time you add a new page you just add the category and it automatically is attached to the menu item and displays as many sub-pages as you want on the same page.

    Not sure if the WP plugin is the best way of doing it but it works

    Being new to this, would you say that the subpage and child items method you shared  is a better user experience?

    Many Thanks

     

     

     

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    February 5, 2013 at 12:01 am in reply to: How to remove /category/ from URLs? #18150
    samw
    Member

    Hi

    MetcalfeM, I am also looking to remove the category URL. Fat Media, thanks for the heads up, is it recommended to use Yoast and Genesis together?

    Thanks

     

     


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

  • Author
    Posts
Viewing 17 posts - 41 through 57 (of 57 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

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