Forum Replies Created
-
AuthorPosts
-
wensolutions
Keymaster@richardphoenixtekk-net, please email your details to info[at]themepalace.com with your Order ID and Transaction ID .
Thanks
wensolutions
KeymasterHello @gt420hp
To change the width and height of the slider as per your wish, 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. Copy and paste following CSS in that box.div#main-slider { height: 600px !important; width: 800px !important; }
Replace the attribute width and height as your wish. You can remove width attribute if you wish to fit the window.
Hope this will help to resolve your issue.
Let me know how it goes.Best Regards!!!
wensolutions
KeymasterHi @ShenitaDi
Creating Photo Gallery page is simple. Please follow these steps below :
1. Go to Admin Panel / Pages / Add New. Then create a page name it “Gallery”.2. In your Gallery page click Add Media button just above the content editor section.
3. Then appears a new window. On the left column of this panel select Create Gallery.
4. Upload new images or select the existing ones and click Create a new gallery button on bottom right of the panel.
5. Opens up a new panel, select Attachment Page option in Link to settings. Select no. of columns, image size , etc according to your design and requirements.
6. Then click Insert Gallery button. You will get the shortcode inserted into your content editor. Give this image gallery a title for e.g. My galleryIt looks something like this:
My gallery
[gallery link="file" ids="770,769,768,767,766"]
You can create more galleries under different titles by repeating same steps as above.Hope this will help to resolve your issue.
Feel free to post if any confusion.Best Regards!!!
wensolutions
KeymasterHello @kmevanish
This feature is not available in free version of the theme form customize section but easily available in the pro version of the theme.
There are other more feature available in pro version. You can check here http://themepalace.com/downloads/education-hub-pro/However this can be done by adding some custom CSS in free version.
For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Option.
In this section you will see a box to write custom CSS. In this box copy and paste following CSS..search-section { display: none; }
Hope this will help to resolve your issue.
Let me know how it goes.Best Regards!!
wensolutions
KeymasterHello @dominicancreations
You can easily get rid or “Powered BY” text from the customize section.
For that you need to go to Admin Panel / Appearance / Customize / Themes Options / Footer Options.
In this section you will see Powered By Text option, from here you can change the text or leave the field empty if you don’t “Powered BY” text.
Further you can refer here http://themepalace.com/theme-instructions/wen-associate-pro/#HowtomanageFooterOptions?And having license has nothing to do with the pages.
You need to create pages and click on Publish button and add that particular page to the menu that you have assigned to Primary Menu form Menu Location.
You can further refer here https://codex.wordpress.org/WordPress_Menu_User_Guide for how to add items to menu.
Note: Check the page you have created is not in schedule mode or draft mode.Further if you can provide you site URL the it would be much more easier for me.
Best Regards!!!
wensolutions
KeymasterHello @gt420hp, you can change the
width
andheight
parameter in below function.function education_hub_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'education_hub_custom_header_args', array( 'default-image' => '', 'default-text-color' => '666666', 'header-text' => false, 'width' => 1420, 'height' => 180, 'flex-height' => true, ) ) ); } add_action( 'after_setup_theme', 'education_hub_custom_header_setup' );
Re-upload image or regenerate your image sizes. You may also need CSS workaround after these changes.
Thank you
wensolutions
KeymasterHello @Jill, sorry for the trouble !
Please update your theme to the latest version (version 1.4) which will fix this issue.
Thank you!
wensolutions
KeymasterSorry it is not clear by meaning that you want the slider image half ‘width’ on the page.
Yes for adjusting the image on the slider viewport, slider do resize the image through CSS against displaying an actual size.
Your image size should be exactly match the dimension 1360px * 530px .
Try uploading to this size. Thank you.
wensolutions
KeymasterHello @Charles.brandreth
For the solution of your issue you need to create and activate child theme.
Reference here https://codex.wordpress.org/Child_Themes for child theme.
After successfully creating child theme you need to copy and paste the following given code in 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', 15 ); add_action('homepage', 'bizlight_home_testimonial', 20); add_action('homepage', 'bizlight_home_about', 25); add_action( 'homepage', 'bizlight_home_featured', 30 ); add_action( 'homepage', 'bizlight_home_blog', 35 );
Hope this will help to resolve your issue.
If you have any further queries feel free to contact us.Best Regards!!
wensolutions
KeymasterHello Jesseb, thank you for purchasing WEN Associate Pro theme.
It would be really easy for us to debug your current issue if you could share us your site URL.
This way we’ll try to inspect your browser HTML source to figure out the solution.
Momentarily, you can check the theme demo to verify this issue.
wensolutions
KeymasterHello @Charles.brandreth
Your willingness to buy the pro version of the theme is much appreciated.
Yes the feature available for you in free version will be obviously in pro version of the theme.
In pro version of the theme you will get the feature of free theme with some more additional feature that are not available in free version.
And the code given above is compatible with Pro version to extend the feature that you have been seeking for.
It would be nice for you and so you will get much more one-click options to play around with the theme options in Pro version.
And if you have any further query regarding the pro version of the theme let me know.Have a nice day.
CHEERS!!!
April 21, 2016 at 5:55 am in reply to: How do you change the order of the links in the header? #6144wensolutions
KeymasterHello @GX3000
Yes you have to create the menus by yourself and its your choice which page to add to that menu or you can add custom links as well in that menu. Its kind of dynamic feature to create menu by yourself.
After creating menu you need to add pages to that menu and manage its location.
Refer here for more.
http://prnt.sc/aux7ze
http://prnt.sc/auxjaoYou can create different menus for different location and assign respective menu in respective menu location.
Hope this will help to resolve your issue.
Feel free to post if any confusion.Best Regards!!!!
wensolutions
KeymasterHello @Charles.brandreth
Sorry for misunderstanding.
Since you have posted your issue in Bizlight Pro theme support forum, I have checked you issue in pro theme (not in free version).
But I see that you are using free version of the theme. The above code works perfectly in pro version of the theme not on the free version.
If you are willing to buy pro version of the theme there are some other more feature available.
You can check here http://themepalace.com/downloads/bizlight-pro/
If you wish to buy the pro version of the theme then the above code will work perfectly.But if you do not want to upgrade to the pro version you can always hire a customizer. Check here if you want to hire a customizer http://wensolutions.com/#hire-customizer-form.
If you have any queries regarding Pro theme then post in this forum.
Hope this will help you.
Best Regards!!
wensolutions
KeymasterHello @Charles.brandreth
Remove above code and paste the code given below on your child themes functions.php file and replace the image path of the icon containers with your own.
This should work as you wish.https://gist.github.com/anonymous/aa107c3cb2b64efb541c812cf87cc245
Report if any confusion.
Best Regards!!
April 20, 2016 at 11:39 pm in reply to: How do you change the order of the links in the header? #6129wensolutions
KeymasterHello @GX3000
Consider that you are referring to social menu links in the header section.
To change the order you can simply drag and drop the links from Admin Panel / Appearance / Menus.
See the attachment here for more detail.
http://prnt.sc/auvbcwHope this will help to solve your issue.
Report if any confusion.Best Regards!!!
-
AuthorPosts