Forum Replies Created
-
AuthorPosts
-
Brad DaltonParticipantBrad DaltonParticipantBrad DaltonParticipantBrad DaltonParticipantNovember 29, 2023 at 6:18 am in reply to: Essence Pro – Blog Posts Too Long – “continued reading” is not available #507765Brad DaltonParticipantBrad DaltonParticipant
The Genesis Connect for WC plugin includes archive and single product templates for using WooCommerce with Genesis which may not be needed when using Elementor as it includes its own templates.
Brad DaltonParticipantIf you haven't already figured this out, the pre_get_posts hook will enable you to do this and is the most efficient solution. You will need conditional checks to target specific cats and child cats https://developer.wordpress.org/reference/hooks/pre_get_posts/#basic-examples
Brad DaltonParticipantApril 8, 2023 at 11:29 pm in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507201Brad DaltonParticipantYou may need to change the hooks for the Jetpack code.
As for the single post navigation, the code to reposition this will depend on how its added in the first place.
Also note : Genesis Simple Hooks may override custom PHP code so deactivate the plugin of using PHP code in your functions file.
ALL code on wpsites.net is tested and works.
April 8, 2023 at 8:19 am in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507195Brad DaltonParticipantApril 8, 2023 at 1:50 am in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507189Brad DaltonParticipantBrad DaltonParticipantTest it out first using the Genesis Sample theme.
You can copy any custom CSS to the end of the child themes style.css file and any custom functions to the end of the child themes functions file.
Brad DaltonParticipantIt maybe a plugin or custom code you added in your child theme or .htaccess file. I wouldn't change anything in your DB but i would export a copy just in case. Do you have access to your WordPress Dashboard?
Have you tried renaming your plugins folder and changing child themes? It sounds like its a problem with code added to your child theme. You could make a backup and then delete it so WordPress uses the default theme.
Brad DaltonParticipantDelete the Genesis folder and upload the latest version. Also make sure you're using the latest version of WordPress.
I doubt the problem is with your SP child theme.
Brad DaltonParticipantSwitch themes to Twenty Twenty Three and see if that makes any difference.
Brad DaltonParticipantThere are 2 filters used by the genesis_do_post_title function. genesis_link_post_title and genesis_post_title_text.
Brad DaltonParticipantThanks for the positive feedback however i don't have access to private messages.
Here's more about arrays in PHP for the purests.
Brad DaltonParticipantBrad DaltonParticipantPHP code should be pasted at the end of your child themes functions.php file.
Brad DaltonParticipantCode snippets are here https://my.studiopress.com/documentation/snippets/
You can add them to a custom page template or copy and rename the landing page template.
Or try this code https://wpsites.net/genesis-tutorials/remove-header/
-
AuthorPosts