mihirx
Forum Replies Created
-
Forum: Plugins
In reply to: No. of comments not matching up with DisqusMy theme’s comments.php:?https://pastebin.com/2qy9JhJn
Please help ??
Forum: Plugins
In reply to: No. of comments not matching up with Disqusany1?
Forum: Plugins
In reply to: No. of comments not matching up with DisqusUPDATE: I tried switching to default Twenty Ten 1.2 theme & there the no. of comments was matching up. So, I think I need to edit some of my theme files to get it working. But how & what?
ps. I’m layman when it comes to coding
Forum: Fixing WordPress
In reply to: my WP site brokeseems, i hav solved it, there was a blank line in wp-config file, just removed that.
the strange thing was, it was working fine in google chrome but not on firefox!!
anyway, working properly at the moment, hope it remains the same.
-thanks.
Forum: Fixing WordPress
In reply to: 'Prev' and 'Next' buttons for images in posthttps://www.ads-software.com/extend/plugins/lightbox-2/
however, it will b a pop-up
Forum: Fixing WordPress
In reply to: Changing permalinks manually..?i gues u ver changing that thing while in posting page n not in settings.
Forum: Fixing WordPress
In reply to: Adding photos to your postswhy dont u upload via ftp?
then give the relative path in your post.
Forum: Fixing WordPress
In reply to: Changing permalinks manually..?i hope, in the settings u hav set it as:
/%category%/%postname%/
read more here:
https://codex.www.ads-software.com/Using_PermalinksForum: Your WordPress
In reply to: AVH Networks, Inc. Onlinei’m sorry but the bg image sux ??
keep it plain 1 color
Forum: Your WordPress
In reply to: Peoples opinions?just my opinion:
design is nice, but need to work on fonts, bottom text (recent tweets/navigation thing) is difficult to read
i personally like more vibrant n bright colors, this looks bland.
Forum: Themes and Templates
In reply to: Please help me centre my imageur code should look:
<div id="page"> <div align="center"> <ul class="skip"> <li><a href="#primary" title="Skip to content">Skip to content</a></li> <li><a href="#menu" title="Skip to navigation">Skip to navigation</a></li> <li><a href="#footer" title="Skip to footer">Skip to footer</a></li> </ul> </div> <div id="branding"> <h1 align="center" id="logo">Learn The Best Kept <br /> “Secrets To Online Trading”!</h1> <div align="center"> <!-- #branding --> </div> </div> <div id="content"> <div id="primary"> <div align="center"><img class="photo" src="images/photo-stock.jpg" alt="" /> </div> <div class="intro"> <h2 align="center">Secrets to Online Trading</h2> <div> <div align="center">A Special Report</div> </div> </div> <div class="the-report"> <div align="center"><img class="cover" src="images/download-book-stock.jpg" alt="" /> </div> <p align="center">Start learning the secrets of how millionaire online traders become millionaires so your money can start earning for you today by downloading your <em>FREE REPORT</em> “Secrets To Online Trading”!</p> </div> <div class="download"> <h5 align="center">Click Below To Download Your Special Report:</h5> <div align="center"><a href="https://onlinetradingprofit.com/secrts2trdngreport.pdf"> <input name="Submit" type="submit" class="form-submit" value="Download Now!" /> </a> </div> <p align="center">**Please check your desktop or downloads folder for the PDF report. If you are having trouble viewing the PDF, you might need to install the Adobe Acrobat viewer found here: <a href="https://get.adobe.com/reader/">https://get.adobe.com/reader/</a></p> </div> <div align="center"> <!-- #primary --> </div> </div> <div align="center"> <!-- #content --> </div> </div> <div align="center"> <!-- #page --> </div>
Forum: Themes and Templates
In reply to: Please help me centre my image<CENTER> your content code here </CENTER>
OR
<DIV ALIGN=CENTER> your content code here </DIV>
Hope tht helps!
Cheers
[signature removed per forum rules]
Forum: Fixing WordPress
In reply to: How to change color title when post readThe thing you posted should work:
h2.title a:visited{color: #f00; }
h2.title a:hover{color: #f00 !important; }Cheers
[signature removed per forum rules]
Forum: Fixing WordPress
In reply to: Help! All my pages have an error messagemost probably that code must be in your single.php file, I had the similar prob in my site (site address below), found the code in single.php
if not, you can search for exact text in files.
In windows, go to the folder in which all ur wp files are stored, click on search button, Enter text (eg. googlesyndication) in ” A word or phrase in file”
Cheers
[signature removed per forum rules]
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] erase fields onFocusI thot I wud help newbies like me by specifying exactly wht to replace wid wht, I was about to mess up.