Forum Replies Created
-
AuthorPosts
-
wensolutions
Keymaster@richardboat, you can refer to this documentation for setting up the slider.
http://themepalace.com/theme-instructions/education-hub-pro/
Hope this helps !
wensolutions
Keymaster@richardboat, thank you for the appreciation of the theme.
To reduce the space between the content and the slider, put the following custom CSS code in
Appearance -> Customize -> Theme Options -> Advanced Options -> Custom CSS field
.site-content {
padding: ;
}This will reduce the white space between them.
Hope this helps !
wensolutions
KeymasterGlad that you resolved it in your own 🙂 . For any help needed please feel free to post it anytime.
wensolutions
KeymasterWell, you can change the font size of the main menu by putting the following custom CSS code in customizer
section of your dashboard..main-navigation ul li a{ font-size: 16px; }
Note: Change the above numeric value as per your desire.
Hope this helps !!
wensolutions
KeymasterHello,
Can you please post a valid image of the issue if your website is not live, so that we can debug your issue quickly?Best regards.
May 11, 2016 at 1:06 am in reply to: How can I create a sidebar navigation for specific categories? #7533wensolutions
KeymasterHello @torture4
As much as I would love to help you with you request but currently the theme doesn’t support this feature.
Your request seems some customization for which 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
Keymaster@kashube2, suggested dimension for logo is 150 x 150 . Also you’ll be getting cropping option in upload screen to manually adjust to the required size.
wensolutions
KeymasterHello @rd16
Thanks for your appreciation for the service.
Let me know how it goes after you have tried the solution.
And for the Query no.2Is it possible to move the action button on the slider to a specified position ?
As much as I would love to help you with this but just saying action button on the slider confused me.
Do you mean the caption section or the navigation??Regards!!!
wensolutions
KeymasterHello @rd16
Thanks for the appreciation for the theme.
Query:
1. How can I put the slider above the main menu and put the section with logo under the menu?
Response:
For the solution you need to create and activate child theme.
Reference here for child theme. https://codex.wordpress.org/Child_ThemesAfter successfully creating child theme, now in your functions.php file in child theme you need to copy and paste following code as a whole.
<?php add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } function child_remove_parent_function() { remove_action( 'education_hub_action_after_header', 'education_hub_add_primary_navigation', 20 ); remove_action( 'education_hub_action_before_content', 'education_hub_add_featured_slider', 5 ); } add_action( 'wp_loaded', 'child_remove_parent_function' ); add_action( 'education_hub_action_before_header', 'education_hub_add_primary_navigation', 7 ); add_action( 'education_hub_action_before_header', 'education_hub_add_featured_slider', 6 );
Hope this will solve your issue.
If you have any confusion regarding this let me know.Best Regards!!!
wensolutions
KeymasterHello @jjay
As far as I have inspected your site I have seen that you have kept widget in Front Page Widget Area..
So the solution here to show the content of the static page would be removing that particular widget that you have in Front Page Widget Area..
So go to Admin Panel / Widgets. Here you will see Front Page Widget Area, now you need to keep that area empty to show the content of static page.
However that Front Page Widget Area is for the users to built their front page with the help of available widgets only, so if there is any widgets in Front Page Widget Area the content of static page is not displayed.Hope this will make you clear.
Feel free to post if you have any other confusion.Best Regards!!!
wensolutions
KeymasterIt looks like you have another theme activated in your site.
wensolutions
KeymasterSorry, but can you please show this issue in screenshot as in which section this is happening ? It will be easy for us to debug and provide you the possible solution.
wensolutions
Keymaster@Walter, sorry this looks little confusing to us. We just checked your site but there is no such black background in your home page but its appearing white. Can you please elaborate if this is still a problem in your side ?
wensolutions
KeymasterHello @frozn
Try adding below custom CSS. There was something missing in above CSS and sorry for the inconvenience
@media only screen and (min-width: 320px) and (max-width: 640px) { .service-list li { display: inline-block; vertical-align: top; font-size: 16px; line-height: 19px; letter-spacing: 0; position: relative; padding: 0; width:100%; } .service-list { padding:0; } }
Hope this will solve your issue.
Let me know how it goes.Best Regards!!!
wensolutions
KeymasterHello @s_paced
As far as I would love to help you with this issue but the free version of the theme doesn’t have option to change or remove Proudly powered by WordPress | Education Hub by WEN Themes from footer.
However there is pro version of the theme available which will let you to edit or remove Proudly powered by WordPress | Education Hub by WEN Themes from footer easily, further more there are lots of other awesome feature available in pro version of the theme which are not available for you in free version.
You can check here http://themepalace.com/downloads/education-hub-pro/
Hope this will make you clear.
Best Regards!!
-
AuthorPosts