Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › New user issue, product description area & font awesome
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › New user issue, product description area & font awesome
- This topic has 18 replies, 4 voices, and was last updated 10 years by Mohammad – SUPPORT.
-
Posted in: Neighborhood
-
October 27, 2014 at 8:10 am #123218
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.October 27, 2014 at 12:01 pm #123320Hi
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
October 29, 2014 at 4:59 am #123926Thank 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.
October 29, 2014 at 8:38 am #123989Hi
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
October 29, 2014 at 8:56 am #123999Hi,
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
MohammadOctober 29, 2014 at 11:35 pm #124301+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..
October 30, 2014 at 4:00 am #124345Thanks to Mohammad.
Unfortunately, font-awesome isn’t still working in IE, Chrome, Firefox, Opera execpt Safari. How can I fix it?
Thank you.
October 30, 2014 at 4:02 am #124346This reply has been marked as private.October 30, 2014 at 5:27 am #124353This reply has been marked as private.October 30, 2014 at 7:47 am #124367Hi,
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
MohammadOctober 30, 2014 at 8:26 am #124376WOW! Perfect!
Thank you so much for your effort!October 30, 2014 at 8:26 am #124378Thanks Mohammad
– Kyle
October 30, 2014 at 8:30 am #124382For the registration issue please follow this topic: http://www.swiftideas.com/forums/topic/new-user-registration-not-working-neighborhood-v1-94-and-wc-v2-2-7/
– Kyle
October 30, 2014 at 8:46 am #124394Thanks, 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
October 30, 2014 at 8:50 am #124397I’ve passed it on to the development team, all updates will be on that thread
– Kyle
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.