Your account expired support, please renew to get your support.
Topic Resolution: Resolved
Viewing 15 posts - 16 through 30 (of 109 total)
  • Author
    Posts
  • #14746

    Hi again.

    #1. I see the menu is still showing on 1 line: https://prnt.sc/1rodd44

    #2. “the user who wants to create a record cannot.”

    Sorry, I don’t understand this issue, please take a photo screenshot of this isuse.

    #14752
    Hugo Ferreira
    Support Expired

    https://prnt.sc/1rox1c0

    In the image I sent. If you click on create account it is not possible. In other words, the user cannot register.

    And I would also like to know if it is possible to change the name of these fields to another language for example.

    #14757
    Hugo Ferreira
    Support Expired

    And I can’t access the checklist page either. The page exists but if I click to add the product and click on the whislist I cannot go to the right page. Go to a Home Page.

    Please, help me

    #14797

    Hi again,

    #1. I enabled register account for you, please check your page: https://sartisi.sg-host.com/my-account/

    #2. Wishlist page: I fixed this issue, please recheck.

    #14809
    Hugo Ferreira
    Support Expired

    Hi Billy.

    I confirm, the registration page is now available. However, I have a few more questions.

    The Request Quote scrolls down on smaller screens, can you solve it?

    And I have another question, is it possible to add an icon below to the shopping cart icon?

    #14849

    Hi again,

    I resolved all issues, please delete all caches and recheck.

    #14851
    Hugo Ferreira
    Support Expired

    I went to test and if I minimize the window the quote request button still goes to the second line. Verified in https://prnt.sc/1s5dmn0

    How can I add an icon below to the shopping cart? I tried and couldn’t add anything.

    #14855

    Hi again,

    #1. I fixed this issue.

    #2. I added this code, but there seems to be a cache in your website, i can’t delete it.

    
    add_filter('shopic_handheld_footer_bar_links', 'shopic_handheld_footer_bar_custom', 10, 1);
    function shopic_handheld_footer_bar_custom($links){
    	$links['cart'] = array(
    		'priority' => 35,
    		'callback' => 'shopic_handheld_footer_bar_cart_link',
    	);
    	return $links;
    }
    
    function shopic_handheld_footer_bar_cart_link() {
    		?>
            <a class="footer-cart-contents" href="<?php echo esc_url( wc_get_cart_url() ); ?>" title="<?php esc_attr_e( 'View your shopping cart', 'shopic' ); ?>">
                <span class="count"><?php echo wp_kses_data( WC()->cart->get_cart_contents_count() ); ?></span>
    			<span class="title"><?php esc_html_e( 'Cart', 'shopic' ); ?></span>
            </a>
    		<?php
    	}
    #14858
    Hugo Ferreira
    Support Expired

    None of the code you entered references the footer, when what I wanted was to add an icon to the header. It would be an icon of something like asking for a quote. Without removing any icon from the ones there.
    I can’t add the icon through the element. See the picture https://prnt.sc/1s5pom1

    #14903

    Ok, I added an icon to the header for you, please recheck.

    Please go to Edit header -> Edit Icon widget: https://prnt.sc/1sa55qh

    #14905
    Hugo Ferreira
    Support Expired

    Thank you. Yes, that was what she intended to do.

    But for example, if you wanted to change it to after the other icons, after the cart you could or wouldn’t you be able to?

    #14942

    Yes, you can click on this widget and then scroll down after Header Group Widget: https://prnt.sc/1sdhr5g

    #14967
    Hugo Ferreira
    Support Expired

    I didn’t realize how I switch sides. If I want to have the left side again, what do I do?

    #14968
    Hugo Ferreira
    Support Expired

    I’ve already got it. Thanks

    #14970
    Hugo Ferreira
    Support Expired

    One question please. When I enter a product and add it to the budget list, would it be possible on the added icon to show a “1” indication, as in the shopping cart?

Viewing 15 posts - 16 through 30 (of 109 total)

You must be logged in to reply to this topic.