laling
Forum Replies Created
-
For example…
If you share this post, it’ll show the featured image on Facebook.
https://www.junavalove.com/nsv-day-13/But it won’t share the featured image on this post.
https://www.junavalove.com/whole30-day-22/Forum: Themes and Templates
In reply to: If Sidebars Are Active PHP ConditionsNevermind! I just solved my own problem. I just needed a few hours to get my head out of the gutter. lol
This is the right condition code…
if ( is_active_sidebar( 'footer-1' ) || is_active_sidebar( 'footer-2' ) || is_active_sidebar( 'footer-3' ) ) { blah blah blah here... }
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Socials Icons OnlyI’ll have to retouch my stylesheet. Uuugghhh. Hahaha
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Socials Icons OnlyOh I see! The whole %s thing had to be included. Okay. Thank you!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Socials Icons OnlyThey’re both jetpack. 1 is the social menu and 2 is the social widget. I was trying to experiment with both of them. Do you have any idea on how to make the widget icons display side by side?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Socials Icons Onlyhttps://www.junavalove.com/wptest
When I look at the source code, there’s a span tag with the CSS class screen-reader-text. Is there any way to remove the span text/tag without touching the plugin’s core files? Is just like it to be icons displayed side by side from eachother. I removed the text thru CSS but just wondering if there’s a way possible to override the function. I’m developing a theme and trying to make it Jetpack ready.
Forum: Themes and Templates
In reply to: ExcerptIs there a way to apply them to manual excerpts?
I’d like to make use of the excerpts feature in a theme that I’m scrapping up.
Forum: Themes and Templates
In reply to: WordPress Site Icon HelpSame here I’d prefer just the certain codes that I need. But since those lines of code is part of the wp_head and wp_footer, I just leave it. I do know that the wp_footer adds in the admin bar on the top of your blog when you’re logged in. And the wp_head is for the site title and favicon.
Forum: Themes and Templates
In reply to: [Modality] Hiding the theme name in the footer creditsTry adding this to your css.
.copyright-wrap .right { display: none; visibility: hidden; }
Forum: Themes and Templates
In reply to: WordPress Site Icon HelpI may be wrong, but I’m guessing it may be in the wp head.
Add the code below in between the head tags of your template.
<?php wp_head(); ?>
Add the code below in the footer.php file.
<?php wp_footer(); ?>
Forum: Fixing WordPress
In reply to: Password protect half of a postThanks Michael! But what I’m trying to do is only protect a paragraph or sentence out of a post. I was thinking maybe it could be done using shortcodes for example. I found some plugins, but they’re outdated and for older WP versions.
Forum: Themes and Templates
In reply to: CSS Class Brackets?Thank you Paul! The links are a good place for me to refresh my mind. Much appreciated!
Forum: Themes and Templates
In reply to: Making wp_list_pages NOT a ListOkay the bullets are gone. But now, how do I get the page links under the word ‘Content’? Just like how the others look. Here’s a link, https://www.mixedvibe.net/blog
Forum: Themes and Templates
In reply to: Making wp_list_pages NOT a ListThanks so much. I’ll check it out.
Forum: Your WordPress
In reply to: An Islander’s Domain On The Netit must be the computer brightness. mine is set to medium. so its not that bright for me.