Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello @contactcfdtsi-com,
Please find answer to your query below:
Query #1:
Response: To replace the search placeholder in the default search widget you have to activate the child theme.
To know how to create and activate the child theme please refer to below-given link:
http://wptravel.io/how-to-create-a-child-theme/
After activating the child theme in your child’s theme functions.php add below given code.
add_filter('get_search_form', 'my_search_form'); function my_search_form($text) { $text = str_replace('placeholder="Search …', 'placeholder="text ', $text); return $text; }
Here change the “text” as per your requirement.
Query #2:
Response: As for your query, we are unable to replace the text, with RSS and tweeter icon. To display as per your requirement requires higher code customization which is beyond the support we offer for our product.
Hope this helps.
Regards!!
wensolutionsKeymasterHello @sijmendeboer,
Please add below given CSS.
.site-info { padding-bottom: 0px; padding-top: 0px; } .copyright { margin-bottom: 0px; }
Hope this helps.
Regards!!
wensolutionsKeymasterHello @sijmendeboer,
To reduce the padding between the header and the content use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.
.site-content { padding-top: 20px; }
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @contactcfdtsi-com,
Glad that your issues are fixed now.
If you have any query/confusion further then please let us know.
Thank you.
Regards!!
August 8, 2018 at 2:03 am in reply to: How to make my WordPress site look like the theme demo? #77206wensolutionsKeymasterHello @taichinhgiaphu,
The update has been released including demo content importer option. So please update to the latest version and enjoy the feature.
Thank you 🙂 .
Best Regards!!
wensolutionsKeymasterHello @todd-d-woodward,
The update has already been released fixing the issue.
Please update to the latest version and verify the issue.
Thank you.
Regards!!
wensolutionsKeymasterHello @dianebusch18,
Please refer to below given link to find out the icons that are supported by the theme.
https://fontawesome.com/v4.7.0/cheatsheet/
Hope this helps.
Regards!!
wensolutionsKeymasterHello @spacesconnection,
First of all thank you very much for using the WP Travel plugin.
Regarding your query, we will answer them via the email that we have received from you.
Further, if you have confusion then you can directly post your queries in our official support forum given below:
http://wptravel.io/support-forum/forum/wp-travel/
Thank you.
Best Regards!!
Have a good day 🙂 .
wensolutionsKeymasterHello @revealmarketing,
First of all thank you very much for trying the free version of the theme.
All the section of the theme is working fine when tested locally. In your side, slider sections may not be displayed may be because you have not enabled the section.
You need to enable the slider section from Admin Panel > Appearance > Customize > featured Slider > Slider Type > Enable Slider On and chose the option “Statci Front page only“.
Similarly, you can set the other section by placing the desired widget in Front Page widget Area from Customize > Widget.
Further, yoconsiderinitely considere buying the pro version as pro version comes with additional exiciting feature and to know about it please refer to below given link:
http://themepalace.com/downloads/master-business-pro/
You can see the description of the feature in the official documentation as well.
http://themepalace.com/instructions/themes/master-business-pro/
Hope this helps.
Thank you.
Best Regards!!
wensolutionsKeymasterHello,
The text appears at the left as there is sidebar at the right of the page.
So if you do not want the sidebar and wants your text to be at the center then you can go to Admin Panel > Appearance > Customize > Theme Options > Layout Options > Default Layout and chose the option “No Sidebar” .
Hope this helps.
Regards!!
wensolutionsKeymasterHello @liberaldusunce,
To resolve the issue please add below given CSS.
.home .main-navigation a { padding: 17px 7px !important; }
Hope this helps.
Thank you.
wensolutionsKeymasterHello @sijmendeboer,
To achieve what you want requires higher code customization and as much as we would love to help you with this, we are unable to so as it is beyond the support we offer for our product.
But if you wish then you can hire a professional developer so that you would get what you exactly want.
To hire a developer please refer to below given link:
http://themepalace.com/hire-a-customizer
Thank you.
wensolutionsKeymasterHello @liberaldusunce,
To display the social menu at the header please follow below given steps:
Step 1: At first create the social menu by going to Admin Panel > Appearance > menus including your desired custom links like facebook etc.
Screenshot:
https://prnt.sc/ijrqgxStep 2: Now assign the created menu to Social menu location by from Admin Panel > Appearance > Menus or from Admin Panel > Appearance > Customize > Menus > Menu Locations.
Step 3: Finally go to Admin Panel > Appearance > Customize > Site Identity and enable the option to display the social menu at the header.
Hope this helps.
Regards!!
wensolutionsKeymasterHello @sijmendeboer,
For the title use below given CSS.
.wrap-about h2 { color: #fff !important; }
Now as for the translation, all the string in the theme are already made translation ready so you can change those string in any language you want.
You can translate the string using the plugin like loco translate which is actually easy to use.
https://wordpress.org/plugins/loco-translate/
Hope this helps.
Regards!!
wensolutionsKeymasterHello @sijmendeboer,
Glad we could help you.
If you have any issues further then please let us know.
Thank you.
Best Regards!!
-
AuthorPosts