kgg97
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to display recent posts with images@websprout I installed the plugin but I’m not sure how to use it. I watched the video in the link you sent and under content view settings I don’t have what is displayed in the video. Do I have to have pro?
Forum: Fixing WordPress
In reply to: How to display recent posts with imagesIt looks like this plugin is for displaying recent posts in the sidebar. I’m trying to display recent posts in the center of my homepage. Thanks!
It seems to have worked! I was able to add my site to Wordfence, and I think that is all I need to do to get set up? Thank you!
I just sent the diagnostic via email, hopefully that will go through. Thank you!
Ok so I sent the diagnostic report. Is Wordfence supposed to get back with me now with what the problem could be?
I’m confused on whether I’m supposed to install Wordfence with Cloudflare or with WordPress. If you mean with Cloudflare then the issue I’m having is that Cloudflare is blocking Wordfence.
@wfadam I do not have Wordfence on my sidebar, maybe because I haven’t been able to add my site to Wordfence yet.
@wfadam I’m not seeing the Wordfence Tools > Diagnostics page. Maybe it’s because my site isn’t added yet?
Hi @wfadam this is what I’ve been trying but isn’t working. Under Field should I be setting it to “IP Source Address”? I’ve tried this many times so I have a lot of identical firewall rules. Hopefully this is not a problem. Thank you.
Forum: Plugins
In reply to: [WP Header Images] header.php Won’t Open@fahadmahmood Okay so I have the header images set for the different menu items where I want a header but the ones other than the main menu are not showing up.
https://paste.pics/BROHH
But the more important issue is how would I go about adding text and a link to the header image.Forum: Plugins
In reply to: [WP Header Images] header.php Won’t Open@fahadmahmood Yes I have this default image option.
Forum: Plugins
In reply to: [WP Header Images] header.php Won’t Open@fahadmahmood I’m not sure what you mean by setting a default image and another image or why I should do that.
Forum: Plugins
In reply to: [WP Header Images] header.php Won’t OpenIs it possible to now edit the header image once it is already on the home page? For example, I want to put text and a link on top of the header image, but when I go to edit the home page it shows there is nothing there. It just looks like this:
https://paste.pics/BM0UU
So I can’t edit the header image because it’s not showing up on the edit page.Forum: Plugins
In reply to: [WP Header Images] header.php Won’t OpenI finally got it after trial and error of inserting the snippet into different spots and I have the header where I want it on only the home page. Now I just have to figure out how to insert a different header image on a different page. Thank you for your help @fahadmahmood @joelparker
Forum: Plugins
In reply to: [WP Header Images] header.php Won’t OpenThank you for your help everyone. I have created a child theme that I am using, so the problem I still have is that the header is on every page when I only want it on the home page. When I use this snippet:
<?php
if(is_home()){
do_shortcode(‘[WP_HEADER_IMAGES]’);
}
?>
@joelparker it gives me no header. Thanks!