Jmwd.studio
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Calendar not clickable on mobileHi @frankremmy,
I don’t use FullCalendar, I do use a plugin from Pye-Aye Creative called Divi Events Calendar which allows your plugin to work more effectively within the Divi theme. I will contact them now and see if they can help with this issue. Thanks for your time.Hi
There are no other woocommerce plugins installed apart from WooCommerce and your plugin.The only other plugin installed is the events plugin that links it all together.
I will send a message via your link above with the information you requested.
Many thanks
Jen
Hi, I’ve updated to 5.5 and it installed. I have turned all options to off but the cart and 0 Items is still appearing in my top navigation bar, any advice?
Forum: Fixing WordPress
In reply to: Media Library Upload failI found this on another thread and it’s fixed it:
Open (functions.php)
The top line is:
<?php
Changed it to:
<?php
add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {
return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
}Forum: Fixing WordPress
In reply to: Media Library Upload failI have had the same problem since the auto update last night.
I have reinstalled WordPress 4.5.1 and am still having the same issues.
I can’t successfully upload anything to the media library – I get HTTP error. Then the image appears in the media library but is corrupt and has no value.
I had no issues with 4.5.1 yesterday!
Forum: Themes and Templates
In reply to: [Interface] how to disable the links from the sliderHi, I’ve looked at line 508 and there isn’t an ‘on’ – I’ve also deleted other things on that line and it hash’t worked – any advice would be appreciated.Thanks