• 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

deck2deck

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 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • April 6, 2014 at 9:25 pm in reply to: Permalinks issue #98801
    deck2deck
    Member

    Try using Notepad to make an empty file and call it php.ini. Upload this file into the wp-admin folder. I had the same issue and that solved it for me.

    Other things to try if the above doesn't work:

    Make sure the following code is included in your .htaccess file:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    OR just delete the .htaccess file altogether (or rename it to .htaccessOLD)

    Also make sure that your host has rewrite_module enabled

    Good luck, I struggled with permalinks on several of my sites until I discovered the php.ini trick. I have no idea why or how it works, it just did for me. 🙂

    April 6, 2014 at 9:14 pm in reply to: Changing the custom Header Size in Executive Pro Theme #98799
    deck2deck
    Member

    smcdonell: Try this post, he mentions changing values (after changing the default header size) to make the new header mobile responsive: http://wpsites.net/web-design/add-full-width-header-image-to-executive-pro-theme/

    Hope it works, good luck!

    November 19, 2013 at 1:34 pm in reply to: Minimum Pro: Paypal donate button being forced will site width? Huge & Pixelated #74226
    deck2deck
    Member

    Never mind -- problem apparently solved?

    June 25, 2013 at 11:22 am in reply to: How to make background transparent but photos not? #47679
    deck2deck
    Member

    This is an example of the look I'm going for (this is not my site; it's simply a visual on what I'm trying to accomplish):


    http://www.allaboutlionel.com

    As you can see, the body background is transparent so that the background image shows through; however the images on the site are not transparent. This is what I'm trying to achieve.

    Can anyone help? Thanks in advance!

    June 25, 2013 at 9:26 am in reply to: How to make background transparent? #47664
    deck2deck
    Member

    OK, thanks for trying. I'm not adverse to paying for help, but I got burned last month with paid help through this forum (I think it was actually a Copyblogger employee!) so now I'm reticent to go that route. I want to try it this way first; if I can't find a fix then I may come back to you. Do you have a way for me to IM you?

    Thanks again for trying! I will repost as a new issue.

    June 23, 2013 at 4:50 pm in reply to: How to make background transparent? #47376
    deck2deck
    Member

    Greetings one more time!!

    Unfortunately, that idea didn't work. I'm sure I probably did something wrong; I'm just learning CSS and a lot of it doesn't make sense to me.

    I did experiment with it all week, trying different scenarios and locations with this code but couldn't make it work. I did succeed in making my home page disappear!! LOL

    Anyway, I've started over and changed themes to see if that would make it work and that didn't either, so I'm asking for your help one more time. Thank you so much for your patience! Maybe someone else will see this post and will benefit from it as well.

    I'm now using Landscape (which I like better anyway). Here's a link: http://deck2deck.com/wp/?page_id=8

    Thanks!!

    June 18, 2013 at 1:57 pm in reply to: How to make background transparent? #46608
    deck2deck
    Member

    Thank you SO much for your help so far!!  This has all worked beautifully (I used the custom body class on each page to adjust to suit) and it all looks great.

    I have one new issue, however: I discovered that when I insert an image onto any of these transparent pages, the image is transparent as well!  That does cause a problem for me.

    How to fix?  I would like the background transparent -- as it is now -- but any images added to keep their original 100% opacity.

    Thanks for any help you can provide!  I'm learning a lot and I appreciate your assistance!

    May 13, 2013 at 7:50 pm in reply to: How to move text widget with css? #40795
    deck2deck
    Member
    This reply has been marked as private.
    May 8, 2013 at 10:25 am in reply to: How to make background transparent? #39906
    deck2deck
    Member

    Awesome!!  Thank you, that worked beautifully.  I used .8 and that gave me the effect I was going for.

    Do you know if it's possible to change the opacity on a per-page basis?  i.e. have one level for the front page, and a more opaque effect on all the subpages?  Or maybe have a different background pic on each subpage so that it's not quite as distracting as the front page?

    I appreciate your willingness to help.

    January 20, 2013 at 4:53 pm in reply to: How to make header image hotspot? #13353
    deck2deck
    Member

    OK thanks.  The image mapping on the second tutorial shows how to do it on an html page, which I can already do... I need to do it in .php (more specifically, in WordPress/Studiopress).

    I really appreciate you trying to help!  I've been wrestling with this beast for the better part of a week (searching forums, trying to find an answer).  So frustrating!!  I'm sure it can be done but I'm surprised at how difficult it's proving to be to find instructions.

    Anyone else out there have any ideas?

    January 20, 2013 at 2:30 pm in reply to: How to make header image hotspot? #13320
    deck2deck
    Member

    Thank you Susan... where in the functions.php file did you put the code?  I tried it at the end and it broke my site... gave me a syntax error.

    Also I was wanting to link only a portion of the image -- not the whole thing.  I want a 'hotspot'... do you know how to do that?

     

    January 19, 2013 at 7:57 pm in reply to: How to make an image map? #13196
    deck2deck
    Member

    Additional info:  I found this post which seems to solve the issue:

    http://www.studiopress.com/support/showthread.php?t=7507

    BUT not for me, as I don't seem to have a header.php file with the theme I am using (Metric).  Or if I do have that file, I can't find it.

    With the absence of that file, does anyone know how I can modify these instructions to fit my theme and make it work?

     

  • Author
    Posts
Viewing 12 posts - 1 through 12 (of 12 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