Forum Replies Created
-
AuthorPosts
-
Brad Dalton
ParticipantBrad Dalton
ParticipantThere is none for archive pages however you could use the Header and Footer Scripts box. I assume you're using javascript?
October 4, 2022 at 8:23 am in reply to: What is the best way to replace the ‘Front Page Image’ with a video? #505934Brad Dalton
ParticipantSeptember 29, 2022 at 3:18 am in reply to: Remove post date (entry-time) sitewide and (comments-link) on homepage #505899Brad Dalton
ParticipantRemove the shortcodes from the PHP code for the entry meta you do not want to output like this.
September 28, 2022 at 8:45 am in reply to: Front Page Layout Configurations – FP Widget 6 – scaling photos #505891Brad Dalton
ParticipantSeptember 28, 2022 at 8:24 am in reply to: Remove post date (entry-time) sitewide and (comments-link) on homepage #505889Brad Dalton
ParticipantSeptember 28, 2022 at 8:21 am in reply to: Front Page Layout Configurations – FP Widget 6 – scaling photos #505888Brad Dalton
ParticipantSeptember 21, 2022 at 11:27 am in reply to: Genesis Framework does not work with OptimizePress3 ? (comments not showing) #505816Brad Dalton
ParticipantOP is a premium product which makes it hard to work out a solution that works with Genesis. I'm sure there is a why to get it working however that may take some time to troubleshoot.
Take a look in genesis > lib > structure > comments.php
September 21, 2022 at 3:44 am in reply to: How To Override/Block Independent Comment Styling By Commenters #505813Brad Dalton
ParticipantPhil
If you can disable/remove HTML tags from rendering in the comment form before comments are published then you can prevent inline styling.
I would use str_replace with the correct comment form hook. This requires testing to work out which hook and method work best.
Brad Dalton
ParticipantThe front page background images are loaded from your child themes images folder and can be removed or changed using the customizer.
September 6, 2022 at 9:10 am in reply to: Difference between Studiopress and generatepress theme? #505761Brad Dalton
ParticipantTry Genesis with the Genesis Sample child theme first and then you will find out what it's like.
Brad Dalton
ParticipantWhat do you mean by different?
If it relates to PHP, you'd need to use a plugin which detects different mobile devices and the conditional tag with 2 different outputs for desktop and mobile.
July 31, 2022 at 1:26 am in reply to: Need Post and Page Grid Block to show partial post with content formatted #505619Brad Dalton
ParticipantBrad Dalton
ParticipantJuly 13, 2022 at 9:02 am in reply to: How do I change the primary navigation font colour in the Essence Pro theme? #505555Brad Dalton
ParticipantRemember to clear caching once you add or modify CSS.
Brad Dalton
ParticipantHey Doug
Footer scripts are for js only. CSS should always go at the end of your child themes style.css file
Brad Dalton
ParticipantIf you look in your style sheet you'll find these CSS rules
.footer-widgets { border-top: 1px solid #eee; background-color: #fff; clear: both; padding: 60px 0; } .site-footer { background-color: #fff; border-top: 1px solid #eee; font-size: 15px; line-height: 1.5; padding: 30px; text-align: center; color: red; }
When i modify the value for the background-color it works and when i add a declaration for the color:red; it also works.
Brad Dalton
ParticipantJuly 6, 2022 at 11:27 am in reply to: Apply custom made header for homepage globally to entire site? (eleven40 pro) #505530Brad Dalton
ParticipantBrad Dalton
ParticipantTry the code snippets for the navigation menu https://my.studiopress.com/documentation/snippets/
-
AuthorPosts