Forum Replies Created

Viewing 15 posts - 8,146 through 8,160 (of 8,657 total)
  • Author
    Posts
  • in reply to: Add a contact page/ form or clickable email address #7897
    wensolutions
    Keymaster

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

    in reply to: Static Front Page not working #7893
    wensolutions
    Keymaster

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

    in reply to: How to hide the Featured Post Thumbnail #7875
    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 :

    http://themepalace.com/downloads/education-hub-pro/

    in reply to: How to increase size of site-title #7846
    wensolutions
    Keymaster

    Hello,

    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.

    in reply to: How to hide Category: XXXXX #7844
    wensolutions
    Keymaster

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

    in reply to: Setting Main Menu Position #7815
    wensolutions
    Keymaster

    Try 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%;
    
    }
    
    }
    in reply to: How to hide Category: XXXXX #7797
    wensolutions
    Keymaster

    As 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 ?

    in reply to: Slider Caption Issues #7796
    wensolutions
    Keymaster

    Yes, 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

    in reply to: Removing the site title #7743
    wensolutions
    Keymaster

    No problem. Glad to help you.

    Have a nice day . !!

    in reply to: Theme Update ver 2.09 #7742
    wensolutions
    Keymaster

    @delfinaki58

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

    in reply to: Removing the site title #7739
    wensolutions
    Keymaster

    If 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.

    in reply to: Banner pictures slider is not scrolling automatically #7735
    wensolutions
    Keymaster

    Please update your theme to the latest available version 2.0.9 . Minor bug fixes with some additional features are improved.

    in reply to: Problem with button hover color and service hover color #7707
    wensolutions
    Keymaster

    I am glad your issues are solved,
    Congratulations and thank you for being patient with us

    Best regards.

    in reply to: Removing the site title #7705
    wensolutions
    Keymaster

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

    in reply to: Problem with button hover color and service hover color #7704
    wensolutions
    Keymaster

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

    Dashboard => 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.

Viewing 15 posts - 8,146 through 8,160 (of 8,657 total)