Forum Replies Created

Viewing 15 posts - 8,221 through 8,235 (of 8,657 total)
  • Author
    Posts
  • in reply to: Change display of Image size of Sliders #6754
    wensolutions
    Keymaster

    @miaopianist, after you completed the check-out process, you can download the theme from the ‘Thank You’ screen or the link provided in your purchase receipt email.

    For more details, check out this walk-through article.

    http://themepalace.com/tutorials/how-do-i-buy-themes/

    in reply to: Theme Licence problem #6753
    wensolutions
    Keymaster

    @miaopianist, after you completed the check-out process, you can download the theme from the ‘Thank You’ screen or the link provided in your purchase receipt email.

    For more details, check out this walk-through article.

    http://themepalace.com/tutorials/how-do-i-buy-themes/

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

    Hello @CTUCSCL

    Currently this is noted down as an known issue and we are working on it.
    The next update will be released in May 3rd.
    Till then be patience.

    Hope this will help you.

    Best Regards!!!

    in reply to: Slider affects and services section icons #6697
    wensolutions
    Keymaster

    Hello @Charles.brandreth

    Currently this is noted down as an known issue and we are working on it.
    The next update will be released in May 3rd.
    Till then be patience.

    Hope this will help you.

    Best Regards!!!

    in reply to: Home Page Services Section #6693
    wensolutions
    Keymaster

    Hello @pixelconsult

    Please explain your issue in much more detail may be with some screenshot.

    How can I format Text appearing here?

    is not enough.
    Else post your site URL so that I can debug the issue and provide with you some possible solution.

    Best Regards!!!

    in reply to: Home page Our Service location #6688
    wensolutions
    Keymaster

    Hello @ CTUCSCL

    To move the location of Our Services on the home page to be between Welcome to our site and Want to know more about, you need to create and activate child theme for that.
    Reference here for child theme https://codex.wordpress.org/Child_Themes
    After successfully creating child theme you need to add following code in your child theme’s functions.php file:

    
    function unhook_bizlight_functions() {
       remove_action('homepage', 'bizlight_home_testimonial', 50);
       remove_action( 'homepage', 'bizlight_home_service', 20 );
       remove_action( 'homepage', 'bizlight_home_blog', 20 );
       remove_action( 'homepage', 'bizlight_home_featured', 20 );
       remove_action('homepage', 'bizlight_home_about', 20);
    
    }
    add_action( 'init', 'unhook_bizlight_functions' );
    
    add_action( 'homepage', 'bizlight_home_service', 18 );
    add_action('homepage', 'bizlight_home_testimonial', 35);
    add_action('homepage', 'bizlight_home_about', 15);
    add_action( 'homepage', 'bizlight_home_featured', 25 );
    add_action( 'homepage', 'bizlight_home_blog', 30 );
    

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

    Best Regards!!!

    in reply to: Site Title #6687
    wensolutions
    Keymaster

    Hello, @CTUCSCL

    To make site title in one single line you need to add custom CSS.
    First go to Admin Panel / Appearance / Customize / Theme Options / Custom CSS.
    In this section you need to copy and paste below CSS.

    p.site-title {
        position: absolute;
        width: 500px;
    }

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

    Best Regards!!

    in reply to: Navigation Bar does not move down with screen #6686
    wensolutions
    Keymaster

    Hello @CTUCSCL

    To make your navigation menu fixed, you can do it by going to customize section.
    First go to Admin Panel / Appearance / Customize / Theme Options / Header Options.
    In this section you will see Enable Fixed Header check-box, now you need to check this check-box to enable fixed navigation menu.

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

    Best Regards!!!!

    in reply to: Change display of Image size of Sliders #6684
    wensolutions
    Keymaster

    @gt420hp, glad that we could be of help ! Also thank you for the appreciating feedback. We are too thinking to adjust the slider in demo as per your view.

    Have a nice day !

    in reply to: Site Title #6683
    wensolutions
    Keymaster

    Hello @CTUCSCL

    Can you please post your site URL so that I could inspect your site and provide your with some possible solutions.

    Best Regards!!!

    in reply to: Slider affects and services section icons #6651
    wensolutions
    Keymaster

    It is known that there is some issue with bx-slider js script which is not responding for “infiniteloop” method. Probably the slider will be improvised with more control options in next releases soon.

    For the time being, you can enable both navigation left – right arrow with the pagination dots in the slider for better user experience for browsing the slider items. Hope this will do some help while we are transiting to the next version.

    in reply to: I can'r change anything on the site #6622
    wensolutions
    Keymaster

    Hello @urbanva

    It seems that you have created two topic with the same issue.
    So I would like to refer this http://themepalace.com/topic/i-cannot-customize-the-new-theme-installation/#post-6616 thread.

    Best Regards!!

    in reply to: i CANNOT CUSTOMIZE THE NEW THEME INSTALLATION #6616
    wensolutions
    Keymaster

    Hello @urbanva

    I have checked the theme locally and it is all working well in WordPress version 4.5.1 and the options are saving too.
    Can you please post your site URL so that I can inspect the site and provide you with some possible solutions.

    Regards!!!

    in reply to: i CANNOT CUSTOMIZE THE NEW THEME INSTALLATION #6604
    wensolutions
    Keymaster

    Hello @urbanva

    If you want to customize the site, you can refer the documentation of the theme.
    For the documentation refer http://themepalace.com/theme-instructions/bizlight-pro/
    If you need more help apart from documentation then please elaborate on your issue.

    Hope this will help you.

    Best Regards!!!

    in reply to: Powered by Wen and Trying to add an extra page #6512
    wensolutions
    Keymaster

    Hello @saru

    Note: Please post you issue regarding your theme in particular theme’s support forum and create new topic for new issue rather than continuing in previous topic.

    The option that you are looking for is currently not available in free version of the theme through customization section.
    However this is easily available in pro version of the theme.
    In pro version of the theme other more additional options are available to you.
    You can check awesome feature of the pro version of the theme here http://themepalace.com/downloads/photo-perfect-pro/

    Best Regards!!

Viewing 15 posts - 8,221 through 8,235 (of 8,657 total)