Manny (emanweb)
Forum Replies Created
-
Forum: Plugins
In reply to: [Elementor Website Builder] Does not work with Responsinator toolThis issue is probably because of your webserver security settings. Do a inspect element on these pages and see if you see an error like:
Refused to display “URL” in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’. http://www.responsinator.com/:1
If you are running NGINX then need to find a setting like:
more_set_headers “X-Frame-Options : SAMEORIGIN”;
and comment it out.There’s a reason for that and I’d recommend do this only on stage or while testing your site’s responsiveness.
Forum: Plugins
In reply to: [Smash Balloon Social Photo Feed] Slow down page loadThanks for the quick response. I tried that and got a little better page load (5.7s). But still when plugin not enabled we do get 2.5s and faster. The site is https://organicelv.com
I had the same problem and the work around for me was to comment out the line 166 at class-editot.php file
// tinyMCE.activeEditor.setContent(”);Forum: Plugins
In reply to: [Smush - Lazy Load Images, Optimize & Compress Images] Site is very slowSame here, our site page load went from 2 seconds to 22.
Forum: Plugins
In reply to: [Force Login] Allow all pages and block a few.Hi Kevin,
Yes, that is what I want. I thought it could have a capability to allow all and block everything else inside URL folder like /dashboard/ or /my-account/
Thanks for the information.Forum: Plugins
In reply to: [WPSiteSync for Content] Question about CPT'sIndeed great plugin! Any estimates when the CPT add-on will be available?
The problem is (was) on all WordPress default themes as well.
Forum: Fixing WordPress
In reply to: No thumbnail image on Twitter/sporadic on FBThen the problem could be an issue with your theme. Check the HTML source code for the tags that Facebook and Twitter use. Here are what they use: https://moz.com/blog/meta-data-templates-123
Another thing you may try, backup your site and test on 2016 or 2015 default theme.Forum: Fixing WordPress
In reply to: [WooCommerce] Updating my bridge theme has caused many issuesFirst, you should ALWAYS backup your site first before doing any updates. Second, you should try in a dev/test/local environment. Once everything is sorted out then you could go to production. To help with the update issues make sure you read this first: https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7
Forum: Fixing WordPress
In reply to: How to change font and font size? – in 2016 theme.You should create a child 2016 theme and edit styles.css there.
Forum: Fixing WordPress
In reply to: Emails not sendingCheck your server mail logs for information that could help solve the problem. It could be many different things. Also, make sure your site ip address is not blacklisted that could block deliverability and send emails to spam folders.
Forum: Fixing WordPress
In reply to: deleted page still shows up in menu new pages don'tYou must edit your menu to remove the old page and add the new one. More info here: https://codex.wordpress.org/WordPress_Menu_User_Guide
Forum: Fixing WordPress
In reply to: Setup WP with blank homepage (not blog page)Just create the “homepage” page and set that to be your front page. Here’s more info: https://codex.wordpress.org/Settings_Reading_Screen
Forum: Fixing WordPress
In reply to: Renamed WordPress folder, got Warning & Fatal Error?First of all, these changes you should ALWAYS backup first. Second, try these in a local/dev/test environment.
As per solution to your problem, you may try replace in your database and files any occurrences of “successfulnessacademy” to “successfulnessinstitute”
One of the most popular tools for that is https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Again. Backup your database and files before trying this.
Forum: Fixing WordPress
In reply to: Upgraded to 4.5 and Lost "Customize" functionincrease the memory setting in your wp-config.php file:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP