Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: tags within long page?OK… If it’s an advanced question with CODEX, it would be difficult for me to help you.
Forum: Fixing WordPress
In reply to: How to remove post image as attachment wordpress?OK… It’s more difficult now !
I think this comes from your theme.
Do like me, you can analyse with Google Chrome inspector how the attachment block is builded.
Then you will know what to change in which file of your theme.Forum: Fixing WordPress
In reply to: tags within long page?Hi,
First, ‘Pages’ don’t have tags.
So if you talk about a page that contains posts with a pagination at the top/bottom, sure you can add Tags for each posts at the top/bottom of each post.Function Reference/the tags
http://codex.wordpress.org/Function_Reference/the_tagsForum: Fixing WordPress
In reply to: How to remove post image as attachment wordpress?Hi,
Some themes manage post thumbnail automaticaly when you upload images to a post.
Is this the case ?
Do you click on “Use as thumbnail” link ?What is your blog URL ?
What is the theme name ?
Try to find an option somewhere you can disabled this features (theme option).Forum: Fixing WordPress
In reply to: Single Posts Aligned To CenterCertainly CSS issue, but I don’t know why it looks like this on the home page, and not on the posts.
Forum: Fixing WordPress
In reply to: Single Posts Aligned To CenterWaaaw ! .ru domain name !
I hope I will not be hacked after click on the URL !!!Forum: Fixing WordPress
In reply to: Drop down menu problemI don’t know this issue, and I saw you’re using a profesionnal theme which is not part of wordpress.org.
But I can suggest you to contact the VENTURA theme builder
http://omc.ticksy.com/http://themeforest.net/item/ventura-wordpress-corporate-business-theme/378380
Forum: Fixing WordPress
In reply to: Play videos from a ftp server?Hi,
First, I think your file server needs to be open to all without any credentials.
And you can use Viper’s Video Quicktags that allows you to embed a lot of things (works also on Android and Iphone) :
-
YouTube (including playlists)
- Google Video
- DailyMotion
- Vimeo
- Veoh
- Viddler
- Metacafe
- Blip.tv
- VideoPress aka WordPress.com Video NEW!
- Flickr videos
- Spike.com/IFILM
- MySpaceTV
- etc…
including Generic video files (AVI, MPEG, WMV, etc.)
Forum: Fixing WordPress
In reply to: Single Posts Aligned To CenterHi,
It depends a lot of things…
What is your blog URL ?Forum: Fixing WordPress
In reply to: 3.5 missing title when inserting an imageThis issue has been already reported to WordPress Developers
Forum: Fixing WordPress
In reply to: Label "previous" and "next" post links?Hi,
Try that… This will add ‘«« Previous Post’ and ‘Next Post »»’ above the both links.
Demo for your blog here : http://www.monsterup.com/upload/1355478461814.pngJust before %link, add :
«« Previous Post<br />
for previous_post_linkand Just before %link, add :
Next Post »»<br />
for next_post_linkLike this (copy/paste this to overwrite) :
<?php if ( is_single() ) : // navigation links for single posts ?> <?php previous_post_link( '<div class="nav-previous">«« Previous Post <br />%link</div>', '<span class="meta-nav">' . _x( '', 'Previous post link', 'skirmish' ) . '</span> %title' ); ?> <?php next_post_link( '<div class="nav-next">Next Post »»<br />%link</div>', '%title <span class="meta-nav">' . _x( '', 'Next post link', 'skirmish' ) . '</span>' ); ?>Forum: Fixing WordPress
In reply to: problem with resolutionsInstead of customize yout theme for computers/iPhone/iPad, I suggest you to use a iPad/iPhone extension that automatically transforms your WordPress website for mobile devices.
Try WPtouch for iPhone and iPad.Regards
Forum: Fixing WordPress
In reply to: WP-Lightbox 2 doesnt work correctlyHi,
I don’t know the issue with this plugin, but for your information, I use Lightbox Plus which has not any issue after upgrade to WP 3.5.
Forum: Fixing WordPress
In reply to: How to set margins on PageHi,
As usual, edit your the stylesheet called “style.css” in your theme folder.
Then, customize margin/width for the class you want the the change take effect.You may try to use Google Chrome ‘inspector’ to find out the good class to change.
Forum: Fixing WordPress
In reply to: "WWW" breaks my websiteHi,
I don’t know what is the issue, but check domain and subdomains settings in your webhost dashboard. Verify if WWW exist or not.