donneljo
Forum Replies Created
-
As you suggested I checked with my hosting support. They said it was not a hosting server issue. It was a WordPress and plugin configuration problem. Is there any more help you could provide on this please?
For others that might come across this issue, a work around is to simply put the css fix inside media query:
@media all and (max-width:980px){ #fancybox-content{ overflow: scroll !important; -webkit-overflow-scrolling: touch !important; } }
- This reply was modified 7 years, 5 months ago by donneljo.
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] Shortcode doesn’t workevents do show up in sidebar widget, but I need to list them on a page.
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] Shortcode doesn’t workyes is is installed and activated
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] shortcode not working for meOk, so what is the shortcode that works?
Forum: Plugins
In reply to: [Breezing Forms] Mixed content issues (SSL)I have the same problem. Is there a solution for this?
Forum: Fixing WordPress
In reply to: HTTP errors on media uploads after 4.5 updateartdesigner’s code is the simplest solution:
add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); } Add the above mentioned code in the functions.php of your currently active theme. I did place the code right after the "<?php ".
Thanks artdesigner!
Forum: Plugins
In reply to: [USPS Simple Shipping for Woocommerce] Node no longer existsJust installed woo-usps-simple-shipping plugin on a site I’m working on and having the exact same issue. Wonder if this could be caused by a recent WooCommerce or WordPress update. tauzenne – was woo-usps-simple-shipping working on the site previously and just started bring up this error, or has it never worked?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Navigation links disappearI am also doing some styling of the widget and will be using it in list view. I’m seeing the same issue with the “back” and “next” links disappearing when using number of events in the settings. (tile and descriptions are fine for me.)