Riversatile
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Cycle] [Plugin: WP-Cycle] Cycle Images enlarged/stretched when changedHi,
Make sure your images are the same dimensions than the WP-CYCLE settings (wordpress settings panel)
Make sure the CSS attributes that correspond to “Rotator DIV ID” you’ve chosen are corrects
Forum: Fixing WordPress
In reply to: Internal Server Error after moving to new serverURL ?
Forum: Fixing WordPress
In reply to: Div not floating next to, instead goes underneathYou should redo everything from 0 and think about organizing your CSS class/id.
Forum: Fixing WordPress
In reply to: Why doesn't my theme have a category page?Hi,
Paste this in your archives.php file :
<h4>Archives by category :</h4> <div style="margin-left: 30px;"> <ul> <?php wp_list_categories('show_count=1&title_li='); ?> </ul> </div>That’s it !
This will show category on your archives page.Forum: Fixing WordPress
In reply to: Internal Server Error after moving to new serverWhat do you means ‘moved server’ ?
Forum: Fixing WordPress
In reply to: my site not displaying google adsense in side bar of sub topicYou can go to my website Riversatile.fr
You’ll see that on the main page, I have 3 ads. Not 4. count well !
And if you go to a post page, you’ll see that I have 3 ads again. never 4 ads.Forum: Fixing WordPress
In reply to: Internal Server Error after moving to new serverWhat sort of thing have changed from before to now ?
domain name ? wordpress root folder name ? wp-config content ?Forum: Fixing WordPress
In reply to: my site not displaying google adsense in side bar of sub topicHi Toxicpls,
You must know that Google Adsense limits to 3 the numer of ads in a page !
As you can see on your ‘posts’ page, there are already 3 ads that are working and you ask your website to display 4 ads. You have 1 ad at the top and 2 ads at the BOTTOM of each post’s entry. So you’ve reached the limit of 3 ads in your page !However, your sidebar ad is working on your main page because you have only 2 ads loaded ! 1 at the top and 1 in the sidebar.
So, in your post.php template, you should remove one ad from the bottom of post’s entry, like that, the ad in the sidebar will load and work fine 😉 You’ll have more money like this.
Cheers,
RiversatileForum: Fixing WordPress
In reply to: Internal Error 500 (theme is causing it)It’s a very very very strange theme !
I had to recover my entire database ! Pffff !!! But nothing lost for me.Forum: Fixing WordPress
In reply to: Internal Error 500 (theme is causing it)Your theme is a shit ! It redirect me to rccorporation.com everythime !
There is something wrong, really !Forum: Fixing WordPress
In reply to: how to replace the logo.png.You want to replace the text “Virus Free LIVING” by your logo ?
But which way you’ll take to place the image ? With CSS style ?Yes, upload it using FTP.
Forum: Fixing WordPress
In reply to: Selected Custom Page Template -> Still Displays Default TemplateOK, in this kind of case, the thing I do is to place the name of the file inot the PHP file.
For exemple :
In INDEX.PHP, I paste :
<!-- PAGE: INDEX.PHP - APPEAR FADE -->
In PAGE.PHP, I paste :
<!-- PAGE: PAGE.PHP - APPEAR FADE -->
In 404.PHP, I paste :
<!-- PAGE: 404.PHP - APPEAR FADE -->Like that, when I want to know on which page I’m, I’ve just to go to ‘source code’ of the page displayed, and I can see the page name where I’m 😉
This is the 1st thing to do, this will help you in the future.
When you’ve check that you’re really on PAGE.PHP instead of your Template PHP file, you can advise, check what’s wrong etc…
Forum: Fixing WordPress
In reply to: Internal Error 500 (theme is causing it)DL start now
Forum: Fixing WordPress
In reply to: how to replace the logo.png.You’ve already changed Header from .PNG to .JPG ?
http://virusfreeliving.com/wp-content/themes/atahualpa/images/header/header6.jpg
Forum: Fixing WordPress
In reply to: "www" in the URL is missedThat’s it !