Forum Replies Created

Viewing 15 posts - 8,191 through 8,205 (of 8,657 total)
  • Author
    Posts
  • in reply to: Several Bugs Or Changes #7319
    wensolutions
    Keymaster

    Hello @frozn

    Sorry for the inconvenience.
    To fix the responsive issue you need to add custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Custom CSS.
    In this section you need to copy and paste below CSS:

    
    @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;
      }
    }
    

    Hope this will do the trick.
    Let me know how it goes.

    Regards!!

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

    @ctucscl and @tzillner, the latest stable release of Bizlight Pro is version 2.0.8 so please verify it against your currently installed theme.

    Also Theme Palace provides you the License Key to receive the automatic update notifications.

    For more details, please read this article.

    http://themepalace.com/tutorials/activate-themes-license/

    If you have already implemented the License Key, go to your admin dashboard and upgrade your theme.

    Thank you

    in reply to: Can't update #7305
    wensolutions
    Keymaster

    Thank you, our support team will soon fix it and response to you soon.

    in reply to: Can 't upload the zip file! #7300
    wensolutions
    Keymaster

    Hello @Sakattack

    Sorry for the inconvenience.

    As much as I would love to help you with the issue but it seems more to be a sever / hosting provider issue.
    Please contact your hosting provider and let us know.
    For further you can reference these articles that could be helpful for you.
    http://labs.jdmdigital.co/wordpress/missing-temporary-folder/

    http://www.kingpabel.com/missing-a-temporary-folder/

    Hope this will help you.

    Best Regards!!

    in reply to: Can't update #7298
    wensolutions
    Keymaster

    @bridgit brown, sorry for the inconvenience. This could sometimes cause due to the server running old version of PHP environment. Please direct message your FTP or cPanel detail at support[at]wensolutions.com to directly quick fix by our support team. We will install the stable version and facilitate you to move ahead on your rest of the site setup process.

    in reply to: Header color on pages #7281
    wensolutions
    Keymaster

    Hello,
    Hope you are doing great,
    If you want to change the main header color only through out the whole site please add the below given CSS to
    Dashboard => Appearance => Customizer => Theme Options => Custom Css

    body:(.home) .site-header.evision-nav-right{
    background-color: #7B64D8 !important;
    
    }
    body:not(.home) .site-header.evision-nav-right{
    background-color: #7B64D8 !important;
    }
    

    But if you only want the header color to change for pages except the home page remove the code above and add the following css code

    body:not(.home) .site-header.evision-nav-right{
    background-color: #7B64D8 !important;
    }

    I hope this will be able to solve your issue.
    Love to hear from you again

    Best regards.

    wensolutions
    Keymaster

    Hello,
    As much as I would love to help, I am not able to do so.
    As this is a third party plugin, for the solution of the plugin related issue you will have to seek support from the forum of the plugin you are using. I am sure that your problem will be addressed there.
    If you have any issues related to the theme we will be more than happy to help.

    Best regards.

    in reply to: Can't update #7233
    wensolutions
    Keymaster

    Hello @Carsten Meyer , you can query regarding theme update by filling up this form. http://themepalace.com/update-key-support/

    Support team will contact you soon on it.

    Sorry for the trouble.

    in reply to: Theme Upgrade: ID #3740 #7193
    wensolutions
    Keymaster

    Hello @aakash_os, with your purchase ID you can request to provide the latest version by DM to support[at]wensolutions.com .

    in reply to: Change the menus color #7192
    wensolutions
    Keymaster

    In premium version of this theme, color options are distinctly provided to give the flexibility of changing the color for different available sections and elements.

    For more details, check the colors section in our documentation:

    http://themepalace.com/theme-instructions/education-hub-pro/

    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/view/theme-reviews/education-hub

    Thanks.

    in reply to: Change the menus color #7160
    wensolutions
    Keymaster

    Hello @abangfairul,

    As much as I’d love to help you but as you want to change the basic color of overall theme, currently the free version of the theme doesn’t have option for color customization.

    But advanced color option is available in pro version of this theme, with more and more advanced option for the customization of your site through easy few steps through customization section.

    If you are willing to buy pro version of the theme then there is a lot color option available for you.
    You can check features of pro version of the theme here http://themepalace.com/downloads/education-hub-pro/

    But as seen in you topic if you only want to change the menu color then you can do with simple custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    In this section you need to add below custom CSS.

    
    #main-nav {
        background-color: #5CB85C;
    }
    .main-navigation ul ul {
        background: #5CB85C none repeat scroll 0 0;  
    }
    

    You can change the HEX value of the color to the color of your choice.

    Hope this will help you.
    Let me know if there’s anything else I can do for you.
    I’m happy to help.

    Best Regards!!!

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

    @frozn, this is based on fact that the styles that are coming from this plugin are specific classes ptsTableFrontedShell and it is nothing to do from the theme class and styles. So as tested in fresh theme the tables are responsive.

    Also, the last update was basic and only for slider section of the homepage.

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

    Hello @frozn

    I have tested the plugin locally and it seems that this is the plugin issue.
    I would like you to go to particular plugin support forum here https://wordpress.org/support/plugin/pricing-table-by-supsystic and post your issue there with detail and they will give you the possible solution.

    However if you want exclusive design fixes then you might consider hiring a customizer.

    Hope this will help you.

    Regards!!!

    in reply to: Homepage Title on Webbrowser #7043
    wensolutions
    Keymaster

    Hi @Renieh, this is what you need to do.

    add_filter('pre_get_document_title', 'change_the_title');
    function change_the_title() {
        return 'Home';
    }

    Make a Child Theme and paste the above code in your functions.php file.

    in reply to: License only for one website? #7008
    wensolutions
    Keymaster

    Well, we are trying to understand your concern and here is our next reply with an approach.

    In your second website, the options changes (color, theme options etc. etc.) does not go along with the FTP files you update.

    This means, you have to do it manually in your second website.

    Alternatively, there is one plugin that can help you export / import the options value from customizer of one site to another site within same theme.

    https://wordpress.org/plugins/customizer-export-import/

    Note: This plugin is not well tested in regards to our theme but only recommended to facilitate you to automatically set the options in your second website.

    If you do not opt to try this plugin, you should re-setup the options manually from Customizer section.

    Hope this all clear for you as well.

Viewing 15 posts - 8,191 through 8,205 (of 8,657 total)