Forum Replies Created
-
AuthorPosts
-
eVision Themes
KeymasterTextarea row height seems overriden by theme CSS preventing it to take actual rows height. So this can be fix by adding simple custom CSS. Follow the steps below:
1. First you need to Go to your Dashboard -> Appearance -> Customize -> Theme Options -> Custom CSS options.
2. In this section you need to add this CSS:
.wpcf7-form-control {
height: auto;
}You can adjust no. of rows from CF7 shortcode.
Write us if problem exists.
eVision Themes
KeymasterTry changing the post slider permalink to something like http://yourdomain.com/#my-custom-section which when click would scroll the page down to particular section ‘my-custom-section’. Hope this make sense.
Thanks
eVision Themes
KeymasterHi,
Make sure the generated shortcode for textarea looks something like this :
[textarea your-message 40×10 “your message here …”]
This should work with the design.Thanks
eVision Themes
KeymasterJust go to your page editor section and choose the third layout under Choose Sidebar Template option. This would give you a fullwidth layout page.
eVision Themes
KeymasterPlease update your theme to the latest version 2.0.4 for this bug fix. Let us know if you have still have this problem.
Thanks
eVision Themes
KeymasterHi there,
First of all thank you for choosing our theme Bizlight.
We would like to request you Please post your queries in our support link: http://themepalace.com/forum/bizlight-pro/
We are available there.
Regards
eVision Theme SupporteVision Themes
KeymasterHi there,
First of all thank you for choosing eVision Corporate theme.
We would like to request you Please post your queries in our support link: http://themepalace.com/forum/evision-corporate-pro/
We are available there.
Regards
eVision Theme SupporteVision Themes
KeymasterHello,
We would like to request you to ask this question here http://themepalace.com/forum/bizlight-pro/.
Regards,
eVision Themes TeameVision Themes
KeymasterHello John,
First of all thanks for choosing Bizlight Pro.
Regarding issue changing in banners, Yes there was a error in our theme. Now we solved it.
New version ( 2.0.4) of the Bizlight Pro theme is now available. Please confirm that you have got the update notification in your dashboard.Sorry for late reply.
If you have any issue, you can post in this url http://themepalace.com/support-forum/Regards,
eVision Themes TeameVision Themes
Keymaster- Please go to appearance menu,
- Create a new menu
- Lets name it Empty Menu and please don’t add any menu item under it
- And in Menu Settings check on Primary Menu
- And finally Save Menu
We hope it will help you. If you have any further queries, please let us know.
Thanks!
eVisionThemes TeameVision Themes
KeymasterBy default you can change the banner image,if you remove the banner image, default banner image will appear.
To change banner image:
1. From “Customize” section, go to Theme Options.
2. From Theme Options, go to Layout Options.
3. You can change Default Banner Image.Here is another way to remove banner image from Custom CSS.
.page-inner-title { background-image: none; background-color: #028484; }
It will solve your problems. If you have any further problems, please let us know.
Thanks!
eVisionThemes TeameVision Themes
KeymasterHello John,
Thank you for using our theme.
In the Bizlight Pro version,1. From “Customize” section, go to Colors.
2. From Colors, go to Basic Color Options and you will be able to change basic colors.
3. In the Basic Color you will see Banner Title Color, it will change the main title color.For changing the text color to please
1. From “Customize” section, go to Theme Options and inside it there is Custom CSS.
2. Now, here you can add Custom CSS..evision-slider-caption p { color: #25BABA; }
Here is our full documentation http://themepalace.com/theme-instructions/bizlight-pro/.
We hope it will solve your problems. If you have any further queries, please feel free to post.
Thanks!
eVisionThemes TeameVision Themes
KeymasterThe supported social links are as follows:
– facebook.com
– twitter.com
– linkedin.com
– instagram.com
– youtube.com
– pinterest.com
– plus.google.com
– flickr.com
– tumblr.comIt is also mentioned in the theme docs:
http://doc.evisionthemes.com/evision-corporate-pro/#item_sub3_8If you have further confusion, please don’t hesitate to post.
Regards,
eVisionThemes Support TeameVision Themes
KeymasterHello william,
Thank you for using our theme Bizlight-Pro.
By default there is no option for mobile menu removel. But you can do it by yourself,
Please put the following CSS in the Custom CSS.1. From “Customize” section, go to Theme Options.
2. Now, go to Custom CSS and put the following CSS@media screen and (max-width: 767px) { nav.main-navigation { display: none !important; } }
We hope it will fulfill your requirement. 🙂
Please view our documentation here http://themepalace.com/theme-instructions/bizlight-pro/.
If you have any further queries, please feel free to post 🙂
Regards,
eVisionThemes Support TeameVision Themes
KeymasterHello johnmark,
thank you for using our theme Bizlight-Pro.
By default there is no option for full height slider. But you can do it by yourself,
Please put the following CSS in the Custom CSS.1. From “Customize” section, go to Theme Options.
2. Now, go to Custom CSS and put the following CSS.bx-viewport, .bx-wrapper { height: 100vh !important; }
Please view our documentation here http://themepalace.com/theme-instructions/bizlight-pro/.
If you have any further queries, please feel free to post 🙂
Regards,
eVisionThemes Support Team -
AuthorPosts