Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello @Leeswilson,
The current version of this theme doesn’t support squeeze page. To implement the feature to make squeeze page to enter email address and getting free pdf, customization needs to be done on the theme which also includes playing around with the plugins. If you would like to have all those functionality then you may need to hire a customizer.Let us know if you need any further help.
Regards.wensolutionsKeymasterGlad to hear that. And thanks for your nice appreciation for the theme as well.
Thanks for your time!
Regards,
wensolutionsKeymasterHello @simon,
It looks like you have used some contact form plugin for the form. So, while creating a form from that plugin you can select language for the form like this contact form plugin does (https://wordpress.org/plugins/contact-form-7/) and all the form text will be in that selected language. Alternatively, you can use a WordPress function which translates texts (https://codex.wordpress.org/Plugin_API/Filter_Reference/gettext). For example:
To change ‘Name’ to ‘First name’, just add the below codes in ‘functions.php’ of child theme.add_filter( 'gettext', 'theme_change_comment_field_names', 20, 3 ); function theme_change_comment_field_names( $translated_text, $text, $domain ) { if ( is_singular() ) { switch ( $translated_text ) { case 'Name' : $translated_text = __( 'First Name', 'Bizlight' ); break; } } return $translated_text; }
Note: This function translates all the matching text to the translating text allover the theme.
Also, create child theme if you are going for the coding option. For that: https://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_ThemeBest regards,
wensolutionsKeymasterHello @leeswilson,
Hope your are doing well.Actually, “Leave a comment” box can be disabled by the backend for individual posts. For that, just uncheck the checkbox that says “Allow comments” in the post edit screen and it will disable comments for that particular post. However, if you want to disable ‘categories’ name as well as ‘Leave a comment’ for all of the posts then you can do as suggested above and that is : create a child theme, activate it and just put the above codes in ‘functions.php’ of the child theme.
Best regards,
wensolutionsKeymasterHello @lossa,
Your queries have been replied below:==> When I customize Front Page Widget Area, Primary Sidebar and Secondary Sidebar disappear.
Yes, that’s absolutely right when you customize Front Page Widget Area, Primary Sidebar and Secondary Sidebar disappear but it dissappears from front page only and not from the other pages or single posts.
That Front Page Widget Area is for front page only.The theme is designed with such a functionality that one can add only widget/widgets only to make their front page as they want.The theme provides different widgets for front page e.g. Featured Page Widget,Latest News Widgets,Latest Works Widgets,etc. You can add these widget to make your site similar as shown in this demo http://demo.wenthemes.com/wen-business/
So when you add widget in Front Page then it reflects in front page only and primary and secondary sidebar will be disabled from front page.
And what will you see in front page after adding widget in front page is only the widget/widgets as a whole everything seems to be disappear except the widget/widgets you added in Front Page Widget Area.
So don’t get confused.==> But I need to put contact information somewhere on the front page.
If you want to add contact information in your front page then you can add a text widget in primary or secondary sidebar and enter your contact info in that text widget.
If you want to show primary and secondary sidebar in front page you need to remove all widgets/widgets from Front Page Widget Area.Hope this will help to resolve your issue.
Regards!!
wensolutionsKeymasterHello @leeswilson,
To add the social icons first you need to go to Admin Panel -> Appearance -> Customize -> Themes Options -> Header Options and check the check-box that says Show Social Icons as shown http://prntscr.com/a1bkbv
This may not be sufficient to show the social icons. If you have already created your menu for social icon then assign that particular menu to Social Menu from Admin Panel -> Appearance -> Menus -> Manage Location. as shown http://prntscr.com/a1bmot
If you have not create any menu the create one for social icon. Follow the steps below:
From Admin Panel -> Apearance do as shown http://prntscr.com/a1bobp.
Now you need to add items to this created menu as shown here http://prntscr.com/a1br4c.
Now assign this menu to social menu as shown http://prntscr.com/a1bmotYou may also get help from the documentation here: http://themepalace.com/theme-instructions/wen-associate/
Hope this will help to solve your problem.
Regards,
wensolutionsKeymasterHello @Louise,
Thanks for your awesome appreciation on the theme and for recommending this theme as well. You can suggest her the above plugin for facebook updates if that meet the requirement.Thanks,
regards!
wensolutionsKeymasterHello @leeswilson,
To have white background you need to add simple custom CSS through Customize section of the theme.
First Go to Dashboard -> Appearance -> Customize -> Themes Options -> Advanced Options.
In this section will you find an area to add Custom CSS:And add below custom CSS.
//This CSS is for content and the blog posts or page content..content-area { background-color: #fff; }
//This CSS will change side column colors as you have mentioned
.sidebar .widget { background-color: #fff; }
Hope this will solve your problem.
Feel free to post if you have any confusion on this.Regards,
wensolutionsKeymasterHello @leeswilson,
I have seen your screenshot and there is way to remove those boxes of category and comment you are taking about.
But you need to create child theme for that. To know how to create child theme reference link can be: https://codex.wordpress.org/Child_Themes
After successfully creating and activating child theme.Now you need to add below code in child theme’s functions.php file.function wen_associate_entry_footer() { edit_post_link( __( 'Edit', 'wen-associate' ), '<span class="edit-link">', '</span>' ); }
Hope this solves your issue.
Regards,
wensolutionsKeymasterHello @leeswilson,
The background color is working fine for us with the fluid layout and with boxed-layout as well. You can see the attached screenshot: http://prntscr.com/a1aloi
However, you should click ‘Save and Publish’ button everytime after making any changes in the customize section. Else the effect won’t appear on the site at the front-end.Let us know if you need any help.
Best regards,
wensolutionsKeymasterHello @Louise,
Actually your requirement seems a bit confusing for us. So, do you want to show updates of your site in facebook or do you want to show facebook updates in your site? However, if you want to show facebook updates in your site then you may like to use a plugin whose description is described below:
Custom Facebook Feed
You can use Custom Facebook Feed plugins that displays your latest feeds directly onto your site and also supports public pages that might be of interest. Recent Facebook posts is highly customisable and also very SEO-friendly.Use the shortcode [custom-facebook-feed] in your page, post or widget to display your feed.
https://wordpress.org/plugins/custom-facebook-feedNote: We don’t have any sort of advantage from this plugin by recommending this to someone. This is just a recommendation as it is easy to use.
Thanks,
Regards
wensolutionsKeymasterHello @spiritualgems,
You can send your login details at support@wensolutions.comThank You!
wensolutionsKeymasterHello @spiritualgems,
We can understand your problem and also we are eager to help you. That is why we are here.As you have switched to ‘twenty-sixteen’, we are being unable to inspect your problem that you have in photo-perfect theme. For us, it is working like a charm as shown in the demo. If possible then you can share us your login details so that we can test it. And for the front-end, you can use any of the coming-soon plugin. Also, if you have done any sort of customization in the theme then you can share it with us.
Best regards,
wensolutionsKeymasterHello @spiritualgems,
I hope you are doing well.We inspected your site and found that the theme you are currently using is not ‘Photo-perfect’, in fact its ‘twenty-sixteen’. So, if your problem is related to this theme [currently using], then you should post in its support-forum itself. However, if your problem is related to ‘Photo-perfect’ then you may post it here.
Thanks,
Best regards!
wensolutionsKeymasterHello @spiritualgems,
As explained above, the text that is seen on mover-hover is the title of each of the posts. To be precise, theme automatically generates it like it is shown in the demo. It does not require any sort of manual addition/configuration. Hence, we would like to inspect the problem in your site itself. So, would you please provide us your site-url?
Thanks!
-
AuthorPosts