liftyourgame
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Centering the footer textPerfect! Thanks so much once again.
Forum: Themes and Templates
In reply to: [GeneratePress] Centering the footer textAh yeah I did that because the added image was too high relative to the rest of the text (see the change I’ve left up). I’ve tried vertical-align top/middle/bottom but that doesn’t fix it. How can I make it align vertically in the center, like with the bullet point mid way up the image?
Thanks!
Forum: Themes and Templates
In reply to: [GeneratePress] Fontawesome JS render blockingAh that makes sense. Thanks!
Nevermind, I found another plugin that better suits my needs.
Forum: Plugins
In reply to: [Autoptimize] Optimising JS breaks a sliderThanks so much! That fixed the issue.
Just to follow up on using PSI, should I focus on improving the overall load time (Pingdom’s metric) rather than specific stuff Google complains about do you think? I was using it because they’re Google and so I thought they’d use those factors when ranking pages. My overall load time is OK for most pages (1-5 seconds) but I get like 55-70/100 for mobile on PSI, so I’m just wondering how much I should worry about render blocking Js and all that stuff.
Thanks!
Forum: Themes and Templates
In reply to: [GeneratePress] Adding a JS script to the footerThat did it, thanks again!
Forum: Themes and Templates
In reply to: [GeneratePress] Adding a JS script to the footerThanks so much!
One more thing, how do I get that nice space with the bullet point to the right of the GeneratePress anchor link? In this code:
`if ( ! function_exists( ‘generate_add_footer_info’ ) ) :
add_action(‘generate_credits’,’generate_add_footer_info’);
function generate_add_footer_info()
{
$copyright = sprintf( ‘<span class=”copyright”>© %1$s</span> • %3$s‘,
date( ‘Y’ ),
esc_url( ‘URL’ ),
__( ‘Site Name’,’Site Name’ )
);echo apply_filters( ‘generate_copyright’, $copyright );
}
endif;I can’t figure out what makes the ” ? “. What do I need to do?
Thanks
EDIT: this site seems to have translated some of the code I pasted to create a copyright symbol and a bullet point. However I’m still not entirely sure what code I need to duplicate to achieve the same result on the right of the Generatepress URL.
- This reply was modified 7 years, 4 months ago by liftyourgame.
Forum: Plugins
In reply to: [Yoast SEO] Unable to connect Google WebmastersGot it working, thanks for that. Issue was I had the wrong account selected. Didn’t notice before because my other listings are duplicated across accounts for some reason.
Thanks for the help.
If possible, could you point me towards a suitable tutorial? I’m not that great with HTML.
I tried using a <div> table for the first lot of products. Ironically the products now display vertically (as I want them to on mobile) but I can’t get them to display horizontally (side by side) on desktop. I’ve left the change live, if you’re able to have a quick look that would be much appreciated.