Search results

  1. Real Residual

    Inquiry on Child Theme & Plugin/Theme Updates

    You can use a free plugin to create a child theme and link it with your parent theme. I use Orbisius, search for that child theme creator and it should be easy to find. It's free, by the way. Once you make a child theme, you have to setup Customization all over again, but it's worth it. Then...
  2. Real Residual

    Importing Products Problem

    I carefully select each and every item that I list on my store. Edit titles, descriptions, and even images to remove aliexpress store branding. I have found that if you do a batch import, it just takes more time since you have to go over them one by one anyways. So what I do is find the item...
  3. Real Residual

    High load time..

    use tools.pingdom.com do a real test to see how fast your site is loading. Then fix all issues according to the score. I tuned my site from 10 secs down to 2, and I haven't even turned on aggressive caching yet.
  4. Real Residual

    How to create discount if buyer buys 3 products ?

    You can play around by adding another variation for the product and name it Combo. It will be for 3 at whatever price you want. SO if you have 3 colors, Red, Blue, Black, you will have a combo for 3 red, 3 blue, 3 black, and maybe 3 one of each. This should be done in the products variation...
  5. Real Residual

    Variant Images Hosted on Aliexpress CDN

    I believe this may be an issue. We should be able to use locally hosted images on variants. I have a product and I have edited all images, removing brand and store name. But unfortunately, variant images use aliexpress images that I cannot change. So as soon as a variant is selected, brand...
  6. Real Residual

    Disable slider

    No you add the above code in Customization > Head > css style This will disable both desktop and mobile.
  7. Real Residual

    Disable slider

    I haven't tested this but a quick look at the demo site I see you can do this in Customization .home-slider .slick-initialized .slick-slider .slick-dotted { display: none; } That should hide the slider for good. At least it works just fine in chrome browser.
  8. Real Residual

    Email set up

    I think you are confused with email setup. You should add the subscription form in Customization > Subscribe Form and Customization > Blog. Those 5 choices are meant for transactional email services. So your notification emails such as order invoice, shipping, and tracking notification...
  9. Real Residual

    BEST DEALS Section Empty

    Best deals are based on the discount. You set discount from original price of the product versus the current price. If you set a product price at $100 and you are selling it at $50, then the discount is 50%, and if it is in the top 8 high discounted products among all your product, it will show...
  10. Real Residual

    Alidropship checkout bug report

    If you have Customization > Checkout > Fields Options > Description Field Required checkbox checked. Go to check out process, but don't enter anything in the Description Field. Click on "Proceed To Checkout" You'll get a validation error, prompting you to enter text in the Description field...
  11. Real Residual

    Alidropship checkout bug report

    If you have descriptions required checkbox checked. Someone does a checkout, forgets to enter descriptions, then gets a validation error after clicking on checkout. Then tries to check out again, the program stops working at this moment. Has to refresh and then start the process again. Only...
  12. Real Residual

    Chrome Extension

    To be specific GO to Settings > Advanced > Clear Browsing Data Check Browsing History Check Cached Image and Files Check Cookies and other site data Click CLEAR BROWSING DATA Close all instances of chrome. Check Task Manager that no chrome process is running, or better yet, restart PC. Then...
  13. Real Residual

    Facebook Business + Woo (BETA)

    I would like to test, PM sent. Thank you.
  14. Real Residual

    Chrome Extension

    Yes, it has happened to be a few times, every time you refresh the page (like doing a search) you get a different language, like Hebrew, Arabic, Russian, etc... but you always start with English on initial page load. I looked online and disabled the plugin, but the issue still persisted. I then...
  15. Real Residual

    Davinci Blog section Bug

    I fixed it temporarily by removing the placeholders in the theme file comments.php. Look for Your Email Your Name Your Website and just clear them out for now...
  16. Real Residual

    Davinci Blog section Bug

    The issue is still pending... Not fixed yet as of the latest Davinci update.
  17. Real Residual

    Adding Processing Animation To "Proceed To Pay" button

    Click pay --> Spinner --> Disable Button Button --> Payment Processed --> Thank You page.
  18. Real Residual

    Adding Processing Animation To "Proceed To Pay" button

    I noticed that when you click Pay button in the cart page there is no animation. It may take a second or two to get the payment processed, so the customer could click on the button a few times, not sure if the payment went through. It would be nice to have the button with a spinner icon on...
  19. Real Residual

    New block

    Ok, you need to do a couple of things. Not just in one location. 2 steps. Step 1: In the main themes folder, in this case, wp-content/themes/davinci/ Edit front-page.php Find <!-- TOP SELLING PRODUCTS -->, this is the start of the area for the sections, and I just added a Featured...
  20. Real Residual

    how can I have the New arrivals to show up in the main menu

    Just create a menu item and name it "New Arrivals" but link it to - https://www.yourdomain.com/product/?orderby=newest Now to show up automatically under products may be trickier because they are actual product categories, not links.
Top