april
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Weather Widget] Not showing upThis should be a sticky post, I think 🙂
Thank you, John. You were super helpful.
My issue appears to be something overlapping the links.
.cff-likebox { clear: both; }Adding this to my stylesheet cleared the problem right up.
Hi John,
Er. I’m shy. Is it possible to PM you somewhere, somehow? I just don’t want to share the link publicly, if that’s okay.
Hi John,
Weird. I can live with that.
What about the links?
Either way, the View on Facebook and Share links are just text, no link. It shows that a link is supposed to be there in the console, but it’s apparently disabled somehow.
That’s the real issue, for me 🙂
Thank you for your super quick response!
Forum: Themes and Templates
In reply to: [Sparkling] Update destroyed themeUpdate:
I was able to correct the issue by uploading the old frontpage.php file, adding a template header to it (see below), and using that as my full page templates.
For anyone else having this issue, just add this bold code to the header:
<?php
if ( get_option( ‘show_on_front’ ) == ‘posts’ ) {
get_template_part( ‘index’ );
} elseif ( ‘page’ == get_option( ‘show_on_front’ ) ) {/*
Template Name: New Full Width
*/get_header(); ?>
Okay, I don’t get it – why did this work, but nothing else??
Thank you for doing this for me. The only issue now is getting it to output into a lightbox!
I appreciate it – thank you 🙂
Forum: Plugins
In reply to: [Contact Form DB] Export data to Live Spreadsheet, with link to attachment?Are you kidding me?? How did I not see that? I’m such a spaz.
Thank you, Michael.
Forum: Plugins
In reply to: [Regions for WP Job Manager] Job regions as dropdown IS possibleAdvanced Menu Widget does this beautifully, for anyone looking.
I uninstalled and reinstalled the plugin, and I think it’s working now. I have no idea why that would work, but it evidently did.
There are no errors at all. I’ve checked every page. I can’t figure it out.
The site is under local development, so I can’t link you, unfortunately.
Thanks for your response – I appreciate it.
Forum: Plugins
In reply to: [Regions for WP Job Manager] Job regions as dropdown IS possibleHey guys, thanks for this – but where do I put these files? How do I display the list?
Forum: Plugins
In reply to: [WP Job Manager] Kills my footer when logged outThanks Mike 🙂
Forum: Plugins
In reply to: [WP Job Manager] Kills my footer when logged outI didn’t think you had, but I was extremely confused.
The page is under development on my hard drive, so I can’t send a link. I’ll get to the bottom of it. WP_DEBUG isn’t showing me anything at all, so I guess I’m good, but not good 🙂
Thanks for the quick response!
Forum: Plugins
In reply to: [iQ Block Country] I can still access my site from blocked countriesI’m okay if you say it’s working. Nothing has happened so far, and I added some stuff to my htaccess file that should fill in any gaps, so it’s fine.
I just wondered if I should be worried, but I trust that you know what you’re talking about.
Forum: Themes and Templates
In reply to: [Infinite] Mobile Menu malfunctioningYou can right-click, inspect element, find the correct CSS, and set it to display: none. Alternately, you can find the correct line in the PHP and comment it out.