Forum Replies Created
-
AuthorPosts
-
Efrat
MemberHave the same issue here...
The only workaround I found is to force the use of the superfish script but this is not a long term solution (the superfish is deprecated since Genesis 2.0.0).
Would love to know how to handle this issue...Efrat
MemberThis reply has been marked as private.Efrat
MemberThis reply has been marked as private.November 10, 2013 at 11:49 pm in reply to: Upgrade to Genesis 2.0 – clearfix, float clearing and HTML5 Reset #72259Efrat
MemberHi Susan,
Thank you for your help.
I didn't get any answer to these questions...I did the upgrade to the HTML5 support to my best understanding but I am still thinking that it is a good practice to add the additional css elements (“HTML5 reset”, “Baseline Normalize”, “Box sizing” and “Float Clearing”) to the converted style.css...
I would love to help what the professional team at studiopress have to say about it...Thanks 🙂
Efrat
MemberHi Joe,
Thank you so much for your help.
Nick (from StudioPress) helped me with this issue and you won't believe what is the reason for this issue:
The quotation marks in the add_action (‘) declaration are not the standard quotation characters (')....it should have thrown a php error but it haven't..
I copied the add_action from a web page (can't remember from where) and these characters were copied from there as well.Thanks
August 9, 2013 at 6:01 am in reply to: Issue with entry-content class after upgrade to 2.0 with HTML5 support #55197Efrat
MemberI have reviewed the comparison.
Although all sites are RTL and have Hebrew you can see what I talking about.
Check the widgets at the footer where pages are displayed:
http://www.website-traffic.co.il
http://www.robi-steiner.co.ilAnother one - check the widget at the side menu:
http://www.muzicali.co.ilTo soften this issue, I have shortened the text...but longer text results in a long narrow text column next to the image.
Thanks
Efrat
MemberHi @Gary,
After the change, the post info got removed (which means that the remove_action works) but it was not added back (which means that the add_action does not work)...
thanks much
Efrat
MemberOn the same subject, can someone help me understand why this conversion does not work (it is in Streamline theme (functions.php)):
/** Relocate the post info function */
Old (which I've removed):
remove_action( 'genesis_before_post_content', 'genesis_post_info' );
add_action( 'genesis_before_post', 'genesis_post_info' );New (which I've added):
remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
add_action( ‘genesis_before_entry’, ‘genesis_post_info’ );Please help...
Thanks -
AuthorPosts