custom fields adding continuously ever time update the each product. its happening for every product
This topic has 19 replies, 3 voices, and was last updated 10 years, 6 months ago ago by jagadeesh
custom fields adding continuously ever time update the each product. its happening for every product
Hello,
There is additional authorization when entering wp-admin panel. It asks only for a password.
Please provide us with it and clarify your issue with more details.
Are you unable to add content for custom tabs?
Regards,
Eva Kemp.
Hello,
I provide the additional authorization password. the issue was a custom field. i just added the size guide and later when i try to update the custom fields i mean meta tags are increasing each time when i am updating.its irrelevant information when we try to export the CSV format the meta tags are displayed.
Please check that.
Here is one more problem is occurred. i done lot of customization for the thumbnail slider but the first display it shows three thumbnail images please find the first attachment. when i scroll the button according to me 3rd to 5th images need to display but its displaying like check the second screenshot please try to provide the relevant code to rectify the problem
http://www.awesomescreenshot.com/image/238521/b104f26f59dd27d956d52af1fc2acb95
http://www.awesomescreenshot.com/image/238522/a3984105b87728735c3d7661d5e59f1f
thanks in advance
Hello,
You’re using old theme version. Please update it to 2.7.
Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
Thank you.
Regards,
Eva Kemp.
Hello i updated the theme still showing the same error
how to change the translate3d in thumbnail slides
Hello,
Could you please show a screenshot what you want to translate?
Thank you.
Regards,
Eva Kemp.
Please find the attached screenshots
http://www.awesomescreenshot.com/image/238521/b104f26f59dd27d956d52af1fc2acb95
http://www.awesomescreenshot.com/image/238522/a3984105b87728735c3d7661d5e59f1f
first screenshot represents like this
<ul class=”slides” style=”width: 1000%; transition-duration: 0s; transform: translate3d(0px, 0px, 0px);”>
second screenshot represents like this
<ul class=”slides” style=”width: 1000%; transition-duration: 0s; transform: translate3d(-217px, 0px, 0px);”>
i searched i didnt find the code ii check in the database the effect is only -217px , i want change to -260px. just let me know how to do that
thanks in advance
Hello,
Try to add this code in custom.css file:
.slides {
transform: translate3d(-260px, 0px, 0px) !important;
}
Regards,
Eva Kemp.
HI i TRY TO ADD THE CODE STILL ITS SHOWING SAME FOR FIRST ONE.
Please try to solve this pbm and provide the code
Please look into my website , especially on the thumbnails slider first 3 images its appearing clearly but after flex-next the last image visible only half of the image.
here is the link
thanks in advance
Hello
We cannot login to see your site because admin-login field is not visible. Please tell us how to pass your security in private content.
With best regards
Brian Johnson
Hello
Please try to add this code into the custom.css and adjust number values manually:
.slides {transform: translate3d(-260px, 0px, 0px) !important;
-webkit-transform: translate3d(-260px, 0px, 0px) !important;
-ms-transform: translate3d(-260px, 0px, 0px) !important;
-o-transform: translate3d(-260px, 0px, 0px) !important;
-moz-transform: translate3d(-260px, 0px, 0px) !important;
}
With best regards
Brian Johnson
Hello i add the code still its not working the problem is its taking the values externally. i check all the website i did nt find the code what it is
Hello,
You have made additional customization to the theme.
Unfortunately we don’t know what exactly you have made and we can’t find what is causing the issue. If you activate “Mavango” theme the images in slider are shown fine.
Please take our apologies but this is beyond our support scope to modify clients customization.
We recommend you to upload default Legenda theme and create a child theme and move all your changes into there.
Thank you for understanding.
Regards,
Eva Kemp.
CUSTOM FIELDS ADDING CONTINUOUSLY EVER TIME UPDATE THE PRODUCT. EVEN AFTER UPDATE THE THEME
Hello,
Sorry, but your query “CUSTOM FIELDS ADDING CONTINUOUSLY EVER TIME UPDATE THE PRODUCT” is a bit unclear.
Please clarify how we can replicate the issue.
Thank you.
Regards,
Eva Kemp.
You can check in my website here i am sharing the details.
After creating a new product the custom field meta tags are adding simultaneously if i refresh the page or update the any information in the product. when i export the csv file all the unwanted meta tags are exporting from the website. please look into my website
thanks in advance
The issue related to '‘custom fields adding continuously ever time update the product’' has been successfully resolved, and the topic is now closed for further responses