New Landing How can we help? Themeforest Theme Support Neighborhood New user issue, product description area & font awesome

Viewing 15 posts - 1 through 15 (of 19 total)
  • #123218
    johyuna
    Member
    Post count: 8

    Hi

    1st issue

    There is a new user issue. I can not register as a new user on my website.
    HERE : http://serenefurstudio.com/shop/my-account/
    I’ve filled all the forms and clicked the submit button but there’s no action.

    2nd issue

    SEE the Attachment
    I want to use area under the product image but I couldn’t.

    3rd issue
    Font awesome is not working in chrome and firefox, IE.

    How can I fix these issues?
    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #123320
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) We’re just checking this now

    2) Do you have the page builder enabled on product pages? If so the content in the main content editor will display in that position

    3) I’ll get my colleague to check this for you

    – Kyle

    #123926
    johyuna
    Member
    Post count: 8

    Thank you for you reply.
    I want to know how it is going these 2 issues? (1,3)
    And I don’t really know what page builder do I have to use. I was wondering if you could recommend me what plugin I should use to make product detail area like neighborhood demo page. Like this http://neighborhood.swiftideas.net/product/mismo-briefcase/

    Thanks.

    #123989
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) The developer is working on this, it will be fixed for the next update

    2) It uses the theme’s page builder. Go to Theme Options > WooCommerce options and make sure page builder is enabled on product pages, then when editing a product you can use the page builder just like you would on a page

    3) I’ve forward this to Mohammad, he will reply shortly

    – Kyle

    #123999
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert given below code at functions.php of child theme Font Awesome issue.

    function dequeue_fontawesome_styles(){
        wp_dequeue_style( 'dhvc-woocommerce-page-awesome-css' );
    }
    add_action( 'wp_enqueue_scripts', 'dequeue_fontawesome_styles', 20 );

    Thanks
    Mohammad

    #124301
    Kyle Jackson
    Member
    Post count: 4

    +1 for Font Awesome issue.

    The proposed solution above did not work in function.php of my child theme.

    The shortcode within the Neighborhood theme is generating a hyphen after the “fa” within the class parameter of the <i> tag. This is messing up the display of font awesome icons.

    View my source here for an example: http://stage01.atcomedia.com/store/about-us/

    Please advise as to how to fix. I do not want to manually type all of the font awesome icons.

    Thanks,

    ..k..

    #124345
    johyuna
    Member
    Post count: 8

    Thanks to Mohammad.

    Unfortunately, font-awesome isn’t still working in IE, Chrome, Firefox, Opera execpt Safari. How can I fix it?

    Thank you.

    #124346
    Mohammad – SUPPORT
    Moderator
    Post count: 27441
    This reply has been marked as private.
    #124353
    johyuna
    Member
    Post count: 8
    This reply has been marked as private.
    #124367
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue so please check it now. I used given below code at functions.php of child theme.

    function sf_enqueue_styles_new(){
    wp_deregister_style('fontawesome');
    wp_dequeue_style( 'fontawesome' );
    wp_register_style('fontawesomeNew', '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css', array(), NULL, 'all');
    wp_enqueue_style('fontawesomeNew'); 
    }
    add_action('wp_enqueue_scripts', 'sf_enqueue_styles_new', 111);

    Thanks
    Mohammad

    #124376
    johyuna
    Member
    Post count: 8

    WOW! Perfect!
    Thank you so much for your effort!

    #124378
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

    #124382
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    #124394
    johyuna
    Member
    Post count: 8

    Thanks, Kyle.
    I’ve already check the topic but I’m still having a problem with registration issue. I’ve updated theme to the latest version 1.95. My shop is scheduled to be opened in a week. So Please look into this ASAP.

    Thanks

    #124397
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’ve passed it on to the development team, all updates will be on that thread

    – Kyle

Viewing 15 posts - 1 through 15 (of 19 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