mamulea
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with 4.5 upgrade ADD MEDIA not workingThe problem seems to be in the file load-scripts.php, in /wp-admin. The debug mode gives me this error: Syntax error, unrecognized expression: a[href=#toggle].
Forum: Fixing WordPress
In reply to: Problems with 4.5 upgrade ADD MEDIA not workingI confirm that the add media button does not work for me and it’s not related to any plugin. Clicking the button just doesn’t do anything, as it happens with other buttons in admin, like Screen Options or Help. There is also a problem with autocompleting fields like Tags or Taxonomy. My custom themes don’t seem to be affected, but the admin is compromised as I cannot post anything with a picture.
Might be a cache issue. Do you have a cache plugin installed?
Forum: Fixing WordPress
In reply to: custom query_posts10x a lot, that was exactly what i needed.
Forum: Hacks
In reply to: removing wp-caption divstill no idea?
Forum: Networking WordPress
In reply to: 301 redirect from www to non-www has no effectI’ve already done that and nothing. I tried to insert the two lines of code everywhere in the .htaccess file with the same result. Is it possible something is wrong with the server? Is there anything else I can try?
It works fine inside the loop, on the main blog. However, I cannot do the select when I’m outside, for example when I want to display today’s posts in the forum. Any idea?
Forum: Networking WordPress
In reply to: How to display content of another blog in your networkIf I create the /mu-plugins/ folder I dont see the plugin in the plugins page…
When I put the plugin in the /plugins/ folder I am able to network activate it and seems to work pretty fine with some exceptions: it generates multiple similar categories (for example I found 11 categoris “New York News” with slugs new-york-news-1, new-york-news-2 etc). Further more, the category in which the articles appear in the main website admin are wrong. Any idea?
Forum: Hacks
In reply to: removing wp-caption divMy code is very simple:
<div class=”entry”><?php the_content(); ?> </div>
As I said, the wp-caption div is part of the_content function, but that div still has to be shown for some posts. I only want to eliminate the picture and the caption div around it for certain posts, so I cannot make the div empty as a general rule. Is there a way to do this?Forum: Hacks
In reply to: removing wp-caption divOk, thank you for your quick answer, but how can I do this? The wp-caption div is something inside the wordpress files, automatically integrated inside the_content. How can I insert div.wp-caption:empty after a certain If statement?
Forum: Plugins
In reply to: remove “View all posts in” from the_category tagEdit the category-template.php file in wp-includes directory and delete all the “View all posts in” occurences.
Forum: Themes and Templates
In reply to: is_home in sidebar10x, it worked!
Forum: Fixing WordPress
In reply to: Multiple blog installation, single database => single feed?I installed this plugin but its not what I needed. It insers each post from feed as a new post and I dont want this to happen. All I need is A LIST of posts from feeds (for example only their titles with links) so I can dispay them anywhere on my site. But I need a single list from multiple feeds.
Forum: Fixing WordPress
In reply to: ALT for custom imageNobody knows?
Forum: Fixing WordPress
In reply to: query_posts with different databaseOk, I’ll put it some other way. How can I modify The Loop so that it reads posts from other table in the database than wp_posts?