• 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

slybug

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 20 total)
  • Author
    Posts
  • February 27, 2016 at 12:18 pm in reply to: Cafe Pro Background image not responsive but zooms in. #180074
    slybug
    Member

    So is there a way to stop the focus and just show the image by shrinking it
    I have tried adding a new image via css (shrunk down) and it focuses on that as well.

    very frustrating

    February 17, 2016 at 1:51 pm in reply to: Decor Logo #179262
    slybug
    Member

    I see that but I can't see it on my end. stupid cache. I must struggle with that more than anything in the world.

    I have firebug, I have done all of about config stuff and still my stupid computer caches, even looking at it in a private window still cache.

    As of now I will have to take your word for it (or image) thank you for you help

    February 17, 2016 at 12:42 pm in reply to: Decor Logo #179256
    slybug
    Member

    Still same effect

    February 17, 2016 at 9:43 am in reply to: Decor Logo #179240
    slybug
    Member

    So here is the frustrating part. I have done that.

    #header {

    margin: 0 auto;

    min-height: 220px;

    width: 1140px;

    background-image: rgba(0, 0, 0, 0) url("http://orlando-buyersagent.com/wp-content/uploads/2012/12/creamlogo.png") no-repeat scroll 2% 20%;
    }

    And it removes the background-image on load. it is there now when I use firebug to look at it is removed

    I have checked the site on two separate computers and it does the same thing.

    February 9, 2016 at 11:57 am in reply to: Cafe Pro Background image not responsive but zooms in. #178671
    slybug
    Member

    The Client didn't want the hamburger so this was my work around (and after a few days of going around if circles about it they won) do you have a better way. Yes that is what I am referring to. they want the same look as the desktop version with the full image background instead of the centering effect.

    October 8, 2015 at 4:06 pm in reply to: Cafe Pro Primary Menu #167696
    slybug
    Member

    Is there a way to change that

    October 1, 2015 at 3:53 pm in reply to: Cafe Pro how to keep background image #167191
    slybug
    Member

    I got this figured out I used a background responsive plugin and then removed the header on pages.

    March 31, 2015 at 4:34 pm in reply to: Altitude Pro page width #146310
    slybug
    Member

    There is a bunch of white space that I want to use
    http://bible.personalseo.com/product/warriors-bible/

    February 24, 2015 at 5:51 pm in reply to: Magazine Pro Responsive Menu Missing #142104
    slybug
    Member

    Thank you thank you thank you thank you..

    February 24, 2015 at 4:57 pm in reply to: Magazine Pro Responsive Menu Missing #142099
    slybug
    Member

    All most there the only issue is that the menu is expanded on load

    February 24, 2015 at 4:42 pm in reply to: Magazine Pro Responsive Menu Missing #142097
    slybug
    Member

    I am click on appearance then editing style css (like normally)

    February 24, 2015 at 4:36 pm in reply to: Magazine Pro Responsive Menu Missing #142093
    slybug
    Member

    In any case I added it this way:
    .genesis-nav-menu.responsive-menu .menu-item, .responsive-menu-icon,
    #responsive-menu-icon {
    display: block;
    }

    I also tried it by just adding the # version by itself and still nothing

    February 24, 2015 at 4:35 pm in reply to: Magazine Pro Responsive Menu Missing #142091
    slybug
    Member

    I know it is bad to do this live but even a missing menu is better than what it was when I started

    February 24, 2015 at 4:32 pm in reply to: Magazine Pro Responsive Menu Missing #142090
    slybug
    Member

    OH I have also tried disabling all the plugins and it still disappears

    February 24, 2015 at 4:26 pm in reply to: Magazine Pro Responsive Menu Missing #142088
    slybug
    Member

    This is the copy of the .js file:
    jQuery(function( $ ){

    $("header .genesis-nav-menu, .nav-primary .genesis-nav-menu, .nav-secondary .genesis-nav-menu").addClass("responsive-menu").before('<div class="responsive-menu-icon"></div>');

    $(".responsive-menu-icon").click(function(){
    $(this).next("header .genesis-nav-menu, .nav-primary .genesis-nav-menu, .nav-secondary .genesis-nav-menu").slideToggle();
    });

    $(window).resize(function(){
    if(window.innerWidth > 768) {
    $("header .genesis-nav-menu, .nav-primary .genesis-nav-menu, .nav-secondary .genesis-nav-menu, nav .sub-menu").removeAttr("style");
    $(".responsive-menu > .menu-item").removeClass("menu-open");
    }
    });

    $(".responsive-menu > .menu-item").click(function(event){
    if (event.target !== this)
    return;
    $(this).find(".sub-menu:first").slideToggle(function() {
    $(this).parent().toggleClass("menu-open");
    });
    });

    });

    it is not referring to the #responsive-menu but the .responsive-menu... I included both in the css the # version and the . version and still nothing

    February 24, 2015 at 4:12 pm in reply to: Magazine Pro Responsive Menu Missing #142082
    slybug
    Member

    OK I have done everything and still no menu...
    GRR
    I again downloaded the latest css in copied over mine (then copied back the custom style which was very little) Every thing that was missing I now confirmed it to be there and still nothing

    February 24, 2015 at 3:59 pm in reply to: Magazine Pro Responsive Menu Missing #142080
    slybug
    Member

    Sorry I meant to say that I downloaded the latest CSS and copied over mine. To try and fix this issue it so it is the latest CSS

    February 24, 2015 at 2:19 pm in reply to: Magazine Pro Responsive Menu Missing #142052
    slybug
    Member

    oh I also just recently reinstalled the style.css with the orginal one and still nothing

    July 21, 2014 at 9:10 pm in reply to: Random Posts in Category Page #115296
    slybug
    Member

    Thank you so much that is exactly what I was looking for.. You da man! I have spent a few days looking for this solution.

    July 21, 2014 at 4:22 pm in reply to: Random Posts in Category Page #115264
    slybug
    Member

    OK so I found this:

    
    <?php
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    $current_cat = get_query_var( 'cat' );
    $args = array(
    'orderby' => 'rand',
    'cat' => $current_cat,
    'paged' => $paged,
    );
    query_posts($args);
    ?>
    

    I add this to the category.php and change the
    'cat' => $current_cat
    to
    'cat' =>is_category( 'hotels-and-motels' )

    Right?

    Never done this before so I could be very wrong.

    I also have to do this for 12 different categories

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

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