Hi,
I have done that but there is still the link.
Hi,
I have done that but there is still the link.
Hi,
I still need the text YOUR ACCOUNT but not linked to any page. So I can hover it but is not clickable.
The code you sent me hides the link completely. It needs to be visible.
Hi,
Many many thanks!
This has worked.
Hi,
Just done that now, and I still have those 2 out of date:
legenda/woocommerce/checkout/form-shipping.php version 2.1.2 is out of date. The core version is 2.2.0,
legenda/woocommerce/loop/pagination.php version 2.2.0 is out of date. The core version is 2.2.2,
Hi,
I think the issue is with the theme Legenda.
I have tried the password reset with theme Twenty Fourteen and it works fine. Reverting back to Legenda and the issue still exist. I enter email to reset password, and it just goes back to “my-account” page. Nothing happens.
Hi,
Woocommerce updated to 2.2.3 and out of date theme files:
legenda/woocommerce/checkout/form-shipping.php version 2.1.2 is out of date. The core version is 2.2.0,
legenda/woocommerce/checkout/thankyou.php version 2.0.0 is out of date. The core version is 2.2.0,
legenda/woocommerce/loop/pagination.php version 2.2.0 is out of date. The core version is 2.2.2,
Any update soon for Legenda?
Many thanks,
Hi,
I am using the latest version of Chrome for Mac, and it does not work anymore, however it works fine with latest Firefox for Mac.
I will use Firefox for now.
Many thanks,
Any news on this issue?
Many thanks,
Hi,
The permalink worked!
Still problem with VC
Hi, I managed to make everything else work. However when I try to reset a password, I do not get that green message saying that it has been done, it seems that it does nothing.
Please note, I have deactivated all plugins beside Woocommerce, and issue still persists.
Hi,
I am not sure if that has to do with the out of date files from the theme due to the Woocommerce update, but when I try to register as a customer, I am not getting the confirmation email. However I did check the email settings of Woocommerce and it is all enabled.
Thanks for advising,
Hi,
Many thanks 🙂
Hi again,
How much would it cost for premium service, hiring one of your guys to implement schema.org on Legenda?
Hi,
Thank you for that.
I am happy to beta test 🙂
Is there any chance for the theme to be compatible with schema and or you incorporate a plugin for that role?
Silly me. Thanks, finally resolved 🙂
Sorry, this is sorted now 🙂
Many thanks, this works great!
However when I scroll down the page, I have the menu that pops up at the top and the submenu is back to red colour. I would like this to be changed. What would the code line be?
Hi,
I have added this line:
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a:hover {color:#18b29d;}
to the custom.css but it does not work.
UPDATE: sorry, for some reason I had to put it at the top instead of below the other code I added to the file and now it works fine.
Thank you!
Hi,
If you go over “Crafty Cakes” in the menu and you will see a submenu.
Thanks, it works great!
Suddenly all is sorted out now! Maybe PageSpeed took time to clear cache.
Thanks again for your help 🙂
And I did clear browser cache, cleared Google PageSpeed cache, and restarted my computer. I tried under Windows 8 and Mac OS X.
Hi,
I am still unable to do so.
However it is fine on other sites. very strange.
I tried on latest Chrome beta, Firefox beta and Safari, all same issue.
Sure.
Many thanks,
Hi Eva,
Many thanks,
So if I wanted to do the same with another file, I would need to make the folder structure, duplicate the file and add this line of code (with different path) to the function.php?
I did have a look at the Codex but it does not make much sense to me. So far I have learnt many things from you directly 🙂
Hi,
I have removed:
array(
‘id’ => ‘additional_block’,
‘label’ => ‘Additional information block’,
‘type’ => ‘select’,
‘choices’ => $statick_blocks
),
array(
‘id’ => ‘product_new’,
‘label’ => ‘Mark product as “New”‘,
‘type’ => ‘select’,
‘choices’ => array(
array(
‘value’ => ‘disable’,
‘label’ => ‘Choose’
),
array(
‘value’ => ‘disable’,
‘label’ => ‘No’
),
array(
‘value’ => ‘enable’,
‘label’ => ‘Yes’
)
)
),
array(
‘id’ => ‘hover_img’,
‘label’ => ‘Upload image for hover effect’,
‘type’ => ‘upload’
),
Hi,
Please check Private content.
Thanks,
Hi,
I don’t seem to see the changes. I made the folder structure and copied the file and changed it.
I followed your advise:
“Overriding Parent Theme Template Files – Copy the Parent Theme template file to your Child Theme directory and make the edits there. As of version 2.7, WordPress will look in the Child Theme directory first for template files. And if an alternate version of, say, footer.php, or single.php exists, WordPress will use that template file instead.