tonyzomba
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHP wizz needed. Display subcategory of a custom taxonomy.Hey i have an update…. With the following code but depth changed to “2” i get in the list all the Countries and Cities as subcategories.
<div class="input"> <?php $args = array( 'show_option_none' => _d('Select city',402), 'orderby' => 'name', 'order' => 'ASC', 'hide_empty' => 0, 'echo' => 1, 'selected' => $city, 'hierarchical' => 1, 'name' => 'city', 'id' => 'city', 'class' => 'city', <strong>'depth' => 2,</strong> 'taxonomy' => 'people-from', 'hide_if_empty' => false ); wp_dropdown_categories( $args ); ?> </div>Now the question is what do i change in this table to get rid of the Countries in my dropdown list?
Forum: Fixing WordPress
In reply to: Google meta description problemTo get re-indexed almost instantly, create a post about the page in G+ and twitter.
Forum: Fixing WordPress
In reply to: Problem with images displaying (thumbnails)Hooray! You are a lifesaver! It did the trick π
Thanks for the valuable suggestion, saved me loads of time πForum: Fixing WordPress
In reply to: Problem with images displaying (thumbnails)Okay so i tryied creating a post with the images in library nothing worked. Created new post with new uploaded images and works fine. Sad that i will have to go all over again uploading all. But at least found a way around it. Its a problem with the images uploaded, not with the theme.
Forum: Fixing WordPress
In reply to: Problem with images displaying (thumbnails)Checked now, nothing
Forum: Fixing WordPress
In reply to: Problem with images displaying (thumbnails)i tryied adding a www to the src and the link opens normal. Now the point is, how do i change this in the theme?
Forum: Fixing WordPress
In reply to: Problem with images displaying (thumbnails)This is the theme i use http://themeforest.net/item/expression-photography-responsive-wordpress-theme/2855595
Forum: Fixing WordPress
In reply to: Problem with images displaying (thumbnails)Okay some more info,
I created the whole site when was on http://mysite.com, now i move to http://www.mysite.com and what i found out is… The images are being pulled fromYou see anything wrong here? The …..timthumb.php?src=http://mysite.com/wp-content/uploads/2014/12/311079616586419397152319571938551398782.jpg&h=500&w=31 is without a WWW.
What i get when i try to open the link is a 403 error
Forum: Fixing WordPress
In reply to: Problem with images displaying (thumbnails)Okay so i tried regen thumbs it dont work, if you giv me your e-mail i could send you the site so you have a look.
Forum: Fixing WordPress
In reply to: Problem with images displaying (thumbnails)Cannot share link unfortunately, will try regen thumb, n see if it fixes the problem. Thanks for your reply π
Forum: Themes and Templates
In reply to: How to modify pre-made search filters in a theme.Yes i have tried using firebug, and i am still not getting it.