catwingz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Quark] customizing list with bullet imageIt looks like there was an issue with the HTML when I brought it over from another site. Problem solved.
Forum: Themes and Templates
In reply to: [Theme: Quark] customizing list with bullet imageAwesome. Thanks Evan, that solved the categories issue.
That leaves the problem text widget!
Forum: Plugins
In reply to: [M-vSlider] Colored navigation indicatorsI realized I was using an older version so the half-circles are no longer an issue.
Forum: Themes and Templates
In reply to: [Theme: Quark] customizing list with bullet imageI have made progress with this. The main solution is
li { list-style-type: none; background-image: url('http://catwingzworkshop.com/wp-content/themes/quark/images/puzzle-bullet.gif'); background-repeat: no-repeat; /* background-attachment:fixed; */ background-position: 0px 4px; padding-left: 21px; margin-bottom: 10px; }but that included some entries in the sidebar I would like to exclude and, oddly, excluded a list in a text widget where I would like to display the bullets. I have been able to exclude the bullets from Recent Posts using
.widget_recent_entries li, #categories-2 { background-image: none; }but not from Categories. I have tried many style selectors for each and the solutions are eluding me.
So, to recap, I could still use help with removing the image from the Categories widget, and with adding them to the text widget, both in the sidebar. All of theses show here http://catwingzworkshop.com/services/
Thank youForum: Fixing WordPress
In reply to: Only post titles showing when there should be content tooIt turned out that the framework has internal controls that were overriding all other settings and code.
Mystery solved, if you can call it that!
Thank you
Forum: Plugins
In reply to: [WP Bootstrap Tabs] Tabs inset in page?After our off-forum emails it looked like I was going to have to contact the designers of my framework so sort out why it was breaking the CSS. Since I had another tabbed option to experiment with I sidestepped the added delay and made that work. I may revisit this later when time permits because your plugin would be better for SEO than what I have up on the site now.
Thank you for the feedback.
Forum: Plugins
In reply to: [WP Bootstrap Tabs] Tabs inset in page?I’m not sure what happened there, but the link goes to the site!
Forum: Themes and Templates
In reply to: [Eximius] Is Eximius being kept updated?Thank you, that’s what I was afraid of!
Forum: Fixing WordPress
In reply to: Fatal error blocking access to most of AdminThank you to you both. Hopefully the site owner will be more interested in regular maintenance after this!
If I try the first approach of just disabling all of the plugins, will there be things left undone that would normally be cleaned up during a regular uninstall?
I was able to resolve this by disabling and then re-enabling all of the plugins. It looks like I was correct about it not being a plugin issue. They just needed a reset.
Luckily I have a development installation of this site. It is still using WordPress 3.4.2 and the plugin is working just fine.
The public site is also only allowing posts to be tagged when in quick edit mode, so I will be contacting the developers of the Howling Dog framework in case this is an issue between the theme and WP 3.5.1
Forum: Fixing WordPress
In reply to: No "read more" in custom posts with excerptsThe relevant code begins on line 53 in the pastebin file.
thanks!Forum: Plugins
In reply to: [Plugin Name: Device Theme Switcher] Control which pages show in navigation?I’ll talk to the theme developer about it. There were some other problems as well and I ended up having to go the /m route to get it to behave properly.
At least now I know it’s a theme issue, not a plugin issue! Thanks
Forum: Fixing WordPress
In reply to: Making sticky posts full text instead of excerptsalchymyth, your suggestion worked! Thank you so much! 🙂
Forum: Plugins
In reply to: customize tag cloud results to return imagesSweet! It works. Thank you so much! Now all I need to do is get the results styled 🙂