davidchapman1
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] misconfiguration after updateHi thanks for getting back to me regarding this issue.
Unfortunately after a test on a staging site this has not been fixed. All the styles are still not rendering correctly.
I did take some time to look into this further on a clients website after such a long time without a reply from responsive menu. I have found that you have rebuilt the menu using different id’s and classes through the structure of the main navigation eg. #responsive-menu-button > #rmp_menu_trigger-1015.
Can you please advise what is going on as I have multiple websites using this plugin and would be concerned that I need to go through them all to re build the styles the for each mobile menu!
If you could let me know if there will be any other changes that effect my menus as well most importanmtky will you be adding back the removed id’s and classes so I do not have to rebuild several webistes menus.
Thanks
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] increasing resumption intervalThanks this worked.
Forum: Plugins
In reply to: [WooCommerce] Product ThumbnailsHi Mirko
Just thought I would supply the fix after much investigation and wasted hours for others to use if needed. As stated I have debugged this but it would have been far quicker if you guys could have supplied at least some direction!
To resolve this blurred product slider thumbnail please visit: https://docs.woocommerce.com/document/image-sizes-theme-developers/#section-3
add_filter( ‘woocommerce_get_image_size_gallery_thumbnail’, function( $size ) {
return array(
‘width’ => 300,
‘height’ => 300,
‘crop’ => 0,
);
} );`Here you can change the image sizes Woocommerce crops the images to.
As this function is on the Woocommerce website it would have been great if you could have pointed me in this direction.
Forum: Plugins
In reply to: [WooCommerce] Product ThumbnailsThanks Mirko
As always that was the type answer I was generally expecting!
I guess I will debug this and get back to you, then maybe you will take a look?
Forum: Plugins
In reply to: [WooCommerce] Product ThumbnailsJust as a note the message has now finally disappeared so I would guess the regeneration is now complete.
Unfortunately no change to the image sizes and pixilation? Even if I reload the product image again or a new version for testing?
Please advise how to resolve the product image sizing issue.
Thanks
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] WARNING after update?Hi
I have been looking into this and have deactivated all other plugins as well as removed all functions from the website. I have also switched themes. Nothing changes the message is still there.
Please advise?
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] WARNING after update?Hi
Thanks for the reply.
I would assume you guys have a list of plugins that are causing conflicts with your plugin whilst you are running tests before any updates. If you could provide the list of plugins you have identified I would be grateful.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Re Captcha error?Hi
I haven’t had a reply regarding how this issue can be fixed?
I have also seen another user that has posted a similar comment here regarding the contact form failing whilst hosting with Siteground, the last comment from this user was that captcha was disabled to resolve the issue. this of course is not ideal.
Could you please get back to me regarding this issue and why contract from 7 has all of a sudden stopped working with captcha?
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Re Captcha error?Hi
Yes we are using captcha V3 as recommended and not a plug-in to revert back to V2.
I have created new V3 credentials and added them with no change.
Please advise on the next steps?
Forum: Plugins
In reply to: [Contact Form 7] Re Captcha error?Hi The staging url has captcha enabled currently and the latest contact from 7 update.
https://staging.chillijamvans.co.uk/contact/
Please advise
Thanks
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Custom Post typeScrap that I have found the connection setting in the shortcode builder!
Hi Darren
I have added:
window.almComplete = function(alm){
$( “.blog-article-container:even” ).addClass( “background-blue” );
$( “a.more-link” ).addClass( “big-button” );
$( “a.more-link” ).addClass( “hvr-sweep-to-top” );
};Which is now working correctly.
Many Thanks
Hi Darren
Thanks for the reply.
the code is:
$( “a.big-button” ).addClass( “hvr-sweep-to-top” );
$( “.big-button a” ).addClass( “hvr-sweep-to-top” );
$( “.blog-article-container:even” ).addClass( “background-blue” );I have found this is also not working on the first set of posts that load automatically, or are all posts loaded with a delay?
If you can advise I would be grateful, this has been driving me mad all morning!
I will take a look at the call back page
Thanks
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] uiSub menu Mobile on clickHi
Thanks for taking a look into this. I know form the result this is not an issue you needed to debug, as its not an issue with your plugin.
This has worked. I should have found this myself.
Thanks again
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] uiSub menu Mobile on clickHi thanks for getting back.
I did send an email with the login details on the 20th Feb. The email title is “uiSub menu Mobile on click”.
If you could check again or your junk that would be great. I have also send it agin today.
Thanks