Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello,
Thank you for the appreciation,Please add the below given code on the same place as instructed on the previous comment,
.evision-wrap-banner .controls #bizlight-prev i:hover, .evision-wrap-banner .controls #bizlight-next i:hover { background-color: #337ab7; }
This should wrap it up,
best regards.wensolutions
KeymasterHello,
Hope you are having a good day,To change the color of the service section and the back to top button you will have to follow the below given instructions.
First of all You will have to go to
Dashboard => Appearance => Customize => Theme Options => Custom css
Then you can paste the below given code for the hover color of service section,
.box-container .box-inner:hover .box-content { background-color: #A24333; }
For the back to top button background and hover color please add the below given code on the same place as instructed above,
.evision-back-to-top { background: #A24333 none repeat scroll 0 0; } .evision-back-to-top:before { background-color : #337ab7; }
Change the color values according to your will.
I hope this solves your issues,
Best regards and have a nice daywensolutions
KeymasterAs much as we’d love to help, your request will be meet if you go for Pro version of this theme. It has inbuilt feature come up with the option to use a slider in the header section or just a static header image.
For more info :
Comparison chart : http://themepalace.com/downloads/photo-perfect-pro/
Documentation : http://themepalace.com/theme-instructions/photo-perfect-pro/
Regarding use of Meta Slider Pro, although it hasn’t been tested on its compatibility with this theme you shall have to go customizing the header section files. Use given plugin shortcode in that particular file section and thus design workarounds will be additional effort to adjust within the current site design and layout.
Out of the box, you can consider taking help by Hiring our Customizer on your requirement.
Hope this will give you some idea moving forward.
wensolutions
KeymasterHello @CTUCSCL and @fishipictures
As far as we have checked this theme locally and it works all fine and all the slider settings are working perfectly.
However the slider functionality is not checked with any third party plugins.
So, if you have installed any third party plugins then please try disabling them one by one and check you site if the issue is fixed. If the issue is fixed you will know the exact plugin that have created the issue.
But if the issue still continues then kindly let us know.Regards!!!
wensolutions
KeymasterHi, thank you for your query.
There is no distinct reason for this issue. However, it might occur if not properly updated, if edited the parent theme before or failed to activate properly.
wensolutions
KeymasterSorry for the inconvenience. The update notification takes few hours to propagate and show it in Theme Palace shop and your admin dashboard.
Thank you for patience, please keep checking.
wensolutions
KeymasterNow Pro version 2.0 includes all the feature as discussed above.
– Switch off zoom effect on image
– Switch off link and lightbox effects and redirect to the post when clicked
Please upgrade to the latest version to get this feature in just one-click.
wensolutions
KeymasterWell, you can change the height the main menu by putting the following custom CSS code in customizer
section of your dashboard.@media only screen and (max-width: 1023px){ .main-navigation ul li a { padding: 17px 13px; } } .main-navigation ul li a { padding: 17px 25px; }
You can change the value of padding: ie value 17px to your adjustment.
Hope this will solve your issue.
Let me know how it goes.Regards!!!
wensolutions
KeymasterHello @CherylR
To center the main menu you need to add below custom CSS from Customization section.
#site-navigation { float: right; margin-right: 24%; }
You can adjust the value of margin-right parameter to you choice if you are not satisfied with the above value.
Let me know how it goes.Regards!!!
wensolutions
KeymasterHello @richardboat
Can you please explain you issue in much details. You want your logo to be resolved but like the header and also centered confused me.
You can possibly explain you issue with site URL or the screenshot.Regards!!!
wensolutions
KeymasterHello @CherylR
As much as I would love to help you with this issue but currently the theme only provides the feature of keeping the slide in Entire Site or Home Page/Front Page.
You will see this option in Customize / Featured Slider / Slider Type / Enable Slider on.
By if you can not satisfied with this you can always hire a customizer.
Fill up the form and send your details to hire a customizer http://wensolutions.com/#hire-customizer-form.Best Regards!!!
wensolutions
KeymasterHello @CherylR
To remove comment from you about page, first you need to go to particular about page edit screen.
After that you will Screen Options on the top right corner you need to click that, then menu will expand, and now you need to check the check-box Discussion. Now after that go below the screen you will see Discussion section. Now uncheck the check-box Allow comments.
You can further refer below attachment.
https://www.dropbox.com/s/klo0bswfz7ax4nz/about.png?dl=0
After that Update you page then you should be done.Hope this will solve you issue.
Regards!!!
wensolutions
KeymasterWell, the recommended image Sizes for slider is 1420px X 550px . The image height equal to 300px would be extra small in viewport.
However, if you still want it to that size, slider height can be reduced through custom CSS code.
You can try the pasting the following code again.
.site-layout-fluid #main-slider { height: 300px !important; }
Hope this helps !
wensolutions
Keymaster@CherylR, well the posts section can be suppress to hide using custom CSS code.
Paste the following CSS code in Appearance -> Customize -> Theme Options -> Custom CSS
.site-content { display: none; }
Next, referencing to your screenshot ‘edit’ texts just displays for logged in users. It won’t be shown to log out or normal site visitors.
If you still have anything else, please let us know.
Thanks
wensolutions
KeymasterYour are welcome !. Glad to help you.
-
AuthorPosts