ivdimova
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] I can't receive emailsYou have checked if your e-mail address is written correctly in the contact form settings, right?
Forum: Fixing WordPress
In reply to: Can't add featured imageTry to disable plugins one by one to check if some of them causes the problem
Forum: Plugins
In reply to: adsense placement in header. HELP!I understand. Try to make the adsence div float:left; too. if it doesn’t work try to play with the logo div float and inline settings. I can’t really help without to take a look
Forum: Plugins
In reply to: adsense placement in header. HELP!Give me an URL and I will try to help you with the css
Forum: Plugins
In reply to: adsense placement in header. HELP!You want to align them one to each other? Try to change the float or/and align css settings
Forum: Installing WordPress
In reply to: Multiple unique domains sharing a single databaseThe Multisite option is not working for you?
Forum: Plugins
In reply to: [S]Gallery/Slider PluginI am glad that you have found the solution
<?php if ( has_post_thumbnail() ) { $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); }?> <?php echo $url ?>
– this should work for you
<?php $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );?> <?php echo $url ?>
try this one
You want to add a link to the NextGen Gallery or to the featured image?
Forum: Fixing WordPress
In reply to: Widgets Won't load on my homepageI have no idea then. I have tried and the only way I found to don’t have sidebar on the homepage is this option to be selected and the homepage sidebar to be empty.
Forum: Fixing WordPress
In reply to: Widgets Won't load on my homepageDashboard-Graphene Options-Widget area options
Forum: Fixing WordPress
In reply to: Widgets Won't load on my homepageReally strange problem. I can see that there is option in the admin panel to enable different sidebar for the homepage, do you use it?
Forum: Fixing WordPress
In reply to: Widgets Won't load on my homepageYes, I’ve tested it with one of my installations and it is fine. May be if you don’t have a custom code in the theme you can try to update it?