cmykrgbb
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Disable] Fatal error upon activationI don’t know what PHP version I have on my server. It’s Siteground shared, so I guess the latest.
Thanks for the help.
Forum: Plugins
In reply to: [Widget Disable] Fatal error upon activationHi,
Thanks for the quick answer. I’m running the last version of the plugin and WordPress 4.5.3.
Disabling all plugins except for this one gets the same error message. I’ve also tried to unsintall, install again, same result.
Installing and activating seems to work ok. When you click on the settings to configure it, the error appears. Screenshot: https://imgur.com/7U7Oqb3
Hope this info helps.
Hi Nate,
Thanks for the quick reply. All solved using Loco Translate as you suggested.
Thank you!
I am looking for the same answer here. If I find something, I’ll let you know, but there must be some code you can apply using IF conditions or similar, ie. ‘show raptor editor only IF is_page ’13, 18, 64’.
I know nothing about coding or html anyway..
Forum: Fixing WordPress
In reply to: Page title is repeated in some pagesWordPress SEO by Yoast. Try this:
– Open Appearance>Editor>Header.php and on the first lines look for<title>STUFF</title>
– Replace it with the simple<title><?php wp_title(' '); ?></title>
– De-activate WordPress SEO plugin on the Plugins page
– See if the problems is still present. If not, it’s Yoast’s plugin that’s causing it.Hope that helps!
Forum: Fixing WordPress
In reply to: Page title is repeated in some pagesI have just de-activated Yoast’s plugin and problem solved, so this answers my question. I think it’s time to move to All-in-One SEO.
Thank you for your help
Forum: Fixing WordPress
In reply to: Page title is repeated in some pagesIf I do that, then switch back again, is there any risk of errors, broken links or anything?
I have been working on this theme for a long time and there are plenty of custom coded stuff and plugins.Forum: Fixing WordPress
In reply to: Page title is repeated in some pagesNo. I figured it would be an error affecting WordPress general settings, regarding page titles or the database, and not specifically the theme. I am going to send them an email right away though. Just in case. Thanks
Forum: Fixing WordPress
In reply to: Page title is repeated in some pagesHey thanks for your quick answer!
It’s a themeforest one called ‘Care‘. Version 2.
It is actually pretty good and has been working fantastic. I’d say it’s well coded. I don’t know at which point it started behaving like that really, or where to look because there is no plain html to modify.Would you suggest removing Yoast’s plugin and see what happens?
Cheers!
Hi there,
First of all, thank you so much for creating this plugin for people with no programing abilities at all like me. Very useful.
I am having a problem where everything seems ok, except I am not getting any new data created on capsule.
PHP is 5.3, curl enabled, and forms are capsule enabled (Options>Advanced). So everything seems to be OK and working , but no new profiles are created in my CapsuleCRM account at all.
I think the problem might be with the field labeling. Some fields are in Spanish, although the Admin Labels are all set in English, so that capsule can recognize them.
You can find the log files here.
Thanks in advance!