Home New Guten Forums WoodMart support forum POLICIES PAGES

POLICIES PAGES

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #663135

    princemusondaaa
    Participant

    Hi ,
    1.How can i make the opened page in the sidebar is highted, for better understanding i have attached a screenshot which shows a page selling policy opened from the side bar but its not highted in the sidebar.
    2. How can i make page titles in the sidebar to be more visible

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

    Hung Pham
    Keymaster

    Hi princemusondaaa,

    Thanks for reaching to us.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Kind Regards,
    Hung PD

    #663149

    princemusondaaa
    Participant

    I have sent

    #663232

    Hung Pham
    Keymaster

    Hi princemusondaaa,

    .wd-widget.widget_nav_menu li.current-menu-item{
        font-weight: 600;
    }
    
    .wd-widget.widget_nav_menu li.current-menu-item a{
        color: #000;
    }

    Kind Regards,
    Hung PD

    #663242

    princemusondaaa
    Participant

    Thanks for the replay, Pham the code has worked

    #663247

    princemusondaaa
    Participant

    Hung Pham i need another help,
    how can i make 2column view on mobile on the account page navigation buttons. please see the attached screen

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

    Hung Pham
    Keymaster

    Hi princemusondaaa,

    Please Add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    div.wd-my-account-links[class*="wd-grid"] {
        --wd-col-sm: 2;
    }
    
    div.wd-my-account-links a {
        padding: 15px;
    }

    Regards,
    Hung PD

    #663376

    princemusondaaa
    Participant

    Thanks Pham it has worked perfectly well.

    #663378

    princemusondaaa
    Participant

    Hung Pham i realy need another help i got guide lines from wcfm this is the instructions ;
    Changing the “More Offers” layout will require a template override. To remove the “Default Sorting” dropdown, copy the template in this path- wp-content/plugins/wc-multivendor-marketplace/views/product_multivendor/wcfmmp-view-more-offers.php into /themes/{child theme}/wcfm/product_multivendor/wcfmmp-view-more-offers.php and remove lines 60-68.

    To change the text from “Details” to “Other Seller”, copy the template in this path- wp-content/plugins/wc-multivendor-marketplace/views/product_multivendor/wcfmmp-view-more-offer-single.php into /themes/{child theme}/wcfm/product_multivendor/wcfmmp-view-more-offer-single.php and find and replace the text “Details” on line 64.
    is this lines in the woodmart theme? i dont know where i can find this lines kindly help. where can i go to find this lines?

    #663397

    Hung Pham
    Keymaster

    Hi princemusondaaa,

    1. Templates

    This is comes from plugin not WoodMart theme. For specialized assistance and potential solutions, I kindly suggest that you reach out directly to the author plugin’s support team, who are better equipped to provide you with the guidance you requires .

    2. Translation

    In order to change / translate words. Please make sure you synced the strings first before changing / translating WooCommerce, WordPress Cores file, WoodMart Core plugins and WoodMart theme. You can refer to article

    https://xtemos.com/docs-topic/theme-translation/
    https://xtemos.com/docs-topic/how-to-make-woodmart-multilingual-with-wpml/
    https://www.youtube.com/watch?v=H7zUPEACLRQ

    Regards,
    Hung PD

Viewing 10 posts - 1 through 10 (of 10 total)