Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide featured images from second post listed on page.Hi,
You need a count function that looking for the first post to display with a thumbnail, and then the other posts will not have the thumbnail once you’re in the loop.
I found that post, perhaps it could help you.
http://wordpress.stackexchange.com/questions/13020/display-thumbnail-only-on-the-very-first-post-in-the-loopForum: Fixing WordPress
In reply to: site forwarding to 127.0.0.1 when liveHi,
What is your website URL ?
Forum: Fixing WordPress
In reply to: I make mistake in general admin settingYou couldn’t change anything using FTP.
You have to connect directly on the database server.
I can help you.Forum: Fixing WordPress
In reply to: I make mistake in general admin settingGive me the URL of your database interface and your credentials (you’ll be able to change them after).
For your information, I’m French.
Forum: Fixing WordPress
In reply to: Undeletable spam commentsHi,
The most radical way to remove them is to connect to your Database server, then identify the SPAM, then delete them all at a time.
Additionaly, protect your WordPress blog with AKISMET and BAD BEHAVIOR plugins.
Forum: Fixing WordPress
In reply to: Advise Needed – Can I use a Widget as a main page?It’s easy…
For each room, did you created a post/page ???
If you created a post/page for each room (I hope it’s the case), so you have two ways to do this.1) Put the description just below the image in the post/page (directly in the post’s body)
2) Put the description in the description field of the post/pag
I tried to make some change in my Google Chrome in local, you can change the PHP Template to display the description just on the right of the image, or just below the imageSee the final example here :
Description just on the right of the image :
http://www.monsterup.com/upload/1353939359378.pngDescription just below of the image :
http://www.monsterup.com/upload/1353939914599.pngForum: Fixing WordPress
In reply to: Advise Needed – Can I use a Widget as a main page?Hi,
It’s not good… Essentially for SEO reasons.
If I understand correctly, you want a brief description for each kind of room in ‘queensberry’ ?
Why not to create specific PHP templates that match exactly what you want ? It will be more powerfull in terms of possible features.Forum: Fixing WordPress
In reply to: I make mistake in general admin settingHi,
It’s normal !
When you’re here http://ccevangelique.org/wp-login.php, you can see in the source code that the page is trying to load the CSS file here :
http://ccevangelique.or/wp-admin/css/colors-fresh.css?ver=3.4.2But as you said, a ‘g’ is missing in the URL !!!
See the screenshot here :
http://www.monsterup.com/upload/1353937533164.pngThat’s why the page is displaying very bad π
It should be :
http://ccevangelique.org/wp-admin/css/colors-fresh.css?ver=3.4.2So this shows that you have called your website with wrong site name/URL “http://ccevangelique.or” instead of the good “http://ccevangelique.org”.
To solve this, you must go to your Database server (example: PHPMYADMIN), then go to the wp_options table, then change the value for “Site URL” and put “http://ccevangelique.org”, then Execute the SQL request to save.
Finally, retry to go to http://ccevangelique.org/wp-admin to logon.
Regards
Forum: Fixing WordPress
In reply to: One of my pages not changing when I change the templateHi,
What is the page URL ?
Forum: Fixing WordPress
In reply to: CanΒ΄t login to my WordPress SiteHi,
What is your website home page and admin section URL ?
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] only last image displayedHave your tried to change and swicth the WordPress theme temporarly ?
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] only last image displayedThere is something strange on your WordPress…
I’m using Google Chrome (latest version).Here is the URL of the source image of the first slide that appears :
http://www.bioinfokhalsamumbai.com/wp-content/themes/bioinfokhalsa/906xNxkhalsamain.png.pagespeed.ic.-gYxTmDS81.pngThis is the same thing for your Easing Slider JS script :
http://www.bioinfokhalsamumbai.com/wp-content/plugins/easing-slider/js/jquery.easing.js,qver=1.3.pagespeed.jm.A1dabUvSc4.jsWhat correspond the string at the end of these the files :
.pagespeed.ic.-gYxTmDS81.png
.pagespeed.jm.A1dabUvSc4.jsIt’s the same with Internet Explorer !
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] only last image displayedIt’s strange the both site “easing-slider” plugin doesn’t work in the same manner.
I tested the both page
http://khalsabio.mumacro.com
http://www.bioinfokhalsamumbai.com
In Google Chrome Element Inspector, I can see the direct URL of the Loader GIF image for http://khalsabio.mumacro.com, here is what I get :
http://khalsabio.mumacro.com/wp-content/plugins/easing-slider/images/indicator.gif
But not for http://www.bioinfokhalsamumbai.com/, here is what I get :
data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEB... ... ...I suspect that you are using a caching plugin your pages.
Check that.
If yes, disable the caching plugin, purge the server cache, purge your browser cache, and retry to load http://www.bioinfokhalsamumbai.com/Forum: Fixing WordPress
In reply to: Choosing wich pages will show their excerpts on homepageSorry esmi, we’ll give the solution in english when we will have found it.
Forum: Fixing WordPress
In reply to: Can't upload images..! ( error while uploading)I can’t see what is the issue…
sorry