Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @joseph,
Please add below given CSS in Admin Panel > Appearance > Customize > Additional CSS .
@media only screen and (max-width: 800px){ #page { padding-top: 0px; } }Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @joseph,
While we have tested implementing the CSS we have provided we don not find such issue so please post your site URL and screen shot of the issue .
Hope you understand .
Best Regards!!
wensolutions
KeymasterHello @joseph,
To have the classic menu in your mobile version use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media only screen and (max-width: 800px){ #mobile-trigger { display: none; } #main-nav { display: block; } }But if you have the longer menu then the it wont look good. So if you provide your site URL it would be easier to provide the specific solution .
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @roomaromas,
Nice to know that you have figured out the issue by yourself.
If you have any issue further , please let us know.
Best Regards!!
wensolutions
KeymasterHello @restaurant-ruble,
As we have checked the issue locally it is working fine .
So please go to the Page Builder > Restaurantz Title . Now go to the edit mode . At the right corner you will find the Animation Section . Here chose the animation from the effect and save them.
https://image.prntscr.com/image/266edcf89cc44e6fb552528fccd712b2.png
Refer to the screen shot :https://image.prntscr.com/image/67dff813c530464fb116022bbe41b8eb.png
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @amplifyconsulting,
To manage all the issues you have to use the CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media only screen and (max-width: 767px){ .site-header{ top:45px; } .home .site-content{ margin-top:290px; } } #main-nav{ display:none; } .page .site-content { margin-top: 5px; }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @amplifyconsulting,
The feature to enable and disable the breadcrumbs is only available in the pro version of this theme .
Not only this pro version comes with other exciting feature . To know more about the pro version you can refer to below link.
http://themepalace.com/downloads/clean-commerce-pro/
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @shotokan-test,
The title home is already translation ready and can be translated to to any language you want .
For the translation process 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 file from the pot file, you can use it to use the theme in the translated language by switching your language from WordPress Dashboard.
Similarly you can directly translate the string. for this you have to activate the child theme .
You can create the child theme using plugin . Below is the link to one of them.
https://wordpress.org/plugins/wp-child-theme-generator/Now in your child themes functions.php file paste below given code .
add_image_size( 'magazine-plus-carousel', 200, 200, true ); function breadcrunm_trali_mod($default) { $default['home'] = __( 'Home ', 'magezine_plus_pro' ); return $default; } add_filter( 'breadcrumb_trail_labels', 'breadcrunm_trali_mod' );You can replace the string Home with the Russian word .
Hope this helps.
Best Regards!!
May 16, 2017 at 11:24 pm in reply to: Add "Read More.." to Featured Content excerpt and Events excerpt on Home page #42693wensolutions
KeymasterHello @seanv-strat-com,
Glad we could help you with your issues.
If you have any issues further , please let us know .
Best Regards!!
Have a good day.
wensolutions
KeymasterHello @cccs-of-savannah,
Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/view/theme-reviews/university-hub
Best Regards!!
Have a good day.
wensolutions
KeymasterHello @serdarangungmail-com,
As we have inspected your site URL we found that you have included the code we have provided .
Also, you have not activated your child theme . If you directly paste those code in your parent theme functions.php then it might not work or will generate error .
So, please create a child theme from the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/Now paste given code in your child themes functions.php file .
https://gist.github.com/anonymous/c320b9e3f617b6a6e71e84ad9e6b70e7
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @ashknught68,
Please go to Admin Panel > Appearance > widgets . Here place your desired widget in the footer widget areas and save them.
Now you will the see widget area in Admin Panel > Appearance > Customize > Widgets as well .
Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @serdarangungmail-com,
We apologize for the confusion.
Please replace above given code with the code given below .
https://gist.github.com/anonymous/c320b9e3f617b6a6e71e84ad9e6b70e7
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @serdarangungmail-com,
As we have inspected your site URL the code we have provided is also working in your site . Refer to below gif :
http://imgur.com/a/EJMGvWe have linked the content as you have told. If this is not where you meant then please provide the screen shot marking the area you want to link .
Hope this helps.
Best Regards!!
May 16, 2017 at 2:05 am in reply to: Help !!! How to remove the "auther box" and "related articles" box ? #42611wensolutions
KeymasterHello @basitali,
My sincere apologies for delay in replying to you.
To remove the author box and related articles use below given CSS .
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
article#about-author { display: none; } section#related-articles { display: none; }Hope this helps.
Best Regards!!
-
AuthorPosts





