Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @PhotosmithPhilip
As much as I would love to help you with your problem but the theme doesn’t have option to make the email address link to the viewers email and popup a window they can send me an email.
This take a bit of effort with customization.
However you can always hire a customizer.
Fill up the form and send your details to hire a customizer http://wensolutions.com/#hire-customizer-form.Hope this will help you.
Best Regards!!!
wensolutions
KeymasterHello,
Have you tired to disable the “Show Blog Listing on home” from
Dashboard => Appearance => Customize => Theme Options => Home Page => Show blog listing.This might be the reason why the latest post are being show on the home page, removing the check from the check box will disable the latest post on home page.
I hope this helped
Best regards
wensolutions
Keymaster@shichuan, this feature to enable or disable the featured image in single post is available in premium version of this theme.
You might be interested to check other one-click features in this theme.
Visit :
wensolutions
KeymasterHello,
To increase the font size of site title, copy the following custom CSS snippet in your Custom CSS field in Customizer option.
.site-title { font-size: 30px; }
Increase the numeric value as per your need. This should do the trick !
Hope this helps.
wensolutions
KeymasterThank you for elaborating it. You can find an option to hide this info in Content Meta Options option in Customizer.
Go to Appearance -> Customize -> Theme Options -> Content Meta Options .
Documentation : http://themepalace.com/theme-instructions/education-hub-pro/
Hope this helps!
wensolutions
KeymasterTry adding the following media queries for mobile and tablet devices.
/* Smartphones (landscape) ----------- */ @media only screen and (min-width : 480px) { #site-navigation{ margin-right: 39%; } } /* Smartphones (portrait) ----------- */ @media only screen and (max-width : 320px) { #site-navigation{ margin-right: 27%; } } @media only screen and (min-device-width : 768px) { #site-navigation{ margin-right: 20%; } }
wensolutions
KeymasterAs much as we’d love to help you, can you please elaborate your request in detail? Also, are you sure the request you have posted is related to Education Hub Pro theme as reference in this support forum ticket ?
wensolutions
KeymasterYes, the caption box can be position through custom CSS. If you can provide hints then we can give you the solution on it.
Next, to remove the yellow color on caption border, copy-paste the following snippet.
#main-slider .cycle-caption{ border-right: none; }
Hope this helps
wensolutions
KeymasterNo problem. Glad to help you.
Have a nice day . !!
wensolutions
KeymasterSorry for the misunderstanding and inconvenience you had through each updates.
It’s not clear how your graphic got override in each updates.
None of the upgrades will affect an existing file that was not a part of the original core.
Updates do not delete anything they only overwrite core files.
The reason for a child theme is to make a way to protect hard coded changes that would otherwise be overwritten in existing core files such as functions.php, style.css or any graphic images (physical files).
Additionally, your customizer options (Theme Options) should also remain un-change since these values is stored in the database.
wensolutions
KeymasterIf we have understood you correct, then here are the steps to bring your content below near to the main menu.
Steps :
1. Remove image: Go to your page editor “Computerkurse” and select value to ‘No image‘ in Choose Image Size in Single Post/Page select option and [Save]. Do this step if you want to remove the image that is in the content.
2. Remove title “Computerkurse” : Put the following custom CSS in Appearance -> Customize -> Theme Options -> Advanced Options -> Custom CSS
article.page h1.entry-title { display: none; }
This will hide the page title and push the content above near the menu.
Hope this what you are looking for.
If still not, let us know.
wensolutions
KeymasterPlease update your theme to the latest available version 2.0.9 . Minor bug fixes with some additional features are improved.
wensolutions
KeymasterI am glad your issues are solved,
Congratulations and thank you for being patient with usBest regards.
wensolutions
KeymasterHello,
I hope you are having a very nice day,The instructions you provide seems a bit confusing,
Can you please elaborate more on the issue or the feature you want by providing us your site url and/or a screen shot of the feature you want but cannot obtain right now.Best regards.
wensolutions
KeymasterHello,
I am sorry for the issue you are currently facing,
but it seems to work fine when we test it here.Please try removing all the code I gave to you and
add the following given code as a whole onDashboard => Appearance => Customize => Theme Options => Custom css
.box-container .box-inner:hover .box-content { background-color: #A24333; } .evision-back-to-top { background: #A24333 none repeat scroll 0 0; } .evision-back-to-top:before { background-color : #337ab7; } .evision-wrap-banner .controls #bizlight-prev i:hover, .evision-wrap-banner .controls #bizlight-next i:hover { background-color: #337ab7; }
If you still continue to have this problem,
please provide your site url so that we can have a look from it.Thank you.
-
AuthorPosts