Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: triable shootingOK…
Did you put some HTML into you post content “indigobatik-model-1” ?
Because if you did this and if you forgot some quotes or to close one </div> or one </p> somewhere, it could cause this kind of incomprehensible behavior !But if this could help you, I found one missing quote and a tag !
Look at your link into the post “indigobatik-model-1”, it’s incorrect !
Fix it and when you’ll refresh the page, the page will looks like “linen-fisherman-pants-8” !New Arrival - Limited Edition Handmade Batik , Ethnic design from north of Thailand Thai Cotton have a Stonewash Look After 3-4 Wash Better for more info check [Fix the link here]Forum: Fixing WordPress
In reply to: Limit Sidebar (Widgets) by length of pageHi,
What’s is your blog’s URL ?
Forum: Fixing WordPress
In reply to: Edit media preview not workingYes, you’re in the right place, sorry.
Try to compare the broken image URL/name and the new generated files in your wp-content/uploads/2012/… folder, you should see new files created after you saved the changes.
Forum: Fixing WordPress
In reply to: 404 crawl errors google webmaster toolsHi,
I never saw this kind of URL structure in WordPress…
I know http://www.your-site-com/tag/tag-example
or http://www.your-site-com/category/cat-example
but not http://www.your-site-com/tag/tag-example/cat-example ! It doesn’t make sense.
That’s perhaps you get 404 error !What’s the behavior when you go to http://www.your-site-com/category/%category_name% ?
Forum: Fixing WordPress
In reply to: Edit media preview not workingIs a little popup (even if empty) appear when you click on “Preview” ?
Forum: Fixing WordPress
In reply to: Edit media preview not workingHi,
Did you check folder permissions for the “uploads” folder :
…/wp-content/uploadsPermissions code should be “755”, but if it’s still don’t work, try with “777”.
Forum: Fixing WordPress
In reply to: Diplsying Page(s) Info/summary into anopther pageHi,
This looks like the features that offers a “Related posts” plugin like Yet Another Related Post (also called YARPP).
For each post, the page suggests some other posts with pre-defined template (a simple link with title, a simple link with thumbnail), but you request that the thumbnail, categories, title and the excerpt appear together. With Yet Another Related Post (also called YARPP), you’ll be able to create custom templates to do this !
You just need to have knowledges to manipulate the YARPP template to add the thumbnail, categories, title and the excerpt at the same time for each related post.
Forum: Fixing WordPress
In reply to: How to remove tagsYes, it’s single post and you should look for ” the_tags ” in your PHP template in the DIV id “additional_info”
Forum: Your WordPress
In reply to: Navigation on Riversatile.fr – Efficient, fast and easy browsing ?OK, Thanks.
Advice from someone else ?
Forum: Fixing WordPress
In reply to: How to remove tagsTry with ” the_tags “
Help : http://codex.wordpress.org/Function_Reference/the_tags
Forum: Fixing WordPress
In reply to: People cannot comment on my websiteHave you received my comment on Excel’s most ignored Killer shortcut #2 ”Shift+Enter” ?
Forum: Fixing WordPress
In reply to: People cannot comment on my websiteHi,
It’s because your WordPress is configured to allow comment only for Registered and logged-in users.
See this screenshot :
http://webdesign.com/files/2012/05/Screen-shot-2012-05-02-at-3.13.32-PM.png
You have to uncheck the box “User must be registered and logged-in to comment”. Then save settings and try again to post as a simple user (not registered and not logged-in user).Regards
Forum: Fixing WordPress
In reply to: triable shootingHi,
There is something wrong with DIV containers in your page.
As you can see in the screenshot below for GOOD image, the CLEAR and TABS containers are NOT included in the SUMMARY container :
http://www.monsterup.com/upload/1356950757360.pngAlthough, as you can see in the screenshot below for the BAD image, the CLEAR and TABS containers are included in the SUMMARY container :
http://www.monsterup.com/upload/1356950758373.pngwhich is so BAD ! That’s why the TABS containers width is 387px instead of 620px ! This crops your Related Products thumbnails.
Are these 2 pages use the same PHP template ??? It seems not.
Because on the BAD page, you can see a ‘CATEGORIES’ Widget, and not on the GOOD page.
This is the solution !
In your WordPress dashboard, edit “indigobatik-model-1”, then set the same Post/Page template that “linen-fisherman-pants-8”.Happy New Year buddy !
Forum: Fixing WordPress
In reply to: Change Main Navigation menu to inlineHi,
If you talk about the Header navigation menu :
First step, :
You have to grow up the width of the .site-header container ! For example 1000 px, to match the div.site-main width.Then, you should see that your Header menu going on the left of your site.
Next step :
Replace ‘Block’ by ‘Inline for .main-navigation a
and
Replace ‘Block’ by ‘Inline for .main-navigation li
and
add ‘margin-right: 5%;’ to .main-navigation liThat’s it !
Here is the Demo.Regards
Forum: Fixing WordPress
In reply to: Show backkground image on whole pageHi,
In your theme style.css, you have to disable/remove the CSS attribute ‘background’ for ‘Wrapper’ :
#wrapper { background: #ffffff; }Regards