New Landing How can we help? Themeforest Theme Support Nota Multiple Questions for Nota

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Nota
  • #310368
    WoogieChad
    Member
    Post count: 14

    Hi,

    A few more questions – thanks for your support!

    1) Is it possible to add an “email” icon and functionality so user can email a wish list (instead of Tweet, for example)? The icon could appear right next to social icons.

    2) The page title in the search results page is missing a space, so it is showing “2 results forproductname_here” do know where I can update? See screeshot: http://d.pr/i/BDOA

    3) Is there a recently viewed section (for example could appear where “Similar Items” + icon is) or widget available?

    4) Is it possible to have the Newsletter/Subscriber Bar appear on homepage for mobile/tablet view?

    5) How I can hide the “Add to Bag” and “Select Options” tool tips , plus remove Add to Wish List icon and QuickView text on the Category Pages on tablet and mobile?

    #310380
    David Martin – Support
    Moderator
    Post count: 20834

    1) Yes, I have added this, it will be in the next future update. You would set it in Theme Options => General Options => Social Share

    2) This is fixed for the next update. If you want me to add this to your site before, please add your FTP details and I’ll help you amend that.

    3) You can use the Page Builder asset Products Mini, set the display type to recently viewed. To place this outside of a page/post/product or widget area you would need to work with a developer.

    4) Yes, with a little CSS custom tweak due to lacking screenspace.

    @media only screen and (max-width: 767px) {
    	#sf-newsletter-bar {
    	    display: block!important;
    	}
    	#sf-newsletter-bar .container {
    	    width: 100%;
    	}
    	#sf-newsletter-bar .sub-text {
    		font-size: 16px;
    	}
    	#sf-newsletter-bar .sub-text,
    	#sf-newsletter-bar .sub-close { 
    		padding: 0;
    	}
    }

    5) Yes, in theory using CSS. Can you provide a couple of screenshots and the links to these locations on your site as the CSS will vary slightly.

    #310715
    WoogieChad
    Member
    Post count: 14
    This reply has been marked as private.
    #310909
    David Martin – Support
    Moderator
    Post count: 20834

    1&2) I’ll try and get this sorted today so it can go out next week.

    5) I think we can do all that with this:

    @media only screen and (max-width: 767px) {
       .product figure .cart-overlay .shop-actions>.add-to-cart-wrap { 
          display: none; 
       }
       .yith-wcwl-add-button.show,
       .woocommerce ul.products li.product:hover .jckqvBtn {
          display: none !important;
       }
    }

    6) It looks like the JS is not working due to 8 JS errors, you can see this in the console log. Any scope to deactivate the plugins?

    #311071
    WoogieChad
    Member
    Post count: 14
    This reply has been marked as private.
    #311112
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide admin credentials to check your menu settings?

    Thanks

    -Rui

    #311211
    WoogieChad
    Member
    Post count: 14
    This reply has been marked as private.
    #311291
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    can’t login with those credentials, something is wrong. Can you check?
    Thanks

    -Rui

    #311340
    WoogieChad
    Member
    Post count: 14
    This reply has been marked as private.
    #311693
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You need to always place something in the menu url. When you don’t want it to go anywhere you must use a wildcard #

    Like I did with the Woman menu item.
    https://www.dropbox.com/s/znfeih3533cdi75/Screenshot%202017-01-27%2018.50.28.png?dl=0

    You can see that in table that item already works fine, just do the same for the others.

    Hope it helps.

    -Rui

    #311728
    WoogieChad
    Member
    Post count: 14
    This reply has been marked as private.
    #311988
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register