robgnyc
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-EMail] Nothing Happing on submitSure. There is an email link at the bottom of this page:
https://www.myriskadvice.com/best-practices/client-screening/
Here is a username and password to access:
[ redacted, please do not put up a password like that it only makes it harder to support you in these forums ]Thanks that worked. Great support. Great plugin.
I added this but it doesn’t seem to be working.
The site is at:
https://ogletree.mediumstudios.com/
And link that launches the Fancybox comes off of the “Contact” submenu item (Blog Home About Contact) below the main blue menu bar.
Added code exactly as written but modified for my mailto which is activated by the “I Agree to Terms” button.
<a onclick="javascript:parent.$.fancybox.close();return true;" href="mailto:[email protected]?subject=Comments for Ogletree Deakins Blog">
Any help would be much appreciated.
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Buttons on top, nav buttons closer inThanks. Would have been banging my head against a wall all day on that.
I didn’t realize the my style.css file wouldn’t superseded the default styles.
Moved the meteor-style.css into my theme directory and got it working exactly how I wanted.
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Buttons on top, nav buttons closer inAdded these fixes (thanks) which bring the buttons to the top but it doesn’t seem to respect that 15px padding. The slides are still flush with the top:
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Buttons on top, nav buttons closer inSure:
https://www.iabc.kramerdesign.com/
When I view the source I’m not seeing the absolute positioning but in Firebug I see:
<div class=”mslide mslide-1″ style=”position: absolute; top: 0px; left: 0px; display: block; z-index: 4; opacity: 1; width: 854px; height: 176px;”>
above the first slide which explains why I can’t get my buttons to sit above it.
Forum: Themes and Templates
In reply to: Want to edit posts page template when I have a static homepageThis worked. Just to follow up with what I did:
Changed the name of the template that my homepage was using to homepage.php from home.php (also changed the name of the template at the top of the template php file).
Went into WP and had my static homepage use the template homepage.
Set my blog posts page to use my news page.
Set the news page to use the default template.
Renamed my news template to home.php.
Re-uploaded home.php.
Basically your blog page uses the template home.php which is your default template I guess.
Forum: Themes and Templates
In reply to: WP Custom Menus Show as Selected on Child PagesThat seemed to work. Thanks so much.
Forum: Themes and Templates
In reply to: WP Custom Menus Show as Selected on Child PagesThanks for the quick reply. They are already styled:
/* you-are-here styles */
#pagebar li.current_page_item > a,
#pagebar li.current_page_parent > a,
#pagebar li.current_page_ancestor > a,
#pagebar li.current-cat > a,
#pagebar li.current-menu-ancestor > a,
#pagebar li.current-menu-item > a,
#pagebar li.current-menu-parent a {
background: url(images/buchcanan-menu-on.jpg) repeat-x;
color: #56a0d3;
text-decoration: none;}
The styling works when you are on the page, just not when you are on the child. I can make it work by dragging the child below the parent in the menus screen but then it generates a drop down which I don’t want.
So I either need to automatically have the parent highlighted on the child page or to be able to suppress the drop down when the child is under the parent in the menus screen.