Davood Denavi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Checkout issue after logging in@maykato, I have done a lot of testing already… and I think you misunderstood what I am saying is happening.
What happens is the cart is saving when logged in… then when someone comes back to the site a few hours later after logging out and adds something to the cart without logging in and goes to the checkout page before logging in the persistent cart feature of WooCommerce merges the cart with the old cart.
The site owner (not me) said that the fix I found in the other thread which I mentioned in my last post is what he was looking for. I feel that that fix is a temporary one though. Is it?
Note: The root of the problem is the logged merges with the logged out cart if the user is logging in from the checkout page. This should not be happening.
Forum: Fixing WordPress
In reply to: Product CategoriesI’ve tagged woocommerce on this thread. However, in the future your best bet would be to look at the threads here https://ww.wp.xz.cn/support/plugin/woocommerce/ and if you can not find an answer in the existing threads you can post directly in their support area by going to the bottom of the page I linked to.
In the mean time here is more info about categories and tags from their documentation library: https://docs.woocommerce.com/document/managing-product-taxonomies/
Hope this helps.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Shortcode for tabsI would not necessarily say I ran into issues except that the code was not working when I created the short it was returning nothing from the tab we were using. I will play around with it a bit more and update you with my exact code in the next couple days. Thanks for your reply to my question.
Forum: Plugins
In reply to: [WooCommerce] Checkout issue after logging inAfter doing some digging through the support forum here on wp.org I found this thread: https://ww.wp.xz.cn/support/topic/persistent-cart-mixing-between-users/.
For now, the function mentioned in that thread is an acceptable temporary fix. My customer would prefer a more permanent fix if one exists though.
Thank you in advance for any help and/or suggestion on how to get to a more permanent fix.
Forum: Fixing WordPress
In reply to: Plugin to add eBay affiliate code present and future links?Sounds to me like you would be best off using WooCommerce with the External/Affiliate Product type.
Hope this helps.
Forum: Requests and Feedback
In reply to: Please make Coming Soon mode part of WordPress CoreThis is something many have been asking to have added to core for many years. Many themes include a coming soon or under construction page now. It probably won’t be added to code any time soon if at all!
Forum: Developing with WordPress
In reply to: How to repeat a codeYou probably need to write some custom php ir javascript within a child theme to be sure your customizing sticks for the specific category.
More on child themes: https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Shortcode for tabs@jpowersdev Did you see my question from a few days ago?
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Shortcode for tabsHi, Does the second method you suggested require that the tabs are universal tabs that are added in the “Saved Tabs” screen?
Please let me know.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Shortcode for tabsOption one would not work because there are 40+ products that all have different content in the description and custom tabs we’ve added and we want to put the info in the woocommerce database directly so it is easy to update it.
I will try the second option later today and reply again if I need more assistance but I think that will not do precisely what I am looking for based on what I used to create a short code for the default description tab.
Forum: Fixing WordPress
In reply to: Elementor Html Attribute not working@zakarias4783 This would be something you should contact Elementor with.
If the future you can do so here https://ww.wp.xz.cn/support/plugin/elementor/ or on their website Elementor.com. I did see that you said you submitted a ticket. They will be the best ones to help you. If you submitted a ticket through their website maybe try posting in the support form here that I linked to in my post here.
I have tagged this topic, they should be able to see it now.
- This reply was modified 4 years, 9 months ago by Davood Denavi.
Forum: Fixing WordPress
In reply to: Video AddingYou would need to upload the video to a video sharing service like Youtube or Vimeo and then you can use oEmbed tags within the page or post you want to include the video in… here is more information about oEmbed tags https://ww.wp.xz.cn/support/article/embeds/
Hope this helps.
This sounds like an update failed. Try going to this page of your admin
https://digitechaquariums.com/wp-admin/ after login that should show you your admin dashboard.You might also be having a caching or cookie issue once you are logged in. So try accessing the site from a private browsing aka incognito browsing window to see if the 404 errors persist.
Might also be worth it to contact your hosting provider for assistance especially if they provide caching and/or security services with your hosting package.
Hope this helps a little bit. Feel free to post more info here as you try different things to get access to your wp-admin and we will help as best we can.
Yep, I missed the link!
Sorry.Again, I’m not asking for guidance on how to make plugins.
I’m asking for guidance on what files to look at for code from your plugin. Specially version 14.5 or 14.6 of your plugin.
- This reply was modified 4 years, 11 months ago by Davood Denavi.