trlss
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Home Slider Taking 5 seconds to loadApologies, I just needed an answer and no one at all was going to get back to me after a week!
I am using flexslider, could it be perhaps a JavaScript issue?
Forum: Fixing WordPress
In reply to: Nivoslider Image Jumping between transitionI was being stupid! No worries! ^___^ I shall check your’s out too! Thank you.
Forum: Fixing WordPress
In reply to: Nivoslider Image Jumping between transitionCan you see why mine isn’t displaying on the home page?
Forum: Fixing WordPress
In reply to: Nivoslider Image Jumping between transitionIs this for the Flexslider? As i will be using ACF as well as the repeater field.
Forum: Fixing WordPress
In reply to: Nivoslider Image Jumping between transitionThat’s ok, thanks for your help anyway.
I’m getting sick of this Nivo slider, so I’m going to give Flexslider a go instead. 🙂Forum: Fixing WordPress
In reply to: Nivoslider Image Jumping between transitionAll the images are the same size, what transitions would you recommend?
I haven’t changed the custom nivo.css style sheet and the only custom CSS in my style sheet is:
.theme-default { height: 100%; position: relative; margin-bottom: 2%; } .nivoSlider { position: relative; width: 100%; max-height: 600px; overflow: hidden; }Forum: Fixing WordPress
In reply to: Nivoslider Image Jumping between transitionI’ve looked through the support and can’t find anything. I’ve disabled my other plugins and checked to see if any other scripts might be throwing it…
Forum: Fixing WordPress
In reply to: Nivoslider Image Jumping between transitionI am using Nivo Slider it’s not a plugin you upload you manually install it within WordPress.
Forum: Fixing WordPress
In reply to: Toggle Image Linking back to old website on hoverSir you are a legend! I could just kiss you!!!!!
it’s fixed thank you so ever so much! I wasn’t even using that script so just deleted it off my server!!!!
You’ve made my day truly!!!
Forum: Fixing WordPress
In reply to: Toggle Image Linking back to old website on hoverThis is the only JavaScript used for it.
Footer:
<script type='text/javascript'> (function($) { $('#toggle').toggle( function() { $('#popout').animate({ left: 0 }, 'slow', function() { $('#toggle').html('<img src="<?php bloginfo( 'template_directory' ); ?>/images/device-icon.png" alt="close" />'); }); }, function() { $('#popout').animate({ left: -250 }, 'slow', function() { $('#toggle').html('<img src="<?php bloginfo( 'template_directory' ); ?>/images/device-icon.png" alt="close" />'); }); });})(jQuery); </script>Header:
<div id="toggle"><img src="<?php bloginfo( 'template_directory' ); ?>/images/device-icon.png" alt="Navigation"></div>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: Toggle Image Linking back to old website on hoverOk, it’s displaying this URL path once the toggle is clicked here: http://sadiemangan.co.uk/dev/wp-content/uploads/2016/06/Screen-shot-2016-06-15-at-12.26.48.png
It should be just this and is until clicked: http://sadiemangan.co.uk/dev/wp-content/uploads/2016/06/Screen-shot-2016-06-15-at-12.26.37.png
Yes it’s for devices, just minimise your window.
Forum: Fixing WordPress
In reply to: Toggle Image Linking back to old website on hoverI am using a custom theme I have made myself.
The old theme was one I created last year. I don’t understand why the toggle is redirecting back to the old website! I can’t find anything that is pointing it in that direction.
Forum: Fixing WordPress
In reply to: Toggle Image Linking back to old website on hoverOk. I’ve just run that script, it made one change to the wp_options but the toggle is still showing that annoying green background idea.
Any more ideas?
Forum: Fixing WordPress
In reply to: Toggle Image Linking back to old website on hoverI’ve changed the toggle image, renamed, uploaded again, change file path from directory to exact image URL once uploaded to media library. Not to sure what else to do.
Forum: Fixing WordPress
In reply to: Toggle Image Linking back to old website on hoverYou don’t understand, I have run this script and it’s coming back with 0 cells/tables unchanged. I do this whenever I move my websites.
So I don’t understand why it’s showing that other url.
I will try again though of course.