Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello,
To remove the shadow ( black Overlay ) from the posts in the blocks beside the slider paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :
.besides-block .overlay { display: none; }Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @AKIRA IWAI,
The feature to change the “Related Post” text is currently not available in the theme currently, however you can achieve the desired output with the Child theme approach.
For reference on child theme, see the link here : https://codex.wordpress.org/Child_Themes
You can also automate the child theme creation task with child theme generator plugin.
After creating and activating the child theme create a new file content-single.php in your child theme directory and paste in the code below in the file :
You can then find and replace the “Related Post” Text present in two places in the file and change it to your desired text.
Save your changes and the text will be changed in the theme.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @wtpsolutions
The block in the screen shot which you have attached is not from the university hub but of the education hub. See the link below.
http://themepalace.com/theme-demo/?demo=NnhPYU9NUlErRDR1RFowUW92MXNUdz09
So you have any confusion in any of these theme, please let us know.
Best Regards!!
wensolutions
KeymasterGlad we could Help !!
Please feel free to post in your queries if you have any further issues.
Best regards !!
wensolutions
KeymasterHello @Kims,
Currently this option is not built-in in the theme. As per your feedback, we will possibly integrate this option in upcoming version.
Sorry for the inconvenience due to this.
wensolutions
Keymaster@mlevine3@esu.edu,
Quick links stuffs are wrapped inside the function
education_hub_header_top_contentin inc/hook/custom.php.Hints: You can try overriding it by creating a Child Theme and through function.php.
wensolutions
KeymasterSetting up social menu is easy. Please follow the steps below.
1. From Customize section, go to Theme Options.
2. From Theme Options, you will see Header Options.
3. In Header Options you will see:Show Social Icons: To show the social icons in header. Check to enable it.
Note:You need to manage location of social menu from Appearance -> Menus
Also refer documentation for more info: http://themepalace.com/theme-instructions/university-hub-pro/
Let us know if you need any more help.
wensolutions
KeymasterHello @ncatterall,
The feature you are requesting is not available on the theme and as much as we would like to help you we are not able to as, the theme doesn’t support this customization and this is beyond the support offered for our products, which consists of bug fixing and theme documentation.
Although it is possible for you to achieve your request on the theme with advanced code customization of the theme, it might effect other parts of the theme, like its design and at times its functionality.
It would be wise not to customize 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/We hope it helps,
Best Regards.wensolutions
KeymasterHello @hardhat,
The feature to hide the slider on the blog page and display it on the static front page only is already under development for the Education Hub Pro theme. The feature will surely be added on the theme update soon.
For the quick workaround, please add the the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS to choose the option “Home Page / Front Page” and hide the slider in the blog page :
.blog div#featured-slider { display: none; }Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @germangcm,
As per the default theme design / layout the widget area in the theme is set to be placed in the front page lower below the blog section.
You can however re-order the sections as per your requirements by the use of child theme. for reference in child theme creation and usage, see the link here : https://codex.wordpress.org/Child_Themes.
You can also automate the child theme creation with the help of Child theme generator plugin.
After creation and activation of the child theme, Paste in the following code block in your Child theme’s functions.php file :
function bizlight_custom_section_order() { remove_action('homepage', 'bizlight_home_about', 20); remove_action( 'homepage', 'bizlight_widget_block', 60 ); add_action('homepage', 'bizlight_widget_block', 21); add_action('homepage', 'bizlight_home_about', 25); } add_action('init', 'bizlight_custom_section_order');This will re order the widgets section in the front page placing it in between the services and the about sections.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
To remove the title from the page go to Admin Panel > Customize > Additional CSS and paste the below CSS.
.page header.entry-header { display: none; }Hope this will resolve your issue.
If you have any confusion further please let us know.
Best Regards!!
wensolutions
KeymasterHello,
The Education Hub Pro theme already has the feature to either enable the featured slider in the home / front page only or the entire website.
Please go to your Admin Dashboard > Appearance > Customize > Featured Slider and choose “Home Page / Front Page” option under “Enable Slider On” setting.
Save and publish your changes and the slider will appear only in the static front page and not in the blog page.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
We are very pleased to know that your issue has been solved .
If there are any further query, then, please feel free to post them.We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/theme/flat-commerce/reviews/
Best Regards!!
wensolutions
KeymasterHello,
Please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS to change the colors of your requested areas :
.wrapper { background: #D5DBDB; } .footer-wrapper { background: #674965; } .top-header-block { background: #0a6e8c; } .header-wrapper .menu li { background: url(images/menu-bg.png) repeat-y scroll right top #1f527b; }You can replace all the color hex codes in the CSS with the color hex of your desired colors.
For reference on color hex, see the link here : http://www.color-hex.com/
Hope this Helps,
Best Regards !!
January 5, 2017 at 2:34 am in reply to: Problem in Mobile version: Quick Links and White space between header and menu #27598wensolutions
KeymasterHello,
The child theme usage does override the theme template files from the parent theme for the basic theme template files in the Template Hierarchy.
However, for all other files directly copying and pasting the parent directory does not work and might have function conflicts causing fetal errors in the website.
Also, please always be careful while using for the functions you are overriding via child themes.
Best Regards !!
-
AuthorPosts





