robhob
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vantage] Vantage Theme meta sliderI’ve come right. I deleted and reinstalled the meta slider plugin and that solved the problem.
Forum: Themes and Templates
In reply to: [Vantage] Vantage Theme meta slider@mmoni I’ve got the same problem.
Forum: Plugins
In reply to: [Audio Player] shortcode not working properlyFound this that gives a little more detail:
Forum: Plugins
In reply to: [Audio Player] shortcode not working properlyI’ve disabled the Audio Player plugin and am busy switching to the built-in audio player. The plugin is flash based and doesn’t work on mobile devices.
https://codex.wordpress.org/Audio_Shortcode
http://twelvetwo.net/wordpress-3-6-audio-autoplay/Forum: Plugins
In reply to: [Audio Player] shortcode not working properlyI’ve just had the same problem. The code that WordPress was inserting looked like this:
[audio mp3="http://kempstonrecruitment.co.za/wp-content/uploads/2013/12/temping.mp3"][/audio]The problem was fixed by changing it to this:
[audio:http://kempstonrecruitment.co.za/wp-content/uploads/2013/12/temping.mp3%5DAlso, do you self a favour and pasting the URL you’re using into your browser and see if your browser finds the file.
Forum: Themes and Templates
In reply to: Customise Appz one page themeEven though it’s a free theme?
Forum: Fixing WordPress
In reply to: Login Image AlignmentResolved
Forum: Fixing WordPress
In reply to: Login Image AlignmentThanks, all sorted.
Forum: Plugins
In reply to: [Absolute Privacy] Absolute Privacy Plugin not working at allOkay, that was me being dumb! I was viewing the site in another tab on the same browser…
Forum: Fixing WordPress
In reply to: Site blank after upgrading to 3.6Okay, I managed to fix this one! It was quite easy. I simply renamed the wp-admin and wp-includes folders and uploaded clean copies of the 3.6 zip. After testing and determining that everything worked again I deleted the old wp-admin and wp-includes folders.
Hope this helps others.
Rob
Forum: Fixing WordPress
In reply to: Site blank after upgrading to 3.6Hi Boris, just tried that but it didn’t make any difference. I’ve since figured out that I’m getting the error code: 500. I had to use a desktop browser to see that.
Forum: Themes and Templates
In reply to: Homepage Slider and Home Middle Section OverlappingGot a reply back from StudioPress. The following was suggested:
Edit the style.css file:
.featured {
height: 430px;
margin: 0 auto;
padding: 0 0 25px;
width: 910px;
}Install and run the Regenerate thumbnails plugin since you’ve changed thumbnail sizes in the slider settings: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Ended up adding this to the custom CSS:
.logo img {
margin-left: 165px;
}
@media only screen and ( max-width: 768px ) {
.logo img {
margin-left: 1px;
}
}
@media only screen and (max-width: 960px) and (min-width: 768px){
.logo img {
margin-left:75px;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
.logo img {
margin-left: 1px;
}
}@media only screen and (max-width: 480px){
.logo img {
margin-left: 1px;
}
}Forum: Plugins
In reply to: [Slideshow Gallery LITE] Slideshow not loading – Spinner Just SpinsOkay, I’ve given up on this one and gone for Slideshow instead:
http://wordpress.org/plugins/slideshow-jquery-image-gallery/It works well and doesn’t need any tinkering, well at least, not in my installation.
Forum: Plugins
In reply to: [Slideshow] First image not visibleOkay, this morning I decided that the best way to overcome this issue was to create a gif with a spinner on it and set it as the first slide. Works well now.