Forum Replies Created

Viewing 15 posts - 8,341 through 8,355 (of 8,657 total)
  • Author
    Posts
  • in reply to: Bizlight Pro Questions #4676
    wensolutions
    Keymaster

    Hello @frozen,
    Thanks for posting the question in the forum. In Bizlight-pro theme you can set a default layout for all pages and then also set a sidebar layout for the selected pages going to the blog page(or any other pages).

    You can check the slider behaviour and other cool features of the theme on your machines/devices. Below is the link to demosite of the Bizlight Pro theme.
    http://demo.evisionthemes.com/bizlight-pro/

    Let us know if you have any further queries.

    Best Regards

    in reply to: Elements on Post – The Sequel #4670
    wensolutions
    Keymaster

    Hello @KD,

    Thanks for you site URL.
    To fix this issue in landscape mode in iPad you need to add custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    In this section you will see a box to write Custom CSS. In this box copy and paste below CSS.

    
    @media only screen 
    and (max-device-width : 1024px)  { 
    .post-content {
        background-color: #1f1f29;
        padding: 15px;
        position: inherit;
        top: inherit;
        visibility: visible;
        margin-top: 2px;
        margin-bottom: 5px;
    }
    }
    

    Hope this will help to resolve you issue.
    Let me know how it goes.

    Regards!!!

    in reply to: Elements on Post – The Sequel #4667
    wensolutions
    Keymaster

    Hello @KD,

    If possible, please share us your site URL so that we could first look into your browser source to diagnose the issue.

    Best Regards!!!

    in reply to: woocommerce #4652
    wensolutions
    Keymaster

    Thank you @regbert for the appreciation of the theme. Glad to help you anytime. Feel free to post in your any queries in our support forum.

    Have a nice day !!

    in reply to: png-file logo not completely sharp #4617
    wensolutions
    Keymaster

    Color rendering behavior varies according to the different browsers and it is a browser property.

    in reply to: Adjusting slider height #4611
    wensolutions
    Keymaster

    Hi, try uploading an image of 1360 x 560 px size in respect to height. Currently slider viewport has been guided by an image height.

    New version is going to be released within a month.

    Thank you for your patience in advance!

    in reply to: woocommerce #4607
    wensolutions
    Keymaster

    I guess you are talking about the section just below the slider. If so, you should have the featured image assigned to the posts that will appear as a thumbnail.

    Choice for this section is controlled from Customizer -> Featured Content section.

    Hope this helps !

    in reply to: Hello TP, I just got the Education-hub-pro theme today #4606
    wensolutions
    Keymaster

    Graphics used in the demo site are used from free image source. You can find the image source links from readme.txt file inside your theme folder.

    wensolutions
    Keymaster

    Hello @wdrumund.

    License upload input field can be found in Appearance -> Theme License section in your admin dashboard.

    Make sure you have latest version installed.

    If still problem exists, kindly report your problem by filling up this specific form.

    http://themepalace.com/update-key-support/

    Thanks.

    in reply to: png-file logo not completely sharp #4546
    wensolutions
    Keymaster

    It seems that the logo color and the background color are conflicting one-another.
    Go to Customize-> Theme Options-> Custom CSS and paste the following code:

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

    Note: You can replace the color above by any suitable hex color code.
    Hope this helps resolve your issue.

    Regards.

    in reply to: png-file logo not completely sharp #4544
    wensolutions
    Keymaster

    @ruurik,
    We tried to replicate your issue on our machines, but the logo is appearing fine for us. You can see the image of your site below:
    http://prntscr.com/amq51g
    Can you send us the screenshot of the site’s logo on your machine so that we could have a look at it and suggest you?

    Regards,

    in reply to: Quick Links Text & Notice URL #4541
    wensolutions
    Keymaster

    Hello @minxhoals,
    You can use a WordPress function which translates texts (https://codex.wordpress.org/Plugin_API/Filter_Reference/gettext). For example:
    Inorder to change Quick Links to About Us, add the below codes in ‘functions.php’ of child theme.

    add_filter( 'gettext', 'theme_change_field_names', 20, 3 );
    function theme_change_field_names( $translated_text, $text, $domain ) {
    
        if ( is_page() ) {
    
            switch ( $translated_text ) {
    
                case 'Quick Links' :
    
                    $translated_text = __( 'About Us', 'education-hub' ); 
                    break;
            }
    
        }
    
        return $translated_text;
    }

    Next, in child theme, to have the Notice URL open in a new page/tab Go to inc > hook > custom.php line 55 and and replace the following code
    <a href="<?php echo esc_url( education_hub_get_option

    by <a target="_blank" href="<?php echo esc_url( education_hub_get_option

    Note: If you haven’t created child theme before here’s a guide:
    https://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme

    Regards,

    in reply to: Shows website screen shot of customer in front page #4537
    wensolutions
    Keymaster

    Hello @9toy,
    I recommend asking your question at https://wordpress.org/support/plugin/wp-client-logo-carousel so the plugin’s developers and support community can help you with this.
    Let us know if you have any queries.

    Regards,

    in reply to: Adjusting slider height #4536
    wensolutions
    Keymaster

    Hello @ruurik,
    It looks like there is an issue with the control arrows adjustment with the custom CSS. You might have to remove the custom code you have used. We’ll fix this issue in the next theme update.

    Regards,

    in reply to: woocommerce #4535
    wensolutions
    Keymaster

    Hello @regbert,
    It looks like there’s already a woocommerce folder in your plugins folder, probably from an earlier failed attempt. You need to delete that folder. Use a FTP client software like Filezilla to access the server directories. Navigate to wp-content/plugins and delete the woocommerce folder. Afterwards you should be able to install the plugin without any problem.
    If the above troubleshooting method don’t solve your issue, post the error message you’re getting with screenshot here.
    Regards.

Viewing 15 posts - 8,341 through 8,355 (of 8,657 total)