2bearstudio
Forum Replies Created
-
Thank you @destac. I think I just duplicate the settings on both side to make sure it doesn’t interfere with WooCommerce.
Forum: Plugins
In reply to: [GD bbPress Attachments] No uploadingI misunderstood the “Include JS & CSS” setting, and disabled it at first try. Apparently, it is required. Hope this helps.
We have to “Click here to find out what’s new!” to dismiss the annoying notification. The normal “dismiss” doesn’t work.
I agree. This is too much.
Forum: Plugins
In reply to: [GD bbPress Attachments] No uploadingNever mind, figured it out. I made a mistake in setting.
Forum: Plugins
In reply to: [The Events Calendar] Google Maps not showing up@jens Guess that relates to the version of the Enfold theme used on your website. Anyway, glad it works for you too.
Cheers!
Forum: Plugins
In reply to: [The Events Calendar] Google Maps not showing up@jens Your are using Enfold theme too?!
Okay, here is where you do. Open avia.js in the theme’s js subfolder, find and replace
‘href*=#’ with ‘href=\\#’.So you need to do a find and replacement. This expression appears 3 times in the file.
Forum: Plugins
In reply to: [The Events Calendar] Google Maps not showing upThank you, @brian for the quick response.
Yes, the problem is resolved by removing the javascript error. It caused by the theme update. The expression should be ‘href*=\\#’ instead of ‘href*=#’
In terms of recommendation, I understand the rule. But seems the problem is same, “Google map isn’t showing up”.
Anyway, appreciate your help.
Forum: Plugins
In reply to: [The Events Calendar] Google Maps not showing upOne more confirmation. No more Google Map on single event page after 4.5 update.
Events calendar version: 4.1.2
Forum: Fixing WordPress
In reply to: Security question, site was hacked, AGAINThank you @sterndata for the advice.
Forum: Fixing WordPress
In reply to: Security question, site was hacked, AGAINThank you @sterndata for the reply.
I have asked my client to do so, but it didn’t happen. The client also refused to upgrade to latest WP version, because a code upgrade in the theme is required to compatible with 4.4.
Add something interesting into the mix, the client ordered a HackAlert Malware Monitoring service from hosting company S, and he actually received a report yesterday saying the site was clean. But the site was hacked 2 weeks ago (by checking the timestamp).
Forum: Fixing WordPress
In reply to: update my theme and lost designSorry, seems can’t help you more beyond this point.
Forum: Fixing WordPress
In reply to: update my theme and lost designHave you re-checked the settings?
Forum: Fixing WordPress
In reply to: update my theme and lost designI don’t understand the language, but I can see your homepage. Is that the page referred as main page which you cant’ see?
Forum: Fixing WordPress
In reply to: update my theme and lost designShare a link?
Forum: Fixing WordPress
In reply to: 500 Internal Server Error on postingI would do this to understand more about what is happening:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true );