• 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

Tanya

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 - 1 through 20 (of 30 total)
1 2 →
  • Author
    Posts
  • July 18, 2015 at 12:06 am in reply to: MailPoet subscription form in Genesis Hooks #159701
    Tanya
    Member

    Thank you! I'll try this.

    July 17, 2015 at 9:00 am in reply to: MailPoet subscription form in Genesis Hooks #159662
    Tanya
    Member

    Are you sure it will be possible to center the subscription form after I'll use the conditional tag?..

    July 17, 2015 at 8:57 am in reply to: MailPoet subscription form in Genesis Hooks #159661
    Tanya
    Member

    I think I'll try this tutorial actually. Thank you.
    But could you tell me please, which conditional tag should I use instead is_front_page ?

    July 17, 2015 at 8:53 am in reply to: MailPoet subscription form in Genesis Hooks #159660
    Tanya
    Member

    So, if I use Genesis eNews extended plugin I can put the subscription form after every single post (entry), can't I?
    BUT I'm not sure I'll manage to do that. Should I use the conditional tags that you said about?.. This tutorial seems a bit complicated http://wpsites.net/web-design/adding-new-widget-areas-in-studiopress-themes/.

    I didn't like the eNews Extended plugin because:
    1) The name in the subscription form is not centered (although the e-mail address is centered) http://tanyavega.com/wp-content/uploads/2015/Screenshot-MailPoet-eNews.jpg
    2) After the subscription I can't see any message... just the page reloads. In MailPoet (without eNews Extended) appears the message like "Thank you for you subsription........".

    Is there any simple way just to make the subscription form centered?..

    July 17, 2015 at 8:30 am in reply to: MailPoet subscription form in Genesis Hooks #159657
    Tanya
    Member

    Thank you.
    I've tried eNews extended plugin. I didn't like it. And it works only for sidebar, right?
    I need the subcription form to be after every single post.

    February 7, 2015 at 11:33 am in reply to: Category Blog Page – How not to display the new category in the sidebar #140036
    Tanya
    Member

    And I also forgot to add that I don't want these new posts to be displayed in the blog (among the other blog posts).
    Generally, I want to create a blog page which would be like a separate small blog (where I will write posts on the subject which is totally different from the blog's subjects).
    The main post will be locked (pinned) on top and the rest of the posts will be under it like small updates(news) on the same subject.

    October 26, 2014 at 7:56 am in reply to: Home Featured widgets (or header/home image) in Balance child theme #129272
    Tanya
    Member

    Thank you for your help!

    October 26, 2014 at 7:41 am in reply to: Home Featured widgets (or header/home image) in Balance child theme #129270
    Tanya
    Member

    It worked perfectly! Thank you so much!

    Maybe it would be better also to remove this light grey background behind this pic. Could you advise how to do that?
    Thanks again!

    October 26, 2014 at 7:01 am in reply to: Home Featured widgets (or header/home image) in Balance child theme #129266
    Tanya
    Member

    Should I replace only this part

    .home-featured-left {
    	float: left;
    	width: 480px;
    }

    with your code

    .home-featured-left {
        float: left;
        width: 960px;
    }
    
    .home-featured-left img.centered, .home-featured-left .aligncenter{ margin: 0 auto;}
    
    .home-featured-right{display: none;}

    ??

    October 26, 2014 at 6:56 am in reply to: Home Featured widgets (or header/home image) in Balance child theme #129265
    Tanya
    Member

    Not exactly. I want it to be like here: http://tanyavega.com/wp-content/uploads/2014/10/How.jpg

    October 26, 2014 at 6:26 am in reply to: Home Featured widgets (or header/home image) in Balance child theme #129261
    Tanya
    Member

    Hi,

    On line 523 I have this:

    .header-image #title,
    
    	

    On line 527:

    display: block;

    October 26, 2014 at 5:12 am in reply to: Home Featured widgets (or header/home image) in Balance child theme #129257
    Tanya
    Member

    Hello, emasai!

    I should remove the hole this code:

    .home-featured-right {
    	background: url(images/dashes-bg.png) #d05353;
    	border: 5px solid #fff;
    	float: right;
    	font-size: 16px;
    	margin: -50px 0;
    	width: 430px;
    }
    
    .home-featured-right,
    .home-featured-right p,
    .home-featured-right h4.widgettitle {
    	color: #fff;
    	text-shadow: #a64242 -1px -1px;
    	text-align: center;
    }
    
    .home-featured-right p {
    	font-size: 16px;
    	margin-bottom: 20px;
    }
    
    .home-featured-right .widget {
    	margin: 35px;
    }
    
    .home-featured-right h4.widgettitle {
    	font-size: 26px;
    	margin-bottom: 20px;
    }
    
    .home-featured-right input[type=text] {
    	-moz-box-shadow: inset 0 1px 2px 1px #eee;
    	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
    	background: #fff url(images/email-icon.png) no-repeat 16px 15px;
    	border-bottom: none;
    	border-left: 1px solid #963c3c;
    	border-right: none;
    	border-top: 1px solid #963c3c;
    	box-shadow: inset 0 1px 1px 1px #eee;
    	color: #bbb;
    	font-family: Verdana, Arial, Tahoma, sans-serif;
    	font-size: 9px;
    	padding: 14px 15px 14px 45px;
    	text-transform: uppercase;
    	width: 180px;
    }
    
    #home-featured .home-featured-right input[type=submit] {
    	background: url(images/email-button.png) no-repeat !important;
    	border: none;
    	font-size: 0;
    	height: 28px;
    	margin: 0 0 0 15px;
    	line-height: 0;
    	text-indent: -9999px;
    	width: 26px;
    }

    Am I right?
    And then I should change the home-featured-left width to 960px instead of 480, right?

    October 9, 2014 at 3:25 pm in reply to: Home Featured widgets (or header/home image) in Balance child theme #127275
    Tanya
    Member

    Ok, see now http://tanyavega.com/ - Here I use only one widget (home-widget-left) and it naturally fills only it's area (so it's onle one half of whole this block). I need it to kinda fill both widget areas (so the whole block like I showed here http://tanyavega.com/wp-content/uploads/2014/10/How.jpg).

    What did you mean saying "make it full width 960px" ? How can I make it full width? - That's what I actually want (to be it in full width).
    Now the picture itself is 1200 px. I can change it to 960px but it wont change the situation (it still will fill only half of the area I need).

    September 22, 2014 at 11:14 am in reply to: Using Titled Galleries by JetPack plugin with Balance Child Theme #125333
    Tanya
    Member

    Thank you so much, braddalton! It worked perfectly! 🙂

    July 18, 2014 at 8:49 am in reply to: How to change header menu font? #114798
    Tanya
    Member

    Here is a screenshot how it was before: http://tanyavega.com/wp-content/uploads/Header-menu-font-before.jpg
    You know, I just chose the another font (Century Gothic), now it's OK, it doesn't look bold. I also change the font of post titles to Century Gothic, now I like it better.

    Thank you very much for your help!

    July 17, 2014 at 2:33 pm in reply to: How to change header menu font? #114732
    Tanya
    Member

    Thank you. I added font-family: Helvetica, 'Lora', Georgia, "Times New Roman", Times;
    Now I have this in my style.css:

    .menu-primary a,
    .menu-secondary a,
    #header .menu a {
    	color: #222;
    	display: block;
    	padding: 6px 15px 5px;
    	position: relative;
    	text-decoration: none;
    	font-family: Helvetica, 'Lora', Georgia, "Times New Roman", Times;
    }

    The font is changed. BUT unfortunately, the letters became bold. Do you know what code should I add to make these letters normal?

    Thanx in advance.

    July 16, 2014 at 6:23 am in reply to: How to change header menu font? #114512
    Tanya
    Member

    Thank you for suggestion. Unfortunately, it didn't help...

    July 16, 2014 at 5:02 am in reply to: Balance Child Theme sidebar pictures issue #114500
    Tanya
    Member

    The thumbnail width must be 280px - yes, not 210.

    July 16, 2014 at 4:46 am in reply to: Balance Child Theme sidebar pictures issue #114499
    Tanya
    Member

    Ah, the bad thing that now every uploaded picture automatically creates his own small copy in Uploads folder.... That's why I put there all zeroes and there have to be zeroes.

    Maybe someone can suggest another solution how to make the right size of thumbnails in sidebar?? maybe directly throug Balance Theme editing...

    July 16, 2014 at 4:38 am in reply to: Balance Child Theme sidebar pictures issue #114498
    Tanya
    Member

    Thank you, Lauren!
    I had all zeroes there. http://tanyavega.com/wp-content/uploads/Media-settings.jpg I actually thought about changing these dimensions of thumbnails but I also thought but it should be OK with thumbnail sizes by default (because Balance Theme has his own settings) so I supposed that there is another way to make the size of thumbnails to be right (through Balance Theme).
    Anyway, I changed the dimensions, maybe be this is the rightest way. And now it's OK.
    Thanx again!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 30 total)
1 2 →

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