Forum Replies Created
-
AuthorPosts
-
Brad Dalton
ParticipantApril 8, 2023 at 11:29 pm in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507201Brad Dalton
ParticipantYou 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 Dalton
ParticipantApril 8, 2023 at 1:50 am in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507189Brad Dalton
ParticipantBrad Dalton
ParticipantTest 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 Dalton
ParticipantIt 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 Dalton
ParticipantDelete 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 Dalton
ParticipantSwitch themes to Twenty Twenty Three and see if that makes any difference.
Brad Dalton
ParticipantThere are 2 filters used by the genesis_do_post_title function. genesis_link_post_title and genesis_post_title_text.
Brad Dalton
ParticipantThanks for the positive feedback however i don't have access to private messages.
Here's more about arrays in PHP for the purests.
Brad Dalton
ParticipantBrad Dalton
ParticipantPHP code should be pasted at the end of your child themes functions.php file.
Brad Dalton
ParticipantCode 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/
Brad Dalton
ParticipantTry activating the 2022 theme and see if that fixes the problem once you update wordpress.
Brad Dalton
ParticipantFebruary 13, 2023 at 1:49 am in reply to: Removing the number of comments shown at top of post #506756Brad Dalton
ParticipantCheck the shortcode parameters for post_comments. https://studiopress.github.io/genesis/basics/genesis-shortcodes/
If it can't be done using the shortcode, you may need to modify the PHP using a filter hook or possibly use CSS to hide the count.
Brad Dalton
ParticipantThere's a function for this on line 65 in functions.php which you can remove.
February 11, 2023 at 7:08 am in reply to: Essence Pro: How to setup URL/site structure & edit form field spacing #506749Brad Dalton
ParticipantGo to Settings > Permalinks and change the structure.
Brad Dalton
ParticipantThere are many filter hooks you can use to modify the comment form in Genesis child themes.
January 18, 2023 at 11:15 pm in reply to: Error on Lifestyle Pro site – how to fix and can I no longer use this theme #506598Brad Dalton
ParticipantWhat version are you running?
Looks like the error may relate to custom code you have added to your functions file not default child theme code.
-
AuthorPosts