itzsnider
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Embed code disappears (for some users) in WordPress 2.7This is the same in 2.8.
Forum: Fixing WordPress
In reply to: Widgets disappearingI did try that first. With domtabs being BEFORE the widgets I assume it doesn’t unless that tag is before the tabs.
Forum: Fixing WordPress
In reply to: Widgets disappearingYOU ARE THE MAN!!!!!
I added the wp_reset_query(); after the endwhile in my domtabs.php and we are good to go!!
THANK YOU FOR ALL OF YOUR HELP ALONG WITH YOUR AWESOME PLUGIN!!
Forum: Fixing WordPress
In reply to: Widgets disappearing<?php include (TEMPLATEPATH . ‘/domtabs.php’); ?> is what I call Alan. This is why I am a little confused.
And then within the domtbas.php I have this
<?php query_posts('cat=6&showposts=7'); ?> <?php while (have_posts()) : the_post(); ?> <li><a>"><?php the_title(); ?></a></li> <?php endwhile;?>
Forum: Fixing WordPress
In reply to: Widgets disappearingOKAY SO I FIGURED OUT WHAT IT IS.
BUT I NEED IT
The issue was with the domtabs. How can I fix this?? I assume the javascript is doing something to interfere.
The site works fine without the domtabs but I need them on my site also.
Thanks much for your help Alan
Forum: Fixing WordPress
In reply to: Widgets disappearingMy front page is not a static page and was working fine with is_home() less than 2 weeks ago
the default theme, while I don’t want to switch to this I will for testing if necessary BUT again it worked a few weeks ago.
I tried ticking reset_query and change it to is_home() and nothing is working right now.
The only thing new I use now is domtabs which is new to the site along with the poll I use.
Forum: Fixing WordPress
In reply to: Widgets disappearingOkay Alan,
Here are the details
Widget Logic plugin 0.46
Wiget is a widget with html links in it – its my sponsors page
If I put in is_home() it dissapears
When I use true it stays as normal and doesn’t dissapear.So true does work and leaves the widget in tacked.
Thanks for all of your help.
Forum: Fixing WordPress
In reply to: Widgets disappearingAM using .46 development and as soon as I add it to my existing widget which is really 4 links, they dissapear totally from the site. Still in the widget area but not working.
Forum: Fixing WordPress
In reply to: Widgets disappearingThanks Alan if you need a tester – catch me at atomic popcorn dot net
Forum: Fixing WordPress
In reply to: Widgets disappearingTested a bit further this morning, I should be doing work right now ??
Anyway, I have found that if I add any “logic” to the plugin it saves and it won’t show the entire widget on ANY page after a Control F5 to refresh the site. When go back in and remove the “logic” from the widget, and do a Control F5 it shows back up fine.
Forum: Fixing WordPress
In reply to: Widgets disappearingThe problem is still the same on the default theme as far as I can tell. I can always test on my test site. The issue for me at least was it just stopped working, I have been with this them for a few months now and it was working fine. Now it has stopped working.
I downgraded to a lower version of Widget Logic Plugin, not back to 2.7 as it was giving me issues on 2.7 also.I have had php-widget installed at one point though. I may have to clear the database of that to fix it??
Forum: Fixing WordPress
In reply to: Widgets disappearingOkay still having issues after downgrading the Widget Logic plugin. I do NOT use the php widget so that is not the issue at hand for me at least.
Widget Logic is broken – the plugin that is. That is why I am posting here.
Forum: Fixing WordPress
In reply to: Widgets disappearingI am having the same issue. The widget logic is NOT working period. As soon as I add it the widget dissapears. If I copy the code inside of the widget, create a new one and leave out the widget logic it works fine. This is BOTH on 2.7 and 2.8 code. It was happening the last 10 days or so for me. Very odd issue. I am trying to have homepage only links also and its not working well.
Forum: Plugins
In reply to: [Plugin: Advanced Excerpt] img alt tagI also need this option as it is definitely breaking my pages and looks terrible.
Anyway of helping us out?
Forum: Fixing WordPress
In reply to: Wrap a caption next to an image like thisI have figured it out – user error – I was calling the wrong css name.
Thanks all.