omegaiori
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] BASE HREF Ajax not fuctionaljust to integrate your solution, the file contact-form.php is in
wp-content/plugins/contact-form-7/includesForum: Plugins
In reply to: [Contact Form 7] BASE HREF Ajax not fuctionalso useful, thanks a lot for this. worked for me 🙂
Forum: Fixing WordPress
In reply to: Adding an swf instead of a background-image in a div in the headerSORRY FOR THE MESS! THIS SHOULD WORK
i found this in the header.php
<div id="headerimg"> <a href="<?php echo get_option('home'); ?>/"></a> </div><a href="<?php echo get_option('home'); ?>/"></a>i think that’s it, but i do i substitute the jpg with the flash? do i just delete /”> and paste the code of the swf?
Forum: Fixing WordPress
In reply to: Adding an swf instead of a background-image in a div in the headerForum: Fixing WordPress
In reply to: Adding an swf instead of a background-image in a div in the headeri just can’t find it 🙁
Forum: Fixing WordPress
In reply to: Adding an swf instead of a background-image in a div in the headeranyone guys? 🙁
Forum: Fixing WordPress
In reply to: Heading 1 and 2oh no ok i solved it. i just kept
h1 {
position:absolute;
top:-5000px;
left:-5000px;
}and on the articles i just write the title again in h2 inside
thank you so much!!
Forum: Fixing WordPress
In reply to: Adding an swf instead of a background-image in a div in the headeryes i’ve seen that but on which .php file should i edit that div? that’s what i cant find 🙂
Forum: Fixing WordPress
In reply to: Heading 1 and 2the h1 should disappear on every PAGE but not in the articles (which are in the news sections)
i realised it because i just tried this
h1 {
position:absolute;
top:-5000px;
left:-5000px;
}but in the news section all the titles disappeared
Forum: Fixing WordPress
In reply to: Heading 1 and 2perfect, it’s working but i need this to work on every page. what should i add to the css to make it work on every single page?
thank you a lot you have been soooo helpful!
Forum: Themes and Templates
In reply to: News page not going where i want it tothank you so much nazieb, you solved it! 🙂