• 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

Tracy

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 103 total)
1 2 3 4 5 6 →
  • Author
    Posts
  • June 5, 2018 at 1:13 pm in reply to: blog posts on homepage of Education Pro #220588
    Tracy
    Member

    Thanks very much. That worked and looked much better until I noticed all the content was also removed from the other pages??.

    December 29, 2017 at 10:49 am in reply to: Text Overlay Minimum Pro Backstretch image #214929
    Tracy
    Member

    Hi, I'm also trying to do this. Can you explain how you did it please? Thankyou

    December 29, 2017 at 10:36 am in reply to: scroll button or text widget to overlay the backstretch image in Minimum Pro #214928
    Tracy
    Member

    I suppose the buttons are staying in position but what I want with this Minimum Theme is for the buttons to be hidden behind the page as it scrolls up like the image does.

    December 28, 2017 at 3:15 pm in reply to: scroll button or text widget to overlay the backstretch image in Minimum Pro #214912
    Tracy
    Member

    I've been playing with the scroll buttons and managed to relatively position within the backstretch image although I'm not sure of the css to make them stay centered for different sizes on screens
    Another question now... one of the buttons I'm playing with is to scroll to a lower section of the same page which it does but goes farther than my anchor and I would like the button to disappear or remain at the top of the page obviously.

    Thankyou

    October 30, 2016 at 10:25 am in reply to: sidebar widget titles styling #195515
    Tracy
    Member

    Yes, I've tried it's unique I'd in my CSS as nav_menu-9 but it's not working. Thanks

    October 1, 2016 at 12:13 pm in reply to: adding a logo on the left of the site title #194075
    Tracy
    Member

    I never was able to get this working

    September 24, 2016 at 8:28 am in reply to: device testing #193647
    Tracy
    Member

    Yes, thankyou. I'm playing with it right now. Works quite well.

    September 23, 2016 at 7:35 pm in reply to: device testing #193622
    Tracy
    Member

    Hi, I'm using the Decor child theme. I don't think it does include a mobile menu but I don't know for sure. This is the code

    @media only screen and (max-width: 1200px) {
    
    	#nav,
    
    	#wrap {
    
    		min-width: 0;
    
    	}
    
    	.full-width-content #content,
    
    	.wrap,
    
    	#footer,
    
    	#header,
    
    	#inner {
    
    		max-width: 960px;
    
    	}
    
    	#header .widget-area {
    
    		width: 540px;
    
    	}
    
    	#content {
    
    		width: 470px;
    
    	}
    
    	#content-sidebar-wrap {
    
    		width: 790px;
    
    	}
    
    	.content-sidebar #content,
    
    	.sidebar-content #content {
    
    		width: 630px;
    
    	}
    
    	.five-sixths,
    
    	.four-fifths,
    
    	.four-sixths,
    
    	.one-fifth,
    
    	.one-fourth,
    
    	.one-half,
    
    	.one-sixth,
    
    	.one-third,
    
    	.three-fifths,
    
    	.three-fourths,
    
    	.three-sixths,
    
    	.two-fifths,
    
    	.two-fourths,
    
    	.two-sixths,
    
    	.two-thirds {
    
    		padding: 0;
    
    		width: 100%;
    
    	}
    
    	.footer-widgets-1 {
    
    		width: 300px;
    
    	}
    
    	.footer-widgets-2 {
    
    		width: 300px;
    
    	}
    
    	.footer-widgets-3 {
    
    		width: 300px;
    
    	}
    
    }
    
    @media only screen and (max-width: 998px) {
    
    	body {
    
    		width: 100%;
    
    		margin: 0 auto;
    
    	}
    
    	
    
    	.full-width-content #content,
    
    	.wrap,
    
    	#footer,
    
    	#header {
    
    		max-width: none;
    
    	}
    
    	.archive-page,
    
    	.content-sidebar #content,
    
    	.content-sidebar-sidebar #content,
    
    	.decor-landing #inner,
    
    	.footer-widgets-1,
    
    	.footer-widgets-2,
    
    	.footer-widgets-3,
    
    	.full-width-content.decor-landing #content,
    
    	.full-width-content #content,
    
    	.sidebar,
    
    	.sidebar-content #content,
    
    	.sidebar-content-sidebar #content,
    
    	.sidebar-sidebar-content #content,
    
    	.wrap,
    
    	#content-sidebar-wrap,
    
    	#footer,
    
    	#footer .wrap,
    
    	#footer .creds,
    
    	#footer .gototop,
    
    	#footer-widgets .wrap,
    
    	#header,
    
    	#header .widget-area,
    
    	#inner,
    
    	#nav .wrap,
    
    	#sidebar-alt,
    
    	#subnav .wrap,
    
    	#title-area,
    
    	#wrap {
    
    		width: 100%;
    
    	}
    
    	#wrap {
    
    		background: none;
    
    		overflow: hidden;
    
    	}
    
    	.page .page .wrap,
    
    	.post .wrap,
    
    	#footer .wrap,
    
    	#inner {
    
    		-moz-box-sizing: border-box;
    
    		-webkit-box-sizing: border-box;
    
    		box-sizing: border-box;
    
    	}
    
    	
    
    	#inner {
    
    		max-width: 850px;
    
    		padding: 20px 20px 0;		
    
    	}
    
    	#content,
    
    	#content-sidebar-wrap {
    
    		float: none;
    
    	}
    
    	.page .page .wrap,
    
    	.post .wrap {
    
    		background: none;
    
    		width: 100%;
    
    	}
    
    	#description,
    
    	#footer .creds,
    
    	#footer .gototop,
    
    	#header .widget-area,
    
    	#title,
    
    	#title-area {
    
    		float: none;
    
    		text-align: center;
    
    	}
    
    	
    
    	.header-image #title-area,
    
    	#title-area {
    
    		margin: 0;
    
    		padding: 10px 0;
    
    	}
    
    	
    
    	.header-image #title-area,
    
    	.header-image #title,
    
    	.header-image #title a {
    
    		float: none;
    
    		margin: 0 auto;
    
    		max-width: 400px;
    
    		width: 100%;
    
    	}
    
    	#content,
    
    	#description,
    
    	#footer-widgets .wrap,
    
    	#title a,
    
    	#title a:hover {
    
    		padding: 0;
    
    	}
    
    	#header,
    
    	#nav {
    
    		background: url(images/bg-footer-widgets.jpg);
    
    		height: auto;
    
    		overflow: hidden;
    
    	}
    
    	#header .widget-area {
    
    		padding: 0 0 10px;
    
    	}
    
    	#header .searchform {
    
    		float: none;
    
    		padding: 0;
    
    		text-align: center;
    
    	}
    
    	#header .s {
    
    		margin: 0 -7px 0 0;
    
    	}
    
    #nav {
    
    	background: #89827a;
    
    }
    
    	#header .menu {
    
    		float: none;
    
    	}
    
    	
    
    	.menu-primary li, 
    
    	.menu-secondary li, 
    
    	#header .menu li {
    
    		display: inline-block;
    
    		float: none;
    
    	}
    
    	
    
    	.menu-primary a,
    
    	.menu-secondary a,
    
    	#header .menu a {
    
    		padding: 7px 12px;
    
    	}
    
    	
    
    	.menu li a .sf-sub-indicator {
    
    		top: 20px;
    
    	}
    
    	.menu li.right {
    
    		display: none;
    
    	}
    
    	.breadcrumb,
    
    	.taxonomy-description {
    
    		margin: 0 0 20px;
    
    	}
    
    	.navigation {
    
    		padding: 10px 0;
    
    	}
    
    	.page .page .wrap .right-corner,
    
    	.post .wrap .right-corner {
    
    		right: -4px;
    
    		width: 44px;
    
    	}
    
    	.post-meta {
    
    		margin-right: 0;
    
    	}
    
    	#respond {
    
    		padding: 0 20px;
    
    	}
    
    	.footer-widgets-1,
    
    	.footer-widgets-2,
    
    	.footer-widgets-3 {
    
    		margin: 0;
    
    	}
    
    	#footer .wrap {
    
    		padding: 20px;
    
    	}
    
    }
    
    @media only screen and (max-width: 400px) {
    
    	h1,
    
    	h2,
    
    	h2 a,
    
    	h2 a:visited {
    
    		font-size: 30px;
    
    	}
    
    	.post-info,
    
    	.post-photo .post-date,
    
    	.post-meta {
    
    		display: none;
    
    	}
    
    	#title {
    
    		font-size: 48px;
    
    	}
    
    	
    
    	#footer .wrap,
    
    	#inner {
    
    		padding: 5px;		
    
    	}
    
    	
    
    	.header-image #title-area a {
    
    		-webkit-background-size: 100% auto !important; /* Older Android */
    
    		background-position: center !important;
    
    		background-size: contain !important;
    
    	}
    
    #nav {
    
    	background: #89827a;
    
    }
    
    	.page .page .wrap,
    
    	.post .wrap {
    
    		padding: 20px 20px 0;
    
    	}
    
    	.page .page,
    
    	.post {
    
    		margin-bottom: 20px;
    
    	}
    
    	#sidebar .widget .widget-wrap {
    
    		padding: 66px 20px 20px;
    
    	}
    
    	#footer-widgets .enews-widget .widget-wrap,
    
    	#sidebar .enews-widget .widget-wrap {
    
    		padding: 20px;
    
    	}
    
    }
    September 23, 2016 at 9:29 am in reply to: device testing #193598
    Tracy
    Member

    yes, thankyou Christoph. It was studiopress.com/responsive/ that I was looking for. So if I can ask another question...so sorry! When you initially go to the link studiopress.com/responsive/ until you get up to 1024 width the menu is just the lines that open up the menu when you click on it. I would love to do this on my site for mobile devices. Can you lead me to doing this please? I very much appreciate your help

    September 22, 2016 at 6:16 pm in reply to: styling the header right widget area and custom menu #193561
    Tracy
    Member

    I think I've got it now. How does it look to you now? Thankyou for your help

    September 22, 2016 at 5:57 pm in reply to: styling the header right widget area and custom menu #193560
    Tracy
    Member

    Thankyou so much Christoph. That has worked just great with a bit more work on the padding however my top horizontal navigation items are bunched together now too.

    September 22, 2016 at 9:34 am in reply to: styling the header right widget area and custom menu #193530
    Tracy
    Member

    I am still asking for help with styling my custom menu in the header right area. I know I need to expand the height but I don't know the proper css to stack the items I have here. link is http://shamwari.ca

    September 11, 2016 at 9:18 pm in reply to: adding a logo on the left of the site title #193001
    Tracy
    Member

    I can't find it now... grrr

    September 11, 2016 at 8:57 pm in reply to: adding a logo on the left of the site title #192999
    Tracy
    Member

    yes I added the css and adjusted the logo to the size of my own. I changed the width of the title area in the functions file from 400 to 500. I'll give it all another go. I was also confused with the end of her tutorial speaking of the Genesis Simple Hooks which I have used before but it wasn't doing anything either so I gave up and here we are. Thanks for your replies. I'm going to try it again.

    September 11, 2016 at 8:45 pm in reply to: adding a logo on the left of the site title #192997
    Tracy
    Member

    Yes I did try that tutorial. I ended up with the lg mystery man avatar stacked on top of the title but I couldn't figure out how to adjust it and put my own logo in.

    March 9, 2016 at 8:40 am in reply to: custom background image #181001
    Tracy
    Member

    Thank you so much for your help. I've added that to my style sheet but I haven't checked on other computers yet. It definitely looks better on my mobiles now though. Thanks again!

    January 26, 2016 at 9:30 pm in reply to: Footer widgets just went missing #177646
    Tracy
    Member

    Thankyou for your reply. I tried everything. I initially had all 3 footer widgets filled with filler "stuff". In the left footer widget position I just used a simple image widget for a placeholder that I had deleted and although the middle and the right positions still had filler stuff such as meta and a text widget, they disapearred when I deleted that image. Weird. I've filled all 3 positions now and it's fine/ although I don't think right.

    September 23, 2015 at 1:13 pm in reply to: phpmyadmin password reset #166482
    Tracy
    Member

    Thankyou once again Victor. I must have spent 2 hours in phpmyadmin looking for it last night. I suspected it wasn't possible for me to change it.

    I am still mulling over you other offer

    September 18, 2015 at 10:39 am in reply to: security issues and host shutting site down #166016
    Tracy
    Member

    if this helps this is the last email from the host network solutions

    Network Solutions is committed to maintaining the highest possible security for your hosting service. As part of our ongoing monitoring, we have discovered that your usage of the hosting service is not in compliance with our Acceptable Use Policy.
    In order to protect other customers and the integrity of our hosting platforms, we have taken necessary steps to suspend your service until you have reviewed the information below and made the required updates that will allow us to reactivate your service:

    Your hosting account ## has hacked content. It appears you are running vulnerable PHP that has allowed your account to be controlled by an attacker. You will need to remove all PHP files from your hosting account and update your content to a more secure system. Failure to do so will result in your account remaining suspended.

    Example hacked content found on your account (NOTE: This is just an example and all hacked files will need removal; we cannot provide a full listing of your hacked content):

    /htdocs/wp-content/themes/metro-pro/languages/list.php

    This can be caused by code vulnerabilities in an existing content-management system (CMS) or other script that has been compromised. The most common cause is an outdated, hacked CMS such as Joomla, Drupal, or WordPress. To rectify this issue, you will need to secure your CMS. If your site is a CMS, you will need to update the code/script(s) via FTP. We will not enable web access for you to secure your compromised form(s) or site(s). If you can't update the site via FTP you will need to disable the site before we can lift any suspension, including removing ALL of the PHP content.

    We value you as our customer and we would like to be able to continue to provide services to you. Therefore, please review the steps below and proceed accordingly. You can then request to have your account re-activated by sending us an email that meets the following criteria after you have removed all PHP:

    The email must contain an explanation of why the violation occurred. If the violation occurred as a result of someone else's actions on your email or hosting platform, please provide the steps taken to secure your services to prevent future violations. This can mean removal of all PHP or using SiteLock to remove all infected files and then manually updating your CMS version(s).
    You must refer to your account in your email.
    The easiest thing to do is to reply directly to this email, ensuring your reply is going to [email protected].
    Please email us at [email protected]. Your email must meet all of the above criteria. Responses typically take 24 to 48 hours. Due to the volume of requests, if your email does not meet the criteria referenced above, Network Solutions may reject your request without a response to you. If your account is re-activated, any further complaints that violate our service agreement may result in the immediate and permanent termination of your service.

    If you have any questions regarding this specific Service Request, you can chat directly with our Technical Support team. Please be aware that our chat team cannot and will not remove suspensions, nor can the chat team request our legal team to expedite your request to have your suspension lifted. You must follow the email process outlined above. This includes any requests to update a CMS (Joomla, WordPress, etc) site; you must remove the offending content via FTP and contact the abuse team accordingly. The chat team cannot assist in finding hacked content, identifying the causes of hacks in the content, or in removing hacked content. You can chat by clicking on the following link:

    http://ts.chatwithsupport.net

    If you have any other questions please visit our comprehensive support section at http://www.networksolutions.com/support/ or contact our Support Center and refer to ticket 6000883 and a specialist will be happy to further assist you and ensure that we completely resolve your issue as quickly as possible.

    Thank You,

    August 27, 2015 at 8:50 am in reply to: woocommerce layout #163732
    Tracy
    Member

    thanks so much Victor, I will have a look

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 103 total)
1 2 3 4 5 6 →

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