kev36663
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] jquery problems / responsive menuHello,
Just a little update
Your new menu now works on one of my websites – lockdownrockclub.co.uk – and it looks great – thank you!
however, on another – rftkpromotions.co.uk – it still looks messy… is there anything I need to do to correct this?
Forum: Themes and Templates
In reply to: [raindrops] jquery problems / responsive menuyep – tried to clear cache and use other devices
I’ve had a look on your preview version – and the preview looks fine on web, but doesn’t really work on mobile devices.
Forum: Themes and Templates
In reply to: [raindrops] jquery problems / responsive menuit’s a little worse
it’s still got + and-
but now isn’t marked as menu
Forum: Themes and Templates
In reply to: [raindrops] jquery problems / responsive menuthat would solve my problem for sure ??
Forum: Themes and Templates
In reply to: [raindrops] jquery problems / responsive menuI’m not sure what you mean on the first points.
For a prettier menu.
Something like the hamburger (3 lines) which when clicks causes the menu to slide out – that’s a lot cleaner to use. Some other themese use this as default, otherwise it’s a case of looking for a plugin like Responsive Menu.
On a computer, the raindrops menu looks fab, but the “+ menu -” isn’t so great.
Forum: Themes and Templates
In reply to: [raindrops] jquery problems / responsive menuI’ve since tried other/similar plugins and run into the same problem.
There’s something in some update somewhere has knocked it out – but there’s not been new version(s) of the plugin released since I went from working fine to not working fine.
I spoke to the plugin author who suggests it’s wordpress not calling jQuery – although things I was trying from there were not working.
It also affects 3 sites on 2 different hosts so not likely to be a hosting issue.
is it just a copy paste of the below I need to insert into my functions file?
function wp_enqueue_script( $handle, $src = '', $deps = array(), $ver = false, $in_footer = false ) { $wp_scripts = wp_scripts(); _wp_scripts_maybe_doing_it_wrong( __FUNCTION__ ); if ( $src || $in_footer ) { $_handle = explode( '?', $handle ); if ( $src ) { $wp_scripts->add( $_handle[0], $src, $deps, $ver ); } if ( $in_footer ) { $wp_scripts->add_data( $_handle[0], 'group', 1 ); } } $wp_scripts->enqueue( $handle ); }
and any particular location – I’m struggling to find where the offending functions above are called.
Forum: Themes and Templates
In reply to: [raindrops] jquery problems / responsive menuthank you for this. I should point out my knowledge in coding is limited – I rely heavily on plugins and off-the-shelf settings.
The page seems easy enough to follow – but, for example, in which file(s?) do I place the code?
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] no longer respondingthis does seem odd
I added this to my functions.php
function include_jQuery() {
if (!is_admin()) {
// comment out the next two lines to load the local copy of jQuery
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js’, false, ‘1.8.3’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘include_jQuery’);this should include it – but – it’s now not loading on my PC, but still loading on my phone, but, the plugin still isn’t working
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] no longer respondingah, sorry – I did a little googling and found what you meant and I thought differed
OK, found it on the console – the next headache is I’ve no idea how to fix it – many suggestions I’ve also found via google seem to be right
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] no longer respondingyeah, nothing really flags up
Forum: Fixing WordPress
In reply to: page isn't workig, unable to handle requestI ended up reinstalling wordpress and starting again.
Not the best solution.
Forum: Fixing WordPress
In reply to: page isn't workig, unable to handle requestNo – can’t access wp-admin
My webhost has retrieved the error logs for me
[Mon Apr 18 22:50:27 2016] [warn] mod_fcgid: stderr: PHP Fatal error: Cannot redeclare popuplinks() (previously declared in /home/linnas02/r/rftkpromotions.co.uk-1084771352/user/htdocs/wp-includes/formatting.php:2710) in /home/linnas02/r/rftkpromotions.co.uk-1084771352/user/htdocs/wp-includes/deprecated.php on line 3734
[Mon Apr 18 22:50:52 2016] [warn] mod_fcgid: stderr: PHP Fatal error: Cannot redeclare popuplinks() (previously declared in /home/linnas02/r/rftkpromotions.co.uk-1084771352/user/htdocs/wp-includes/formatting.php:2710) in /home/linnas02/r/rftkpromotions.co.uk-1084771352/user/htdocs/wp-includes/deprecated.php on line 3734Forum: Themes and Templates
In reply to: [Theme : Raindrops] Header Image in wrong positionmanaged to get there via resizing, seems ok for now
thanks
Forum: Themes and Templates
In reply to: [Theme : Raindrops] Header Image in wrong positionThanks,
I’ve retried that on https://www.lockdownrockclub.com
It looks better (I can see the full header in both Chrome and IE)However, there’s large black space to the right and the header is too tall.
(I’ve then tried again with some of the smaller and theme suggested sizes, but the weird cropping issue still happens)