Forum Replies Created
-
AuthorPosts
-
September 8, 2018 at 2:22 pm in reply to: Getting error in customize functionality for Cafe Pro #223070adoughertyParticipant
Thanks, Victor. I'll try that if the child-theme update doesn't take care of the problem.
Anne 🙂
September 8, 2018 at 2:21 pm in reply to: Getting error in customize functionality for Cafe Pro #223069adoughertyParticipantNope. Not custom. Just out of date. I need to download the child-theme update from June.
Thanks for the pointer!
Anne
September 21, 2017 at 7:00 am in reply to: Place title above image when using Genesis – Featured Posts plugin #211696adoughertyParticipantI thought as much. Thanks for the reply, Brad.
I'll just have to put on my coding hat.
January 4, 2017 at 2:02 pm in reply to: Change Meta Information Labels in Genesis Featured Posts Widget #198761adoughertyParticipantHi Brad,
Thanks again for the reply.
Is there a super secret way to make the feature posts widget display tags in the entry footer? As in...would I need to edit the widget?
Thanks much,
AnneJanuary 4, 2017 at 7:03 am in reply to: Change Meta Information Labels in Genesis Featured Posts Widget #198740adoughertyParticipantThat worked like a charm! Thank you!
January 4, 2017 at 6:27 am in reply to: Change Meta Information Labels in Genesis Featured Posts Widget #198735adoughertyParticipantHi Brad,
Thanks for the reply. I am, perhaps, using the incorrect terminology.
When I use the featured posts widget to display [post_tags]
it comes out using "Tagged with"
Yet because I have this code
//* Customize the entry meta in the entry footer (requires HTML5 theme support) add_filter( 'genesis_post_meta', 'sp_post_meta_filter' ); function sp_post_meta_filter($post_meta) { $post_meta = '[post_tags sep=", " before="Tags: "]'; return $post_meta; }
in my functions.php file the tags on actual posts come out with "Tags"
I'm trying to figure out how to make them both say "tags."
Any help is most appreciated.
Anne
adoughertyParticipantBrilliant, Brad! Thank you so much for the help. Worked like a charm.
April 24, 2016 at 10:10 am in reply to: Mobile menu disappearing above 441px; Desktop menu not accessible below 1024px #184330adoughertyParticipantHi Dave,
I pulled the header widget because it was messing everything up. Thanks for checking out my link, though.
Cheers,
AnneadoughertyParticipantThat worked great, Victor. Thank you for the pointer for this theme and future themes!
adoughertyParticipantWorked like I charm for me. Thank you for posting the complete, working code block!
adoughertyParticipant@antiac - Thanks! Â If by custom menu you mean something specifically for responsive, no, but that's a good thought. Â I've seen your basic menu turned into a select list for mobile versions so it's a bit like the holy grail.
@kathiemt - You're welcome!  But if course the client wants it fast and cheap.  Do they ever want it any other way? 😉Cheers,
Anne
adoughertyParticipantHi Kathie,
My client is really wedded to the Corporate theme and the customization we've done on it so I went ahead and started making the stylesheet mobile friendly. Â It's fairly easy to do (you can check the work in progress here: http://www.dcmassagetherapies.com) and you're free to swipe my mobile stuff now or once it's done.
What I'm dreading is reducing the menu to a dropdown rather than standard nav for small devices (iphone chiefly).  It will be a challenge. 🙂
Cheers,
Anne
adoughertyParticipantI, too, am trying to do this but I'm trying to convert an existing theme (Corporate) which was not designed to be mobile responsive and I ran across this: Â http://www.studiopress.com/support/showthread.php?p=614736
Did this functionality ever get implemented in Genesis?
Cheers,
Anne
adoughertyParticipant@Lori's solution worked partially for me. If you take out the z-index it messes with the stacking in the mobile version. Leaving that in but taking out the margins seems to make it work for desktop and mobile.
Caveat: Haven't tested extensively so YMMV.
-
AuthorPosts