Forum Replies Created

Viewing 15 posts - 8,176 through 8,190 (of 8,657 total)
  • Author
    Posts
  • in reply to: Replace Default slider #7586
    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 !

    in reply to: Space between content and slider #7585
    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 !

    in reply to: Theme Update problem #7578
    wensolutions
    Keymaster

    Glad that you resolved it in your own 🙂 . For any help needed please feel free to post it anytime.

    in reply to: Change menu's font size #7575
    wensolutions
    Keymaster

    @kmevanish,

    Well, 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 !!

    in reply to: Logo resize #7536
    wensolutions
    Keymaster

    Hello,
    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.

    wensolutions
    Keymaster

    Hello @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!!

    in reply to: Logo resize #7482
    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.

    in reply to: How to put the slider above menu #7481
    wensolutions
    Keymaster

    Hello @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.2

    Is 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!!!

    in reply to: How to put the slider above menu #7419
    wensolutions
    Keymaster

    Hello @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_Themes

    After 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!!!

    in reply to: "Home" page not displaying #7416
    wensolutions
    Keymaster

    Hello @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!!!

    in reply to: Black backgrounds ? What's happening ? #7415
    wensolutions
    Keymaster

    It looks like you have another theme activated in your site.

    in reply to: Black backgrounds ? What's happening ? #7384
    wensolutions
    Keymaster

    Sorry, 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.

    in reply to: Black backgrounds ? What's happening ? #7375
    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 ?

    in reply to: Several Bugs Or Changes #7322
    wensolutions
    Keymaster

    Hello @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!!!

    in reply to: Removing 'Proudly Powered by WordPress' from footer #7321
    wensolutions
    Keymaster

    Hello @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!!

Viewing 15 posts - 8,176 through 8,190 (of 8,657 total)