th3wildcard
Forum Replies Created
-
Forum: Plugins
In reply to: [Table of Contents Plus] Table of Contents Not LinkingThanks for catching that error and your’e right, it is unrelated to the issue at hand. I’ve since disabled that particular script for now.
I’m not making any particular changes to
the_content()
or any of the content loops that I’m aware of.Forum: Plugins
In reply to: [Table of Contents Plus] Table of Contents Not LinkingForum: Plugins
In reply to: [Table of Contents Plus] Table of Contents Not LinkingThank you for responding.
Tried enabling ‘question’ and that did not change anything. Also using the latest version of Table of Contents Plus and FAQ Manager.
Not sure what else it could be.
Forum: Plugins
In reply to: [Table of Contents Plus] Table of Contents Not LinkingOkay, it seems another plugin, WordPress FAQ Manager (when the jQuery features are enabled) is interfering with the Table of Contents Plus plugin preventing the links from being created.
Suggestions?
Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] Add menu_order to Order By options?I’m having a similar issue. I am using Agentpress and Agentpress Listings, but decided to use this plugin because it has sorting and filtering features that the Agentpress Listings widget sorely lacks.
Right now, I would like to order the listings based on a custom property detail filter from Agentpress that I added, but don’t know how to add it to the Order By list.
Any help would be appreciated. Thanks!
I take it back. Unfortunately, the error is still persisting.
To be more specific, this problem is occurring on all tag and category pages.
Thank you for your help, mbigul,
I’ve applied the code, and it seems to corrected the issue.
Out of curiosity, have you dealt with an issue where widgets don’t appear on custom post type tag pages? Particularly in the footer?
Thanks!
mbigul,
Thanks for your assistance.
I have shut down all my plugins one at a time and clicked the tag link, but am still receiving the same message mentioned before.
Here are a list of plugins that are currently active, all updated to their respective latest versions:
- BackupBuddy
- CMS Tree Page View
- CSS & JavaScript Toolbox
- Cyclone Slider 2
- Display widgets
- Easy Columns
- Enhanced Text Widget
- Flexible Slider
- Gravity Forms
- NextGEN Gallery
- Pages Links To
- Promotion Slider
- Super RSS Reader
- Types – Complete Solution for Custom Fields and Types
- WordPress SEO
- WPshore Breadcrumbs
- WP UI – Tabs, accordions and more
1) 3.5.1
2) 1.3
3) PHP 5.3 / Linux
4) Quite a few. Any in particular that you know of that might cause this issue?
5) Twentytwelve modifiedSeems like that helped out a lot. Thank you very much!
What happens is, I’m on the page with the slider on. I then open or go to a new tab in Firefox to view something different for about five minutes. The issue seems to occur when I return to the tab with the slider.
Try on one of the sites I’m working on and see if you can replicate it there or not: https://nightowlpp.mmidevsite2.com
Thanks for your help! It’s a good plugin.
I have an interesting issue. When I’m using Firefox on a Mac, I open a new tab in the browser. I come back a little later and find that the other images in the loop are starting to show up beneath the current image. For some reason, it doesn’t occur in other browsers I’ve tried: Safari, FF (on PC) and IE9.
Any ideas?
Forum: Themes and Templates
In reply to: Links per Page$linkCategory doesn’t seem to be returning a value. Something wrong with my syntax? I know that c2c_get_custom(‘Category’) is returning a value after using the echo command.
Forum: Themes and Templates
In reply to: Links per PageIs there something wrong with the syntax in my code perhaps?
<?php $linkCategory = c2c_get_custom('Category'); wp_list_bookmarks('category=$linkCategory'); ?>