Home Forums WoodMart support forum Features Requests

Features Requests

Viewing 30 posts - 511 through 540 (of 954 total)
  • Author
    Posts
  • #185164

    Jeriss Cloud Center
    Participant

    Please add compatibility between Ajax and Mobile Sidebar Menu

    https://xtemos.com/forums/topic/ajax-menu-in-mobile-sidebar-not-working/

    #185525

    melvisnap
    Participant

    Full compatibility with WooCommerce Waitlist.
    This is a great eCommerce plugin but the theme is not fully compatible:

    It needs compatibility in:

    – Store and Product Archive pages
    – Quick View
    – Styling in the WooCommerce notices (I’ve wrote a few CSS lines to make it compatible with non-sticky store notice.)
    – And the most annoying part, the notice appears empty on load, they sould be hidden and this happens only with this theme.

    CSS:

    .wcwl_notice_dismiss {
    	background-color: rgba(0,0,0,.1)!important;
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	width: 60px;
    	font-weight: 600;
    	font-size: 14px;
    	margin-right:0px;
    }
    .wcwl_notice_dismiss:before {
    	content: "\f10f"!important;
      font-family: woodmart-font!important;
    }
    .wcwl_intro p{
    	margin-bottom:0px;
    }
    #185977

    Jeriss Cloud Center
    Participant

    Create a WPBakery widget to compare images, example below :

    https://gevcen.tinytake.com/tt/NDIwMzY0NF8xMzA4MDYwMg

    #186625

    Jeriss Cloud Center
    Participant

    Find a solution to the fact that variations additional images added through your theme’s feature are not being displayed (when you select a particular variation) if the product does not contain additional images at product-level.

    https://xtemos.com/forums/topic/variations-images-not-shown-if-product-has-only-1-product-image/

    #186697

    indieson
    Participant

    Hi,

    I have a few feature suggestions for better product search results. Features such as Spell correction, Search for similar words, Search for the words with the same pronunciation, and Search for the transliterated words.

    Thank you.

    #187220

    nvybvl
    Participant

    It would be nice for the button to have:

    – Option to add icons position to: top & bottom (maybe I want to make a scroll to next section button)
    – Option to use or not to use icon type button
    – Option if I want to have my own svg icon
    – Custom button width
    – Paddings of the button too
    – Option to make gradients on button

    Thanks for all the updates. youre doing a great job! Everytime you release a new version I have emotions.

    Attachments:
    You must be logged in to view attached files.
    #187320

    raredisarray
    Participant

    Request to improve sticky add to cart functionality on variable products. To take the current lightbox variable product add to cart functionality, add it to the sticky add to cart.

    #187597

    Jeriss Cloud Center
    Participant

    @nvybvl glad to see I’m not the only one waiting the releases & changelog like this 😀

    ———-

    Improvement : it would be nice to have “Login with Apple”
    I noticed it appears on Fiverr when you try to login, so I bet we could have the same in Woodmart?

    Attachments:
    You must be logged in to view attached files.
    #188575

    Jeriss Cloud Center
    Participant

    In the “pop-up after add to cart”, it would great if we could have an “email adress” field in the pop-up which will automatically pre-fill the checkout form.

    => reduce cart abandonment

    Attachments:
    You must be logged in to view attached files.
    #188809

    kaazuu
    Participant

    Option to remove notification for cart/wishlist/ecc in the main menu in case of no-notification (instead of the “0” notification).

    Good work 🙂

    #189067

    florianibe
    Participant

    Very important: PAGE Search for ajax header builder search element! The best way would to use relevanssi and enable a search of alle post types which are selected in relevanssi settings. Its really easy and no performance problem.

    I can send you the code.

    Contact me

    #189070

    steve2
    Participant

    Unfortunately, from searching entire forum, there are no answers to many requests of the same issue.

    Having a left menu “title” that is not editable- locks your theme down to just Show “Categories”. This text needs to be easily changed without core edits.

    Any menu title is edible in wordpress, yet for some reason this has been overlooked?

    Please allow for us to change the menu title Browse Categories to Browse “any thing else lol” https://prnt.sc/s3qorl

    Amazing theme though. exceptional

    #189561

    cvrhis
    Participant

    Hey, I love the theme and recommend it to everyone – Great work!

    I have a simple request that I fix on all installations.

    The product quick view title has a <h1> tag. I would switch that for an <h3> or even <h4> for SEO purposes.

    Thank you!

    #189936

    Mike
    Participant

    Hi, i would like to suggest a feature that i bealive most of us will find it very usefull for our stores as it can increase potential customers to buy a product. so the idea is somehow we can enable tooltips as hints on product attributes so when a customer place the mouse on it a pop up tooltip is appear and inform customer what attribute is that or for what is that attribute. i think that this can be done very easy as the woodmart it has already a comments field on each attribute terms (check screenshot for reference) so with some filter or function can be easy retrieve that information and display it as tooltip aside of each attribute.

    The best functionality can be like this

    1 – Option for Enable/Disable this function on woodmart theme settings
    2 – Option to enable this for specific attributes ( example only on material, Finish, placement
    attributes etc)
    2 – Option to limit the max words example (Limit words to 80) this is just for performance purposes maybe.

    This is a must have function for woodmart as it will increase sales for woodmart team because no other wordpress template have this option.

    i hope that many of other woodmart users will agree with me.

    Thank you all in advance

    Attachments:
    You must be logged in to view attached files.
    #191005

    Jeriss Cloud Center
    Participant

    On the countdown timer, remove the ‘0’ from ‘0X’ hours/minutes/seconds…

    It should be for instance ‘4 hours’ instead of ’04 hours’

    Attachments:
    You must be logged in to view attached files.
    #191039

    solarca
    Participant

    Would be great to have the next/previous product navigation to be able to be ordered the same as the product menu order, while also restricting it to the products in the same category and the back to products button to go back to the category page not the shop page.

    Something similar to https://businessbloomer.com/woocommerce-add-nextprevious-single-product-page/
    but using your buttons would be a great addition.

    Thank you

    #191912

    Jeriss Cloud Center
    Participant

    Allow us to enter a custom number for the “space between categories” in the product categories widget

    Attachments:
    You must be logged in to view attached files.
    #191940

    Jeriss Cloud Center
    Participant

    Provide a theme feature to enable/disable the display of the review dates

    I tried to use the below css code but it keep the ” – ” before the code

    .commentlist .comment-text .meta time {
    display: none
    }
    Attachments:
    You must be logged in to view attached files.
    #192881

    Jeriss Cloud Center
    Participant

    I’ve been using the Countdown Timer widget to WPBakery and I’d like to suggest an improvement. When the countdown reaches zero, it remains being displayed on the screen with 00:00:00:00

    When you manage a lot of products like me, it’s difficult to always be on time to update the ended countdown. So a feature could be : if countdown reaches it end, then automatically hide it.

    Like this, the “sale price” will automatically go back to normal (default woocommerce behavior) and the countdown widget will disappear too

    #195220

    abbyrockas
    Participant

    Hello guys, I have finished the website and we are importing the products from our warehouse system at the moment.

    I had several issues that I managed to fix with a lot of CSS and some functions + many plugins (many plugins is always bad) but was wondering if you can consider and add some of these features in the theme:

    1. Option for quantity button in the loop page (shop etc.) so the customers can purchase a specific quantity on the go without entering the product page or adjusting it in the cart page. See screen:
    https://ibb.co/hshmJ5z

    2. Add quantity button in the mini cart sidebar or dropdown so people can adjust the quantity there also, without entering in the cart page.

    3. Ideal from 1. and 2. would be to sync the quantity between cart, mini cart, and loop/shop page so even if the customer refreshes the page or go to another page, the quantity number on a specific product would stay if it has been added in the cart.

    4. We have some product boxes styles for the loop but it would be great if we have some kind of more complex builder where we can position and build each element based on our needs and adjust the height/weight of it for each kind of device. For example, the image would be there, under it we put this, under this, we put that, etc, etc.

    5. Multistep checkout. The current Woocommerce checkout page is very bad and confusing for some people that are not very used to online shopping. The simple the better, fewer fields (or option to add/remove/edit), clear design, separating in multi-steps would be great. For these I am using 2 plugins – 1 to edit/remove the fields and 1 for the multistep itself.

    6. We can add category filtering with custom filters but they are not working the same seamless way as the other filters. Adding a simple sub category filter (of the current category) with AND query would be great!

    7. Option to choose a LIST view of products for mobile devices and the option to build how to box looks like – choose if the picture is left or right, where is the quantity button and buy button, where is the title, how much space every element takes, etc

    That’s it from me. Thanks for the theme!

    #195464

    horny_fungus
    Participant

    Please incorporate into your theme the code adding shop layout with mixed number of product per row provided by @newsprincehttps://xtemos.com/forums/topic/shop-grid-alternating-design-3-2-3-4-3-4-5-4-5-6-5-6/
    The code is ready and working, you only have to check it and you and your customers will get another great feature.

    #195497

    horny_fungus
    Participant

    Please make it possible to open in new window AJAX instant search results. Now there’s no such option when you right click one of the results. I suppose customers are used to that option and many of them will be dissatisfied by the fact that it’s unavailable. Here’s a theme dedicated to this topic – https://xtemos.com/forums/topic/mouse-wheel-click-doesnt-work-for-search-items/#post-195496

    #195696

    horny_fungus
    Participant

    Please add an option to copy variation additional gallery images from previous variation. This is not difficult to code but would save a huge amount of theme users’ time having to deal with variable products.

    #195755

    horny_fungus
    Participant

    Please add a search by tag option to your AJAX search.

    #195964

    jcbdesign
    Participant

    Hi, please add the ability to hide feature images on selected posts. Sometimes we need the thumbnail for the archive pages or elements on the home page but not on the post page itself. Just like https://wordpress.org/plugins/hide-featured-image/ . I’ve tested the plugin and it works, but I’ve removed it as it looks abandoned. If you could please build the functionality into Woodmart it would be appreciated. Thanks

    #196283

    horny_fungus
    Participant

    Please update your “Categories in page title” feature. Although rather useful it seems outdated now and lacks configurability. It should at least give us ability to skip empty categories and manually select which categories to show.

    #196302

    horny_fungus
    Participant

    Followup to #196283.
    By the way there’s already ‘hide_empty’ parameter in your function, so just let users to define it. Adding filter in the end of function letting to exclude or add certain categories would be very helpful as well.

    #196546

    CYCLEPRO
    Participant

    About how to edit size guide draft quickly and no doubt with “Draft” text in title of size guide so that compliler is very clear he is editing a draft not an existing size guide.

    About how to quickly find the right size guide from hundreds and thousands size guides in a dropdown list, by adding a keywords searching feature with size guide list.

    Attachments:
    You must be logged in to view attached files.
    #196552

    CYCLEPRO
    Participant

    in All Size Guides page, it’s better for a size guide to have an option of choosing any specified products to display it, if some or many products use the same size guide.

    #196786

    horny_fungus
    Participant

    Please make Font Awesome Light great again.
    Now the option is just useless because WPBakery anyway loads it’s own set of Font Awesome fonts and CSS files.

Tagged: , ,

Viewing 30 posts - 511 through 540 (of 954 total)

The topic ‘Features Requests’ is closed to new replies.