pokemontrader
Forum Replies Created
-
Found the solution (for now at least!). In order for co-designer’s pages to be allocated correctly, you need to set the same “products per page” and “columns” in the codesigner settings as well as the theme settings. This is done via customize button at the top of your website when logged into your wordpress account.
The solution can be viewed here:
https://help.codexpert.io/docs/codesigner/issue-with-pagination-on-shop-page-what-to-do/Forum: Fixing WordPress
In reply to: Removing My Account DashboardI forgot to mention, I have had some success using the shortcode widget [woocommerce_my_account], but I don’t understand why I need to use this to allow the display code to work:
.woocommerce-MyAccount-navigation {
display:none;
}The problem with this method is the shortcode my_account inherits the theme template colours and structure.
Forum: Fixing WordPress
In reply to: Applying Stroke CSS to Menu FontI’m after white text with a black stroke. On my end when I apply the code it appears as white text with a white stroke.
Let me know if you need anything else to clarify.
Forum: Fixing WordPress
In reply to: Applying Stroke CSS to Menu FontHi Tomas,
It does work, however the problem of stroke colour still remains. It appears to have an override of white on it for whatever reason and not sure where this originated from.
Currently it mimicks the text colour, so if I change the text to black, the stroke is also black… for white, the stroke is white.
Cheers.
Forum: Fixing WordPress
In reply to: Second CSV Import via CSV causing “Invalid product.” ErrorThanks Vijay!
For anyone wondering:
The problem was including an ID column in my CSV file and manually allocating a set ID. WordPress can allocate IDs to posts/pages/products and therefore cause conflicts. The fix was to simply remove the ID column I created in the CSV file and let wordpress automatically assign it’s own ID.Forum: Plugins
In reply to: [WooCommerce] Second CSV Import via CSV causing “Invalid product.” ErrorHey mate,
Thanks for your reply. In my Excel the first column is dedicated to ID. The “Sword & Shield Astral Radiance” product is allocated 1 in the spreadsheet.
Is it Easier to just remove the ID column? Will this resolve it?