brubrant
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Suite] I can’t deactivate the plugin (help please)Don’t you have the plugin used somewhere on your theme? Probably is related to that.
I would try:
– Make sure I removed any reference to CFS on the Theme and than deactivate it;
– Try to rename the plugin’s folder via FTP or File Manager (another way to deactivate it)
This has happened to me after a “site migration” and the re-install really fixed the issue for me.
Thanks k2eric.
Forum: Plugins
In reply to: [WP Bannerize] [Plugin: WP Bannerize] Cannot make ads randomI have similar problem:
Imagine I have 10 banners for a area. When I create a widget and set it to show 4 banners randomly, it only show 4 first banners, and make them random.
What I really need is that this 10 banners get “randomized”… is that possible?
I love Bannerize and this is the only feature lacking…
Forum: Plugins
In reply to: [Auto More Tag] [Plugin: Auto More Tag] Plugin is Broken!Sorry. Didn’t want to create this thread.
Forum: Plugins
In reply to: [Auto More Tag] [Plugin: Auto More Tag] It dosen't workHi anubisthejackle, thanks for your answer!
Let me explain you my context:
1) I have NOT tested the plugin for NEW posts.
2) I have a website with 1016 posts and the problem was inserting the “more tag” to this old posts.
3) After my first “save” it added the TAG to my posts, but after a change the setting and tried to uptade the place where this tags were placed I was not able…
Thanks again.
Forum: Plugins
In reply to: [Auto More Tag] [Plugin: Auto More Tag] It dosen't workDosen’t work for me either.
I try do change de settings and after hitting Update I wait a lot of time.
After it completes the process, the Tags are not where they should.
In my case:
page = post type I desire
header-interna = new thumbnail I created with the plugin
header-interna-post = thumbnail size I created.I got it Working outside the loop!
I used this code:
<?php global $wp_query; $thePostID = $wp_query->post->ID; ?> <?php if (class_exists('MultiPostThumbnails') && MultiPostThumbnails::has_post_thumbnail('page', 'header-interna', $thePostID)) : MultiPostThumbnails::the_post_thumbnail('page', 'header-interna', $thePostID, 'header-interna-post'); endif; ?>
Same happened here. After choosing only one image type to be Rebuilt, all the others got reset.. ??
Forum: Plugins
In reply to: [BuddyPress Template Pack] Doesnt Show in dashboardI have the same problem here, BUT, I’ve installed BP first.
Using Hybrid as Framework.
Any clue?
Forum: Plugins
In reply to: [Bit.ly Shortlinks] [Plugin: Bit.ly Shortlinks] Error in headerSame here.
Using WordPress 3.1 RC + Hybrid Core + Prototype
My error:
Warning: Header may not contain more than a single header, new line detected. in /home7/webtwosp/public_html/mundowp/wp-includes/link-template.php on line 2435
Forum: Plugins
In reply to: Hack to Hide Widget Titles on Front End, but NOT Backend???You could do this trough CSS.
You can use:
.widget-title { display: none; }
OU
#query-posts-X .widget-title { display: none; }
Forum: Plugins
In reply to: [Plugin: iSlidex] ErrorA have similar problem, but i’m using Hybrid Framework and WordPress 2.9.2
The error occours at same line in islidex.php and pluggable.php
Thanks for the plguin, it is all that I was looking for.