JT
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get category title within a query block on non archive pageCan you post the entire file’s code here and explain in further detail how you want it to be displayed?
Forum: Fixing WordPress
In reply to: Categories AND Search not working properlyOk, when I select the category (any category) it works just fine. But when I type in some letters to search through the list the hit enter, I get a 404 page. So it sounds like there’s an issue with the Javascript. You might consider adding a ‘GO’ button or using a different widget for this feature. What plugin are you currently using?
Great! Happy to help.
Forum: Fixing WordPress
In reply to: Changing RSS feedI’m seeing a working RSS feed at this URL, I assume you got it working? https://loujay.co.uk/feed/
If not, can you specify what you’re trying to do with the feed that isn’t working?
Forum: Fixing WordPress
In reply to: Categories AND Search not working properlyI’m not seeing any 404 errors when I search or select categories. Any keyword or category in particular that you know for a fact doesn’t work?
Forum: Fixing WordPress
In reply to: Get category title within a query block on non archive pageIf you want to display the category title, you’ll have to insert that code as well:
<?php get_the_category() ?>
Sounds like an issue with your theme. It’s best to get in touch with the designer that built this theme so they can fix the bug for you.
In case it helps, the default theme uses this code in header.php, so it sounds like your theme is missing something here:
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
Forum: Fixing WordPress
In reply to: Facebook share posting different linksWhat plugin are you using for sharing the posts?
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Menu won't openMy cache is completely cleared and I’m using the default theme, latest WordPress, and latest plugin version. Is it working on your end?
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Menu won't openI went and downloaded the new fileset from www.remarpro.com and manually uploaded the files to my site to upgrade. The menu still doesn’t open as expected. I’m using WP 3.8.1 and Twenty Eleven theme. Any ideas?
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Menu won't openHmmm… I’m seeing version 1 in the Plugins section, and no upgrade:
Mobile Menu
DeactivateTransform your website with a user friendly, dedicated and responsive mobile menu.
Version 1.0 | By Takanakui | Visit plugin site
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Menu won't openThanks for your help! I don’t see any update in my plugins page, are the changes pushed?
Forum: Plugins
In reply to: [Sidebar Login] Settings Page Disappears On UpdateI had the same issue when upgrading recently. It turns out admin.php was removed in the latest versions. If you grab that file from version 2.4 and add it to your new plugin directory then the admin page will re-appear.
I suggest contacting your hosting company to see if they have a backup of the files from yesterday. Contact them quick though; sometimes they overwrite backups daily.
Forum: Plugins
In reply to: [BP Show Friends] [Plugin: BP Show Friends] Show only member's friendsI decided to custom-code a solution, but thanks anyhow!