New Landing How can we help? Themeforest Theme Support Nota Some question about 'Template Blank', 'Footer Backlink', 'Hide review in single

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Nota
  • #313087
    Maurizio.Lattanzio
    Member
    Post count: 174

    I am working in Maintence mode but I ask for some question

    1) TEMPLATE โ€˜BLANK NO HEADER | NO FOOTER’
    When I have a single page with Template ‘Blank No Header | No Footer’ the header it’s always visible. Now the problem is with Maintenance Page and I insert menu different but I must create page withoth header.
    2) SINGLE PRODUCT INSIDE CONTENT, I follow other topics
    3) In Theme option/Footer/Footer Backlink there is not switch to hide Backlink but there is text area. If I write something nothing change but remain link to swift.
    4) In single product details I can switch Review. I want hide review but, if I do it, the additional description missing. Is It possible have Additional description without review?

    Sorry for my poor English, I’am not very good with English

    #313113
    David Martin – Support
    Moderator
    Post count: 20834

    Please add a WP login for us to take a closer look.

    Thanks.

    #313130
    Maurizio.Lattanzio
    Member
    Post count: 174
    This reply has been marked as private.
    #313285
    David Martin – Support
    Moderator
    Post count: 20834

    1) Fixed for the next update.

    2) Are you referring to this being edge to edge? If so, this is fixed for the next update.

    3) Ah yes, go that. Fixed for the next update also.

    4) You want to hide the review totally?

    Here is the updated beta pre-release theme zip file: https://www.dropbox.com/s/4bnemc2l521vfmv/nota.zip?dl=0.

    #313287
    Maurizio.Lattanzio
    Member
    Post count: 174

    Thanks for answer.
    4) Yes, I want hide review totally.

    I make two question if is it possible.

    Peraphs I’m tires and crazy, but the theme required activation code fot update? If yes, I don’t able to looking for where can I insert.

    Perephs there is a problem in menu. When I use ‘Buttom Style Menu Item’ the box it’s not centered. Like in image

    Sorry fo rmy English if is too direct, but I try
    thanks for all! Always

    Attachments:
    You must be logged in to view attached files.
    #313305
    David Martin – Support
    Moderator
    Post count: 20834

    4) Please install and activate the supplied child theme, inside the child theme functions.php file paste this:

    add_filter( 'woocommerce_product_tabs', 'sf_woo_remove_reviews_tab', 98 );
        function wsf_woo_remove_reviews_tab($tabs) {
        unset($tabs['reviews']);
        return $tabs;
    }

    5) Sure you can enable the auto updates here: Theme Options => General Options => Theme Purchase Code

    6) Please enable that so I can see it on the site.

    Thanks.

    #313308
    Maurizio.Lattanzio
    Member
    Post count: 174

    4) Doesn’t function, the page give error
    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'sf_woo_remove_reviews_tab' not found or invalid function name in /web/htdocs/www.chufa.it/home/wp-includes/class-wp-hook.php on line 298

    5) Perfect, do it ๐Ÿ™‚

    6) Enable it! Now you can see it

    #313312
    David Martin – Support
    Moderator
    Post count: 20834

    4) Appologies, here is the updated code:

    add_filter( 'woocommerce_product_tabs', 'sf_woo_remove_reviews_tab', 98 );
        function sf_woo_remove_reviews_tab( $tabs ) {
        unset($tabs['reviews']);
        return $tabs;
    }

    6) This CSS should help you out:

    #header .std-menu ul.menu > li > a.sf-button {
        line-height: 52px;
    }
    #313319
    Maurizio.Lattanzio
    Member
    Post count: 174

    4) Perfect, great ๐Ÿ™‚
    6) Ok, it’s perfect. There is a problme with choice of color ( i set pink or other but it’s always green):
    No problem.

    But If I see a problem can I tell you or it’s bad idea? For example I’ve see a problem with sidebar in product post.

    Thanks for all. Maurizio

    #313321
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Maurizio,

    Sure please list any issues.

    Thanks.

    #313322
    Maurizio.Lattanzio
    Member
    Post count: 174

    ๐Ÿ™‚
    If I try to set sidebar in single product the layout of page it’s wrong. You can see in tet product http://www.chufa.it/prodotto/centesimo/
    The sidebar go down and information go to edge of view.

    #313337
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Will forward it to David so he can check it.

    -Rui

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