Icons are missing from Visual Editor

After a few more days of frustrating testing, I managed to track the issue down to the External Links Rewrite option in Siteground’s Site Tools, under SSL options. When HTTP Enforce is enabled with the optional External Links Rewrite option (being able to see these changes virtually immediately in the browser requires a Force Refresh, … Read more

Weird space in footer only in single.php when there are comments?

If you’re running the Video Download Helper in your browser, try disabling that, and it will likely disappear. If it does, this also explains why it’s not on every page. Not every page will have that type of media, and what’s tricky is that it will not show up in View Source at all. Also … Read more

Post images are not displayed on the front page

Something that generates the image links is broken. You are not getting a valid src attribute in the title tag. The result is: <p class=”thumb”> <a href=”http://paper-backgrounds.com/red-grunge-concrete-texture-3/” title=”Red Grunge Concrete Texture”> <img src=”undefined” alt=”Red Grunge Concrete Texture” height=”132″ width=”236″> </a> </p> Without that src attribute the image can’t load. As you don’t post the code … Read more

Meta Query doesn’t works as espected

Mariolex, Have you tried using meta_query? I wrote something quick and untested but it may do the trick: $args = array( ‘post_type’ => ‘posts’, ‘showposts’ => ‘-1’, ‘meta_query’ => array( array( ‘key’ => ‘pickup_address’, //meta_key ‘value’ => ’43 Longview Drive, Papamoa’, //meta_value ‘compare’ => ‘LIKE’, //compare ), ), ); $query = new WP_Query( $args ); … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)