Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updated to version 3.5 now having editing problemsI hope there wasn’t an issue in your database !
Forum: Fixing WordPress
In reply to: Updated to version 3.5 now having editing problemsFirst, to make sure all WordPress 3.5 have been copied when you updated WordPress, you should do manually upload of all WordPress 3.5 files.
Forum: Fixing WordPress
In reply to: Images in main sidebarSo, it’s so simple !
– In WordPress, Go to “Appearances” then “Widget”.
– In the Widget page, just Drag/Drop a “Text” Widget in your side bar
as you can see here– The harder to do now, is to add some HTML text in the box that contains the 3 images.
as you can see here (for example)Each image must be added like this :
<img src="http://doonie.co.uk/wp-content/uploads/2013/01/example1.jpg" width="150px" height="100px">
Its mandatory to put the dimension of the image with the width and height.Forum: Fixing WordPress
In reply to: Link VideosI’m not sure to understand your sentence… (I’m French, sorry)
This requires to install FFMPEG on your web server first.
Forum: Fixing WordPress
In reply to: Link VideosIs embeding the same as uploading?
No, it’s not the same. You embed the file (display a video player to play your video) after uploaded it on your server.
Forum: Fixing WordPress
In reply to: Images in main sidebarIt depends what you want to do…
Do you want to add a static image or featured images that point to related posts ?Forum: Fixing WordPress
In reply to: Link VideosIn which case are you ?
– You display only a link (link mean it’s only text that point to a video file).
– You display embed player (allows you to play video files like mp4, mov, avi…)Forum: Fixing WordPress
In reply to: Link Videosbecause when i upload my videos using wordpress it is just a link. How do I make it an actual video and not a link.
…OK, that’s why I misunderstood your problem.
Me too I use .mp4
Forum: Fixing WordPress
In reply to: Center images in all postsTry to add this to the CSS rule “article img” (line 588 in your ‘Style.css’)
margin-left: auto; margin-right: auto; width: 100%;But image will be full sized.
Forum: Fixing WordPress
In reply to: Link VideosThis depends the file extension…
I don’t know ffmpeg, I presume file extension is .mpg or .mpeg ?Forum: Fixing WordPress
In reply to: New Images Not Showing in PostsYes Esmi, I saw that and updated my answer.
Forum: Fixing WordPress
In reply to: New Images Not Showing in PostsYou see, it was Jetpack !!!
lolForum: Fixing WordPress
In reply to: Robot.txtBut I think YOAST provide an option to use XML Sitemap, check this out !
Forum: Fixing WordPress
In reply to: New Images Not Showing in PostsYes, that’s it.
Forum: Fixing WordPress
In reply to: New Images Not Showing in PostsI go to “Edit Post”, click on the “Add Media” button, and then select “Insert from URL”.
Ha ! OK…
We understand now !