WEN Themes
Forum Replies Created
-
Hello,
You can try following code to remove custom home page and display your content. You have to put following snippet in
functions.php
of your child theme.function custom_remove_front_page_template( $template ) { return ''; } add_filter( 'frontpage_template', 'custom_remove_front_page_template' );
Forum: Themes and Templates
In reply to: [WEN Corporate] How to center Footer menu and copuright infoHello,
Thanks for using our theme. You can customize theme using child theme. In your theme’sfunctions.php
put following code to center footer content. https://gist.github.com/wenthemes/92ed3b8c0e5740002691Forum: Themes and Templates
In reply to: [WEN Corporate] How to make my "home"page the actual home pageYou can see widgets added by theme in the
Widgets
. To display resent posts carousel, you can use Recent Posts Widget. To show service, use Service widget.Forum: Themes and Templates
In reply to: [WEN Corporate] How to make my "home"page the actual home pageHello,
Go to ‘Appearance’ -> ‘Widgets’. Add widget in ‘Front Page Widget Area’. After putting widgets there, home page will display your widgets. To display slider, go to ‘Appearance’ -> ‘Customize’. You can find slider settings under ‘Theme Options’ -> ‘Slider’.Forum: Themes and Templates
In reply to: [WEN Business] Child themes and custom post typesHello,
Thanks for using our theme. Answers to your questions are given below.
1. You should NEVER modify any theme or plugin directly. It is highly recommended to use child theme for modification of parent theme behaviour. Also, for registering CPT, it is recommended to use plugin so that data wont be lost when theme is switched.
2. WidgetWEN_Business_Latest_News_Widget
is used for displayed featured posts. You would have to override this widget from child theme so that update of parent theme wont trouble you in future.Forum: Plugins
In reply to: [WEN Skill Charts] Percentage always shows NaN%Hello,
I check your site and scanned to debug. Current issue has come due to
Ultimate Social Media and Share Icons
plugin. In our plugin we have used Easy Pie Chart jQuery plugin show the circle. And it has known bug when it is used with jQuery UI. That plugin is using jQuery UI. If you disable that plugin circle will work as expected.Thanks.
Forum: Themes and Templates
In reply to: [WEN Corporate] how to override file in inc folder?Hello,
Thanks for using our theme. Nice that you have used child theme approach to customize parent theme. But such overriding is only applicable for template files likesingle.php
,header.php
. In next version, we will make functions overridable from child theme. And also we will add post link in the image in Recent posts widget. It will take few days to pass theme review process and release of new version.
ThanksForum: Themes and Templates
In reply to: [WEN Business] How to customize the size of sliderHello,
That size is only recommended size. You can upload images with your desired size and it will work fine. But keep in mind that, to get best result, size of all images should be same.
ThanksHello,
You can replace site title with your logo from theme options. Upload your logo fromLogo
field under ‘Theme Options’ -> ‘General’. To show / hide site tagline, go to ‘Theme Options’ -> ‘Header’ and use checkbox ofShow Tagline
. To put social links, please check the documentation page. https://wenthemes.com/doc/wen-corporate/#HowtoshowsocialiconsinHeader?Forum: Plugins
In reply to: [WEN Skill Charts] Percentage always shows NaN%Hello,
Can you please make sure that you have entered number without percent symbol in the box? What changes did you make before it stopped working? Please share your site link.
ThanksHello,
As quick fix you can do following.
* In your child theme, create foldertemplate-parts
( if not exists )
* Create file namedbanner-slider.php
.
* In that file, copy following code
https://gist.github.com/wenthemes/d888d2193d79af9612f7
* In the file, around line 16, change the page IDs as you desire. Other slider settings will work as normal.Thanks
Forum: Themes and Templates
In reply to: [WEN Corporate] how to remove read moreAre you referring to
lash pash Chat Room
post? I didn’t seeRead more
link there. Can you please explain?Forum: Themes and Templates
In reply to: [WEN Corporate] how to remove read moreCan you please share us the site URL? Also, check the issue after disabling all plugins. What did you get?
Forum: Themes and Templates
In reply to: [WEN Corporate] how to remove read moreHello,
Go to ‘Appearance’ -> ‘Customize’. Go to ‘Theme Options’ -> ‘Blog’. ChangeBlog Layout
toFull Post
.
ThanksForum: Themes and Templates
In reply to: [WEN Business] Wen Business Slider doesn't workHello,
If you have followed the documentation then it should have displayed. However, can you please check that posts you are fetching for slider have featured image set. Slider is only displayed if there is featured image available.