mirroreflex
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stuck trying to insert an image into a custom homepage templatetry using this html tag for picture:
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/yourimage.gif" width="xxx" height="xxx" title="title for picture" alt="alt for picture" />Forum: Fixing WordPress
In reply to: Image auto height not working in IEmax-width has issues with explorer, try to assign a default width for pics or create more classes for different images
Forum: Fixing WordPress
In reply to: Can’t insert image into postThanks esmi – i suppose it’s like you say.
going to be unhappy cause i have to pass trough other ppl that then will contact hosting provider… damn!!Forum: Fixing WordPress
In reply to: Can’t insert image into postYes… i tried it all but nothing solves the problem… you think it’s possible that the cause is the domain name that somehow is seen by wp as an ip (209.227.239.31)?
Any way in settings my blog/site addess is the right one (http://www.connectingcultures.info/main)Forum: Fixing WordPress
In reply to: Change root directoryfrom admin panel you should go to settings and change the blog/site address to the new one, and it should fix.
If still having problems go again to settings, then miscellanous and check the uploads folder.Forum: Fixing WordPress
In reply to: How to change image format?Usually the upload panel cuts images just to make easier to see prewiev. When you insert it into the post and then you go to see the page in your blog pictures should appear as you wish.
Forum: Plugins
In reply to: Events Calendar 6.4.1 – Days of the week are incorrectI have the same problem, with events-calendar latest verion… but changing code $weekday = ($weekday + 7 – $first_day) % 7; won’t work…
Forum: Plugins
In reply to: Header that doesn’t reload with the rest of the pageThanks, i supposed ajax was the solution… but my mind is not good enough to develop something like that 😀