Forum Replies Created
-
AuthorPosts
-
Clive
MemberWell I have found the culprit. It is the snippet used to hide the posts made using Genesis Featured Posts.
add_action('pre_get_posts', 'wpsites_exclude_latest_post'); function wpsites_exclude_latest_post($query) { if ($query->is_home() && $query->is_main_query()) { $query->set( 'offset', '5' ); } }When It is active Every loads as the home page
Clive
MemberHi Mike,
Thanks for the suggestions. Genesis and AP do match.I am using Genesis Featured posts.
Clive
Clive
MemberHi Stang2k
If you would like to display the YouTube video at a larger size.
Go to the video in YouTube, Select share, Select Embed then Click on show more just below the embed code.
Now you can select a larger size than the default.
This will update the embed code and the video will run at the larger size on you site.Clive
Clive
MemberThanks Brad and Crissy76.
That fixed the issue on my home page.Clive
August 23, 2015 at 8:40 pm in reply to: Move or reposition directional arrows in genesis slider #163263Clive
MemberHave you tried to go to your dashboard under Genesis / Slider Settings and unselecting the Display Next / Previous Arrows in Slider? then saving the settings.
That worked for me.
CliveClive
MemberThank you Brock
-
AuthorPosts