Forum Replies Created
-
AuthorPosts
-
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.
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.
wensolutions
KeymasterHello @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!!!
wensolutions
KeymasterHello @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!!!
wensolutions
KeymasterHello @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!!!
wensolutions
KeymasterHello @ 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!!!
wensolutions
KeymasterHello, @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!!
wensolutions
KeymasterHello @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!!!!
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 !
wensolutions
KeymasterHello @CTUCSCL
Can you please post your site URL so that I could inspect your site and provide your with some possible solutions.
Best Regards!!!
wensolutions
KeymasterIt 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.
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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!!!
wensolutions
KeymasterHello @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!!!
wensolutions
KeymasterHello @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!!
-
AuthorPosts