in product upload i want to attach video from product import itself .
This topic has 9 replies, 2 voices, and was last updated 1 months ago ago by Luca Rossi
in product upload i want to attach video from product import itself .
using csv
Dear @ubansal,
Thank you for reaching out.
You may consider using one of the following third-party plugins to assist with your requirements:
– https://wordpress.org/plugins/woocommerce-xml-csv-product-import/
– https://www.wpallimport.com/
Please note that as these are third-party solutions, any issues or inquiries related to their functionality should be directed to the respective plugin developers. Support for third-party plugins falls outside the scope of the standard services we provide.
We appreciate your understanding.
Best regards,
The 8Theme Team
even after using custom css to hide the days tab in sale countdown it still shows. can u permanently hide the days counter
Dear @ubansal,
We hope this message finds you well.
Could you please share the URL of the page in question? We attempted to locate the products, but it appears that the countdown days are no longer visible.
Screenshot for reference: https://prnt.sc/z3Mz3Bc3ONaD
Thank you in advance for your assistance.
Best regards,
The 8Theme Team
so first it shows days and later it hides. it must be hidden from starting itself
Dear @ubansal,
We hope this message finds you well.
We would like to inform you that we are utilizing custom JavaScript code to hide the days counter on the page. This approach ensures that the script executes only after the page has fully loaded, allowing our customizations to function as intended.
By using this method, we can maintain the integrity of our custom code through future updates, ensuring long-term stability and compatibility.
Alternatively, it is possible to make direct modifications to the parent template files. However, please note that such changes will be overwritten with each update, which may result in the loss of customizations.
Should you have any further questions or require assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team
yes lets make the direct change .also inform me which file is edited so that If new update comes out ill update it myself without disturning u hehe
Dear @ubansal,
We hope this message finds you well.
Could you please review the following file:
/wp-content/plugins/et-core-plugin/app/controllers/shortcodes/countdown.php
We kindly request that you remove the code block located between lines 79 and 87, which is as follows:
<div class="time-block">
<div class="circle-box">
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 100 100" version="1.1" height="100%" width="100%">
<circle r="47" cx="50" cy="50" fill="transparent" stroke-dasharray="295.3097094374406" stroke-dashoffset="0" data-max-val="365" style="stroke-dashoffset: 0px;"></circle>
</svg>
</div>
<span class="days timer-count">0</span>
<span><?php esc_html_e( 'days', 'xstore-core' ); ?></span>
</div>
Thank you very much for your attention to this matter.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up