Tagged: category, enfold, woocommerce, Yoast SEO
-
AuthorPosts
-
April 22, 2016 at 12:14 pm #619828
Hi,
It appears that the Category pages of the Enfold theme aren’t rendering properly. Please see screenshot of general layout of a the category item admin page and specifically the Yoast SEO plugin panel where the snippet editor field isn’t even visible. This plugin is working with most other themes we’re working with at the moment.
Any ideas what is happening at the moment?
- This topic was modified 8 years, 6 months ago by prembo. Reason: Fixing up image links
April 23, 2016 at 8:50 am #620416Hey prembo,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardApril 23, 2016 at 12:49 pm #620500April 25, 2016 at 3:44 am #620938Hi Rikard,
I’ve added login details of the temporary account I’ve created for you in the original post.
Thank you.
Prembo.- This reply was modified 8 years, 6 months ago by prembo.
April 27, 2016 at 12:08 pm #622966Hey!
please upgrade to Enfold v3.5.4. Deactivate all plugins but Yoast, to check if one is causing any conflict.
Regards,
AndyApril 28, 2016 at 7:52 am #623504OK I will try to upgrade to v3.5.4 and let you know how it goes. Thanks Andy.
May 2, 2016 at 1:54 pm #625747Hi,
alright, we wait for you reply about it.
Best regards,
AndyMay 2, 2016 at 4:26 pm #625896Hi Andy,
I’ve upgraded to Enfold 3.5.4 and deactivated & all plugins (except for WooCommerce which is required to be able to see the Categories section of course).
And still no difference. The category admin page still doesn’t look right and also there Yoast plugin (which has now been updated to 3.2.4) still does’t work. By the way, the there is the following error on the Category Admin page… Pretty sure this is related to the cause. None of the other admin pages (e.g. Product) have this error…
TypeError: jQuery(‘.av-woo-colorpicker’).wpColorPicker(); is not a function, jQuery(‘.av-woo-colorpicker’).wpColorPicker() is not defined (anonymous function) — term.php:504
Thank you.
Prem.May 4, 2016 at 11:05 am #627063Hi,
please try this solution: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
Best regards,
AndyMay 6, 2016 at 10:52 am #628199Hi Andy,
I’ve tried all the steps in the “Having problems after updating to WordPress 4.5? Please read this first!” post and unfortunately, no difference. The category page is still not quite right. :-(
Thank you.
Kind regards,
Prem.May 6, 2016 at 11:43 pm #628498Hey prembo,
/wp-content/themes/enfold/config-woocommerce/admin-options.php line 253
modify
jQuery(‘.av-woo-colorpicker’).wpColorPicker();to
jQuery(‘.av-woo-colorpicker’).wpColorPicker;That’s all.
May 9, 2016 at 6:26 am #629010May 9, 2016 at 8:14 am #629066Yeap
error fixed
May 9, 2016 at 9:23 am #629088May 11, 2016 at 3:51 am #630342Hi,
We will forward this to Kriesi.
@kostastd: Thanks for taking a look though I’m not sure how those things are related. :)Best regards,
IsmaelMay 11, 2016 at 10:12 am #630554@Ismael: Welcome.
Error message (java inspector) said that .wpColorPicker() is not a function. So, what can be .wpColorPicker if is not function? Just tried to remove () and problem fixed. I think kriesi developers knows better.
May 12, 2016 at 1:47 pm #631355Hi,
glad you could solve the issue. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyMay 27, 2016 at 7:02 am #639119The solution provided is NOT a solution. It renders the function useless. wpColorPicker() fails because the dependency (jQuery wp-color-picker) gets not loaded on the “product category edit screen”.
In /wp-content/themes/enfold/config-woocommerce/admin-options.php change line 229 from
if($hook_suffix == 'edit-tags.php' && isset($_GET['taxonomy']) && $_GET['taxonomy'] == 'product_cat'){
to
if( $hook_suffix == 'edit-tags.php' || $hook_suffix == 'term.php' && isset($_GET['taxonomy']) && $_GET['taxonomy'] == 'product_cat' ){
This will make sure wp-color-picker script and style will be enqueued on term.php which is the category product edit page.
-
AuthorPosts
- The topic ‘Enfold – Category admin not working properly & can't use Yoast SEO plugin panel’ is closed to new replies.