Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @adavidshofer,
Glad we could help you .
If you have any issue further then please feel free to post them.
Best Regards!!
Have a good day.
August 18, 2017 at 12:07 am in reply to: How do I disable the mobile menu that University Hub Pro comes with? #51057wensolutions
KeymasterHello @rlpeckhamcomcast-net,
We can provide some CSS to remove the menu in mobile but the CSS will completely remove the menu from the mobile view .
For this use below given CSS in the location Admin Panel > Appearance > Customize > Additional CSS .
@media only screen and (max-width: 767px) { #main-nav { display: none; } }So let us know whether you are using any third-party mobile menu or not because in above case they are using the third-party menu so they completely wanted to remove mobile menu .
Also if this is not what you meant explain your query further so that we could provide precise fixes .
Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @jenbub,
To open the news read more link in new tab you have to activate the child theme .
Child theme reference.
https://codex.wordpress.org/Child_Themes
You can event create the child theme using the plugin. Below is the link to one of them .
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child theme functions.php file paste below given code.
https://gist.github.com/anonymous/cf6239d57c08291dbc09656d35601cd9
Hope this helps .
If you have any confusion further then please let us know .
Best Regards!!
Have a good day.
wensolutions
KeymasterHello @fatim,
The theme is already translation ready and can be translated to any language so is the mentioned string as you can see in below screen shot.
Screen shot :
https://image.prntscr.com/image/ppw9mr_6SZW52b5pyl3_1w.png
In your theme file you can find the .pot file .Using this file you can translate to any language you want.
For this you can use any gettext editor software like :
You can download the software where you can see many option for the translation.
Now you can choose Create new translation and it will create the file in the theme making your theme translation ready.After creation of the required .mo nad .po file from the pot file, you can use it to use the theme in the translated language by switching your language from WordPress Dashboard.
Hope this Helps,
Best regards !!
August 17, 2017 at 4:47 am in reply to: Menu: Hover (Mouse over) does not work (transfer over) on iPads (touch screens) #50992wensolutions
KeymasterHello @mandardange,
The issue has been noted as known issue and we are currently working on this . We will be releasing the update fixing the issue soon and we will let you know.
Hoping for your co-operation.
Best Regards!!
wensolutions
KeymasterHello @depgirl,
Please use below given CSS to increase the size of the image that you have used in the header.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media only screen and (max-width: 479px){ #page #masthead { background-position: -40px 60px; background-size: 120% auto; } }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @hjocelyn,
Actually the theme does not support this . As mentioned in previous reply you can use img tag to display your image in the header area.
Hope this helps .
let us know if you have any confusion further .
Best Regards!!
wensolutions
KeymasterHello @grant_dev,
Actually the image or short code that is placed in the content area of the post will not display in the home page .
The theme has already provided the link Read more at the news section . But if you wish to show the link text as the button then we could help you with some custom CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.news-post a.button { background: #6081a7; padding: 10px; color: #fff; }Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @adavidshofer,
To increase the width of the logo in mobile view use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS add paste below given CSS.
@media only screen and (max-width: 767px) { .custom-logo-link, .site-logo-link { max-width: 175px; } }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @adavidshofer,
Glad we could help you !!
If you have any issues further, please feel free to post your queries and we will happily help you further.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/theme/education-hub/reviews/
Best regards !!
wensolutions
KeymasterHello @hk-uk-co-uk,
You can definitely adjust the value according to your requirement .
But if you face any problem further you can post them here and we will help you according to the your adjustment of the menu .
Hope this helps .
Best Regards!!!
wensolutions
Keymasterwensolutions
KeymasterHello @glassus,
The feature you are looking for is not available in the theme ans as much as we would love to help you on this we are not able to as, the theme doesn’t support this customization.
Although it is possible for you to achieve your request on the theme with advanced code customization of the theme.
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 @dollydmk,
To remove the overlay over the slider image use below given CSS.
For this you need to go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.so-widget-sow-hero .sow-slider-base ul.sow-slider-images li.sow-slider-image::after { background: transparent; }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @mielele,
First of all we would like apologize for the delay in replying you .
We have released the update adding the feature you have requested . Please follow below instruction to achieve your request .
To change the text of the button slider go to Admin panel > Appearance > Customize > Homepage Sections > Slider > Button Label and change the text.
Now to change the default color from red to orange go to Admin panel > Appearance > Customize > Colours > Chose Theme color .
Similarly as the slider has the option to set from page/ post/ category ,the text above the button comes from the content area of page/post . So you can change the text as per your requirement by going to particular Page/Post edit screen .
So at first please update your theme to the latest version and verify the issue .
Hope this helps.
Best Regards!!
-
AuthorPosts





