Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @jjambeck
To make the logo appear next to the title , go to Admin Panel > Appearance > Customize > Site Identity . Here you can click on the Check to move Site Title and Tagline before logo.
If it does not solve your issue Please post your site URL so that we can inspect your website for the issue and provide a precise fix.
Best Regards!!!
wensolutions
KeymasterHello @remarkability,
As per the current design / layout of the theme, you can choose to use the slider with a single page set in the slider for the image placement in the front page that acts as an header or choose to create a child theme approach as we have instructed and get the header show up in the front page while the slider is disabled.
Hope this helps,
Best Regards !!
wensolutions
KeymasterHello,
The feature you are requesting is not available on the theme and as much as we would like to help you we are not able to as, the theme doesn’t support this customization and this is beyond the support offered for our products, which consists of bug fixing and theme documentation.
Although it is possible for you to achieve your request on the theme with advanced code customization of the theme, it might effect other parts of the theme, like its design and at times its functionality.
It would be wise not to customize the code yourself if you do not have knowledge on programming,
Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.To hire a developer please follow the link below
http://themepalace.com/hire-a-customizer/We hope it helps,
Best Regards.wensolutions
KeymasterHello @remarkability,
The theme by default does not have an option to display the header Image and page title in the home page by default.
However you can try creating a child theme and use some code customizarion in the theme to get the header image to display on the front page when the main slider is disabled.
To do so, you will first need to create a child theme, for information of creating and using child theme, see the link here : https://codex.wordpress.org/Child_Themes
You can also choose to use Child theme generator plugin to automate the process.After you have created and activated the child theme, paste in the following code block in your Child Theme’s functions.php file :
function bizroot_check_custom_header_status( $input ) { global $post; // Slider status. $featured_slider_status = bizroot_get_option( 'featured_slider_status' ); if ( is_front_page() && 'posts' === get_option( 'show_on_front' ) ) { $input = true; } else if ( is_front_page() && 'page' === get_option( 'show_on_front' ) && 'home-page' == $featured_slider_status ) { $input = false; } else if ( is_home() && ( $blog_page_id = bizroot_get_index_page_id( 'blog' ) ) > 0 ) { $values = get_post_meta( $blog_page_id, 'bizroot_theme_settings', true ); $disable_banner_area = isset( $values['disable_banner_area'] ) ? absint( $values['disable_banner_area'] ) : 0; if ( 1 === $disable_banner_area ) { $input = false; } } else if ( $post ) { if ( is_singular() ) { $values = get_post_meta( $post->ID, 'bizroot_theme_settings', true ); $disable_banner_area = isset( $values['disable_banner_area'] ) ? absint( $values['disable_banner_area'] ) : 0; if ( 1 === $disable_banner_area ) { $input = false; } } } else{$input = true;} return $input; }This will now add the header in the front page while the slider is disabled in the theme.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @IllustratingYou,
The Hatena Social Share Buttons you are referring to is not a part of the Education Hub Pro Theme and comes from a third party plugin.
If you wish to remove the display of the social share widget icons display from your website you should be able to do so by simply deactivating the social share plugin from Admin dashboard > Plugins.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
As much as we would like to help you,
The feature you are requesting is not available on the theme currently, as all the sites in a multisite network is different, by default the logo link URL comes from the home URL of that specific site in the Network.Although it is possible for you to achieve your request on the theme with code customization of the theme, it might effect other parts of the theme, like its design and some time its functionality.
It would be wise not to touch the code yourself if you do not have knowledge on programming,
Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.To hire a developer please follow the link below
http://themepalace.com/hire-a-customizer/We hope it helps,
Best Regards.wensolutions
KeymasterHello @jasonix5,
The WEN Associate : Latest News Widget takes the image size soft cropped in the predefined image sizes in the theme.
Please try regenerating your thumbnails with the help of plugin like : https://wordpress.org/plugins/regenerate-thumbnails/ and see if it resolves the issue.
If the above approach does not resolve the issue, please share with us your website URL so that we could inspect the website for the issue and provide a precise fix.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @Louise Roy,
You can align the image to the left in the testimonial section by simply pasting in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :
@media(min-width: 768px){.testimonial-thumb { float: left; }}This will make the thumbnail in the testimonial to show up at the left of the Quote.
Regarding your query of image link,
The feature you are requesting is not available on the theme by default.
Although it is possible for you to achieve your request on the theme with advanced code customization of the theme, it might effect other parts of the theme, like its design and at times its functionality.
It would be wise not to customize the code yourself if you do not have knowledge on programming,
Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.To hire a developer please follow the link below
http://themepalace.com/hire-a-customizer/Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
The Education Hub theme by default has an option to set header image at the header of all pages by default from your Admin Dashboard > Appearance > Customize > Header Image. However, currently the theme does not have an option to control the header display for the front page.
You can however use some custom CSS to target the header image in the home page and display it only in the inner pages. To do so, paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS :
.home header#masthead { background-image: none; }Feel free to post your requests if you have any further requirements regarding Header size in inner pages.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterYes, we have to purchase for the next domain usage for the theme i.e. http://www.mydomain.com/eng .
wensolutions
KeymasterHello @dialinking,
For user Flexibility, the theme slider is designed to have the effect of first word colored dynamically with your slider settings only when “Featured Images” is selected from Customizer > Featured Slider > Slider Type.
While featured images is selected in the slider type you can get the effect by simply inserting a
<br>Tag between words to separate it in the Title field to make it highlighted with different color.Thank you for your patience,
Best Regards !!
wensolutions
KeymasterHello,
The image sizes available in the drop-down list are the registered image sizes currently in the Trade Line Pro theme.
For the “in-between” size we would require to use the Custom CSS giving the custom height / width to the image statically.
The CSS that can be used for the custom image size is :
.page .entry-content img.aligncenter.wp-post-image { height: 300px; width: 434px; }Changing the value to your desired size, you can achieve the “in-between” image size for your pages.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
The feature you are looking for is not a theme feature and requires usage of third party plugins to accomplish.
Please check the plugins like : https://wordpress.org/plugins/custom-facebook-feed/ To accomplish the task.
However, please note that as the third party plugins have not been tested for compatibility with the Education Hub Pro theme, we cannot be assured of the third party plugin to be completly compatible with the theme.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @Louise Roy,
We have inspected your website URL along with the screenshots you have provided.
It is seen from your website URL that the image you are referring to comes from the post content itself.
The widgets in the WEN Associate Pro theme pulls images from the “Featured image” set to the posts that you have chosen to display in the widgets and not the images from within the content of the post.
Please set featured image to the post that you have chosen to use in the widgets form the post edit screen > Featured Image metabox in the bottom right to display the images in the front page widgets.
After setting a featured image, the image will be displayed also on top of posts in post single page. If you wish to change this, you can set the Appearance > Customize > Themes Options
Layout Options > Image in Single Post/Page setting to “No Image” Option.For any further confusions, Please feel free to write back to us.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
If you want to remove the blue overlay of the images that gives the header image transparency, please paste in the following custom CSS in Your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :
#custom-header::after { opacity: 0!important; }Hope this Helps,
Best Regards !!
-
AuthorPosts





