Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello,
As much as we would like to help you, the feature you are requesting is not available on the theme currently, the theme uses the excerpt of the post in the blog listing page which is dependent on the excerpt length on the customizer setting and implements the read more link accordingly.
Although the feature can be added with some advance code customization, It would be wise not to touch the code yourself if you do not have knowledge on programming,
Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.To hire a developer please follow the link below
http://themepalace.com/hire-a-customizer/Best Regards.
wensolutions
KeymasterHello,
The background color in the Education Hub Pro theme comes from the customizer setting in your Admin Dashboard > Appearance > Customize > Color Options > Basic Color Options > Background Color.
Please make sure you have set the color to be white ( #ffffff ) under this setting and have saved your changes. The “default” button beside the color selector also sets the color to the default white.
Regarding your query with the header image, while we have inspected the website the header image seems to be working fine. Please verify if the issue still exists and explain further with a screenshot marking the issue so that we could have a better understanding of the issues and provide a fix.
Hope this Helps,
Best Regards !!
December 11, 2016 at 9:57 am in reply to: Images on the Homepage will not link and stay correct size/alignment #25365wensolutions
KeymasterOk, so let’s put the following custom CSS script to bring it to the default thumbnail size.
.entry-content .size-thumbnail { width: auto; }Hope this will work for you !
wensolutions
KeymasterWell, you can do this by adding custom css through Appearance -> Customize section
#feature-slider .read-more { padding: 28px 60px; }Note: You need to play with numeric values to adjust button height / width as per your choice.
Hope this helps !
December 10, 2016 at 10:24 pm in reply to: Images on the Homepage will not link and stay correct size/alignment #25307wensolutions
KeymasterBut I need them to link to their respective pages and look how they do right now.
Since it seems like you are inserting content along with those two aligned logos from visual editor, there is an ‘anchor’ icon on the toolbar from which you can link them to the respective pages.
Click an ‘anchor’ , pop-up will appear that gives you an option to select page to link them to.
Hope this is what you are looking for.
If you have any other queries, please let us know.
wensolutions
KeymasterHello,
To accomplish your requests, please add in the following Custom CSS :
@media screen and (min-width: 1023px){ #site-header-text h1.site-title { margin-top: 54px!important; } .has-logo-site-title #site-logo img { width: 117px; } } @media only screen and (max-width: 768px){ #site-branding #site-header-text h1 a, #site-branding .site-description { color: #059b78; } }This will make your logo size bigger in the desktop, and will change the color of the text of the site title in mobile view to the color same as in the desktop view. If you want to change the color only for mobile view, please change the “#059b78” color code with the color Hex code of your desired color.
For reference on color Hex see the link here : http://www.w3schools.com/colors/colors_picker.asp
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @jjambeck,
The menu title of the website dropped below the logo as the title text used in your website is longer than the site title allocated space as per the theme design.
Please add the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS Options : to resolve the issue in your website.
@media screen and (min-width: 1023px){ #site-header-text h1.site-title { margin-top: 32px; } .row .col.col-7-of-10 { width: 40%; } .row .col.col-3-of-10 { width: 60%; } }Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
The following additional Custom CSS should help you with the remaining sections :
#quick-contact li::before { color: #1e73be!important; } #quick-contact li a:hover { color: #1e73be!important; } #quick-contact li a:hover::after { background-color: #1e73be!important; } .sow-features-list .sow-features-feature p.sow-more-text a { color: #1e73be!important; }Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
The font in the button of the featured slider comes from the Admin Dashboard > Appearance > Customize ▸ Theme Options > Font Family Options > Default Font Family. To change the font, please change the font accordingly.
For the button font size please paste in the following custom CSS :
.read-more { font-size: 19px; }You can change the font size value in px, as per your requirements.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @jasonix5,
You can add the fonts in the theme externally and use them via Custom CSS implementation.
However the availability of choosing the fonts from the theme customizer requires advance code customization and theme file modification.
To learn more about including the font in the theme externally see the link here : http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/ .
You can also choose to use third party plugin like : https://wordpress.org/plugins/use-any-font/ for the task.
However, as the third party plugin has not been tested with the theme itself for compatibility, please note that we cannot be completely assured about the compatibility of the plugin with the theme.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @visual1bc,
You can change the remaining colors to your desired site color ( blue ) by pasting in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS :
.so-widget-sow-hero .sow-slider-base .sow-slider-pagination li.sow-active a, .so-widget-sow-hero .sow-slider-base .sow-slider-pagination li a:hover { background-color: #1e73be!important; opacity: 1!important; } .so-widget-travel-eye-testimonial-carousel .slick-arrow::after { background: none 0px 0px repeat scroll rgb(30,115,190)!important; } .so-widget-travel-eye-testimonial-carousel .testimonial-summary::before { color: rgb(30,115,190)!important; } .sow-features-list .sow-features-feature p.sow-more-text a:hover { background: rgb(30,115,190)!important; }Please let us know how it goes.
Best Regards !!
wensolutions
KeymasterHello @jjambeck,
The resolution to your query regarding the change of header color in the mobile view has been already answered here : http://themepalace.com/topic/header-color-on-mobile-view/#post-25212
Best Regards !!
wensolutions
KeymasterHello @jjambeck,
To change the color of the header bar in the mobile view, please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS Options :
@media only screen and (max-width: 768px){ .mean-container .mean-bar { background-color: #ed7f00!important; } }You can replace the color hex code(#ed7f00) of your desired color. For reference on color hex, see the link here : http://www.w3schools.com/colors/colors_picker.asp
Regarding your request with the arrows, the theme currently loads up the arrows by default regardless the number of slides. To be able to control the arrow display shown only for multiple slide active you will need to make some code changes through Child Theme Approach.
After creating and activating child theme manually or with a plugin, paste in the following code block in your child theme’s functions.php file :
This will add the theme functionality of removing the arrow when single slider is added in the theme.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @HEP
No you will not lose the change you have made in your free theme when you Upgrade to Pro theme. All your settings will remain same when upgrading to the pro theme.
However there is nothing wrong on creating backup of your site.
So do update to pro version to enjoy additional features .
To know about more amazing feature about the education hub pro theme please see the link below.
Education-hub-proBest Regards!!
wensolutions
Keymaster@leo-design, explaining this in more simple what we would like to convince and all similar users is that your theme still runs fine and well with key being activate in single main domain.
Key is basically for automatic updates purpose. You still can use the same theme in other installation just that you won’t be getting update response on those installation for which you can always reference the theme where active key is serving this notice.
So you have to do manual update of the theme from FTP or using friendly plugin called Catch Theme Updater
that takes theme backup and uploads the new updated theme.So in sum up, yes it is possible to use same theme in multi-site setups considering some manual steps to upgrade each.
Hope this is all clear. If you still have any confusions, we would be glad to explain and instruct you further.
-
AuthorPosts





