whis
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Excel Internet Query to Export to Excel Not WorkingHi,
In the end someone else made a fix – I don’t know the details of it but he knew better how to manipulate excel. I’m sorry i’m not able to help you more.
Forum: Plugins
In reply to: [Contact Form DB] Excel Internet Query to Export to Excel Not WorkingHi,
Thank you for your help with this. I followed your suggestion, and tried many different techniques suggested by google, but nothing worked! In the end we’ve gone for a different solution altogether, but thanks a lot for your help. This is a great plugin, the problem is with my excel.
Forum: Plugins
In reply to: [Contact Form DB] Excel Internet Query to Export to Excel Not WorkingThank you for getting back to me!
Yes it’s the completely standard WP login page, no changes have been made to it at all.
The username/ password combo I’m using is administrator level.
Forum: Plugins
In reply to: [Max Mega Menu] Possible to style individual panel widthGreat news, thank you for the quick response!
Forum: Plugins
In reply to: [W3 Total Cache] Deactivating plugin gives 404 error on webpagesHi,
Thanks for your help with this.
The problem was caused by permission levels of the back end of the website – w3 total cache was struggling to deactivate itself it automatically.
To fix it i had to deactivate the plugin, then manually remove everything from wp-content/cache file, then rewrite the htaccess file.
Forum: Plugins
In reply to: [W3 Total Cache] Deactivating plugin gives 404 error on webpagesHi,
Thank you for your help.
Destac, I don’t know how to refresh the permalinks, is it technical?
Saravananct, I gave it a go but it doesn’t seem to work. On the specific “Page Cache” settings tab I unticked all of those options, and emptied the cache. However as soon as I disable page cache on the “General Settings” tab my pages disappear again.
Is this what you meant to do?
Forum: Plugins
In reply to: [Slider by 10Web - Responsive Image Slider] XSS VulnerabilityOk great, thank you.
Update: issue fixed. error was due to functions php registering the wrong version of jquery.
Thanks for your help.
Hi,
Thank you for getting back to me!
wp_head() and wp_footer() are correct.
I used “inspect element in chrome” and found that the menu is not displaying because #responsive-menu is still set to left:-75% and display:none. If i change these then it appears perfectly.
I also looked at firebug like you said and it says there is an error, specifically it says TypeError: $RMjQuery(…).on is not a function
about this line:
<script>var $RMjQuery = jQuery.noConflict();$RMjQuery( document ).ready( function(){$RMjQuery( document ).on( 'click tap', function( e ){if( !$RMjQuery( e.target ).closest( '#responsive-menu, #click-menu' ).length ){closeRM()}});var isOpen = false;$RMjQuery( document ).on( 'click', '#click-menu', function(){!isOpen ? openRM() : closeRM()});function openRM(){$RMjQuery( '#click-menu #RM3Lines' ).css( 'display', 'none' );$RMjQuery( '#click-menu #RMX' ).css( 'display', 'block' );$RMjQuery( '#responsive-menu' ).css( 'display', 'block' );$RMjQuery( '#responsive-menu' ).addClass( 'RMOpened' );$RMjQuery( '#click-menu' ).addClass( 'click-menu-active' );$RMjQuery( '#responsive-menu' ).stop().animate({left: "0"}, 500, 'linear', function(){isOpen = true})}function closeRM(){$RMjQuery( '#responsive-menu' ).animate({left: "-75%"}, 500, 'linear', function(){$RMjQuery( '#click-menu #RMX' ).css( 'display', 'none' );$RMjQuery( '#click-menu #RM3Lines' ).css( 'display', 'block' );$RMjQuery( '#responsive-menu' ).css( 'display', 'none' );$RMjQuery( '#responsive-menu' ).removeClass( 'RMOpened' );$RMjQuery( '#click-menu' ).removeClass( 'click-menu-active' );isOpen = false})}$RMjQuery( window ).resize( function(){if( $RMjQuery( window ).width() > 700 ){if( $RMjQuery( '#responsive-menu' ).css( 'left' ) != '-75%' ){closeRM()}}});$RMjQuery( '#responsive-menu ul ul' ).css( 'display', 'none' );clickLink = '<span class=\"appendLink\">▼</span>';clickedLink = '<span class=\"appendLink rm-append-active\">▲</span>';excludeList = '.current-menu-item, .current-menu-ancestor, .current_page_ancestor';$RMjQuery( '#responsive-menu .menu-item-has-children' ).not( excludeList ).prepend( clickLink );$RMjQuery( '#responsive-menu .page_item_has_children.current-menu-item' ).prepend( clickedLink );$RMjQuery( '#responsive-menu .page_item_has_children.current-menu-ancestor' ).prepend( clickedLink );$RMjQuery( '#responsive-menu .menu-item-has-children.current-menu-item' ).prepend( clickedLink );$RMjQuery( '#responsive-menu .menu-item-has-children.current-menu-ancestor').prepend( clickedLink );$RMjQuery( '#responsive-menu .page_item_has_children' ).not( excludeList ).prepend( clickLink );$RMjQuery( '#responsive-menu .menu-item-has-children.current_page_ancestor' ).prepend( clickedLink );$RMjQuery( '#responsive-menu .page_item_has_children.current_page_ancestor' ).prepend( clickedLink );$RMjQuery( '.appendLink' ).on( 'click', function(){$RMjQuery( this ).nextAll( '#responsive-menu ul ul' ).slideToggle();$RMjQuery( this ).html( $RMjQuery( this ).hasClass( 'rm-append-active' ) ? '▼' : '▲' );$RMjQuery( this ).toggleClass( 'rm-append-active' )});$RMjQuery( '.rm-click-disabled' ).onDoes anything stand out as not working?
Thank you for your help, it’s really appreciated.
Forum: Plugins
In reply to: [Max Mega Menu] No dropdowns appearing (flyout or mega menu)Hi Tom,
Thanks for getting back to me. I’m afraid i can’t get it online until it’s completely functional, so i’ll have a look for overflow:hidden and a more thorough look through everything and hopefully i’ll find it.
Thanks for your help,
Whis.