I was wondering you could shed a light to my WordPress premium theme issue. So I have a theme that comes with visual composer plugin. I notice front-end editor is not enabled. I checked the function.php file to enable it, but the code vc_disable_frontend(); is nowhere to be found.
I contacted the author theme who advised to add vc_enable_frontend(); at the end of the file. But when I include it, I am getting errors.
I contacted the author again regarding the issues and he as since fail to get back to me. I researched on the web, it is the same steps I was asked to take.
I need it enabled for visual customisation. I can attach the function code on request.
Thanks in advance
Related
currently I'm running into this issue, where external links are automatically set to no-follow by WordPress. As of now I wasn't able to detect the source of this behaviour.
The page uses the Classic Editor (v1.6.2) Plugin - however, the problem still occurs without the use of this Plugin.
There are a bunch of other plugins installed but those are not directly involved with the post editin feature of WordPress. Are there any clues which might cause this issue?
If you need any information I can provide.
Which other Plugins are you using?
Are you maybe using RankMath or another SEO Plugin?
These have a setting to make all external links with "rel=nofollow". You would need to deactivate this or add an exceptions for specific domains.
Check the settings.
When custom theme plugin is activated is throwing an error when Im editing post.
Have tried so many things.
I have tried deactivting all others plugin , have installed the classic editor , some scripts that i found in google but none of them is working.
do you have access to wp-config.php? If so, try enabling WP_DEBUG to true, then go back to editing the post. You should now see errors appearing that can help point you towards a theme file or function that is causing the error.
My answer may sound like the typical "Make sure it's plugged in" question.. But this often helps me troubleshoot issues all the time.
Here's more information on debugging issues in WP.
Step 1 – Go to Your Plugins section
Step 2 – Add new plugin classic editor.
Step3. after installation, activate the plugin.
Now you check your issue will be solved
I was doing a routine update procedure on a WordPress website and then I just simply updated the WordPress website and everything started to fell, well all the links are now not loading from the domain itself but instead form a weird domain that seems to be like a CDN but it's actually nothing I have attached console logs so anyone can help me as the styles and all the CSS files are not loading that is making everything worse.
Thanks
The wp.com domain is owned by Automattic, a popular Wordpress commercial service provider (Wordpress.com, WooCommerce, WooThemes, and others). Are you using their plugin Jetpack ? I have been reading forum threads lately of people having similar issues and they were all using the Jetpack plugin with its CDN option enabled.
There is a setting to disable the CDN in Jetpack that may fix this issue. However, some are not able to resolve the issue this way. In this case, I've seen Automattic staff members encouraging people to file a support ticket for one-on-one support.
You are using jetpack plugin
disable CDN option
or you can paste the CSS into Appearance > Customize > Additional CSS to provide a temporary fix.
I am using Kirki framework to develop a WordPress theme. After completing the theme I tested my theme using theme check plugin. It throws an error
More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs.
The domains found are myTheme, kirki.
I ignored this issue and submitted my theme to themeforest.net but the review team asked me o solve this issue. Is there anyway i can solve this issue.
Any help would be appreciated. Thanks in advance ;)
This is the answer which I got from the support person.
Ideally you wouldn't be including kirki in your theme... You can instead require its installation as a plugin. This way your users will also get any future bugfixes and improvements simply by updating the plugin.
If you don't want to do that and insist on including Kirki in your theme, then there's nothing to worry about...
Kirki has a separate implementation for localizations when used inside a theme: https://github.com/aristath/kirki/blob/develop/l10n.php
The WPTRT team is aware of that and in fact the textdomain is whitelisted when submitting a theme in wordpress.org for exactly that reason (hybrid-core is another one that is whitelisted because they both use the same implementation).
You can point this out to the theme reviewer and link to this thread here, if there any more questions from them I would be more than happy to answer them.
If you don't want to do that either, then you can just manually go through the files and change all 'kirki' textdomains to your own.
When purchasing the Applay Application theme for wordpress it is recommended to install Visual Composer.
It looks simple enough attempting to create custom CSS, however any attempts to save the use design options
Gives an error:
Design options could not be saved. Error: error evaluating function darken:a.toHSL not a function.
Which essentially means there is an element that cannot have no color value, that is attempted to being darkened.
I searched the theme, thinking I'd done something creating a child theme, reverted it back to the parent theme and could not solve it.
Both reports of this on the support page were:
Hi, we haven’t received such complains before – please open support ticket at support.wpbakery.com and share your site credentials so our support team can help you out.
It turns out the error is due to the apptheme's author's own inbuilt theme customisation and a lack of compatibility with Visual Composer.
I received this email repsonse from the support for Visual Composer.
The issue is because there is an inbuilt version of Visual Composer (or the related code) present in your theme which is overriding the standalone plugin version and hence causing the issue. You will have to get rid of it. I would advise you to do so with the help of theme author, otherwise you might loose the extra elements added by him. Once this is done, you can install the standalone plugin and it will work fine. Kindly check.
The theme author is the one who built the theme. In your case he is: http://themeforest.net/user/leafcolor
I decided to post this, as it may help others searching for this.