Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @esthervoorpubliek-nl,
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/onefold/reviews/
Best regards !!
wensolutions
KeymasterHello @feigale,
We would like to apologize for the misunderstanding .
Now to achieve what you want you have to active the child theme .
You can create the child theme using the plugin given below.
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child theme create the file“index.php” and paste below given code .
https://gist.github.com/anonymous/63c4dca4cc1e9f82cca8745f8cc9752e
Then again in your child theme create folder “template-parts” and inside this folder create the file “content.php” and paste below given code in it .
https://gist.github.com/anonymous/2be8b274f62083dca8edbe300e87c0c9
Also do not forget to paste above given CSS.
Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
Please always feel free to post any issue further .
And thank you very much for the review 🙂 .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
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/magazine-plus/reviews/
Best regards !!
wensolutions
KeymasterHello @hansvjensen,
To adjust the characters currently displayed in the News ticker use below given CSS.
.top-news { width: 70%; } #news-ticker, .news-ticker-inner-wrap { width:65%; }The theme has only provided the option to change the font type but not the font size . So as it is not the theme feature there is nothing much we could do for this .
Hope you uinderstand .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
Yes you can definitely change the no of post to display there to the option to change the no to display the post is available within the theme itself .
For this go to Admin Panel > Appearance > Customize > Theme Options > Header Options > Number of Posts and change the no as per your wish .
Hope this helps .
If you have any confusion further, please let us know .
Best Regards!!
wensolutions
KeymasterHello @rolex523,
Please use below given CSS to get what you want .
#primary { width: 80%; } #sidebar-primary { float: left; width: 20%; }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @dh201hy,
To fix the issue of the permalink paste below given code in your child theme functions.php file .
function future_permalink( $permalink, $post, $leavename, $sample = false ) { /* for filter recursion (infinite loop) */ static $recursing = false; if ( empty( $post->ID ) ) { return $permalink; } if ( !$recursing ) { if ( isset( $post->post_status ) && ( 'future' === $post->post_status ) ) { // set the post status to publish to get the 'publish' permalink $post->post_status = 'publish'; $recursing = true; return get_permalink( $post, $leavename ) ; } } $recursing = false; return $permalink; }Hope this helps .
If you have any confusion further please let us know.
Best Regards!!
wensolutions
KeymasterHello @angayogakrd,
As far as we have checked the theme locally it is working fine in I-phone and ipad.
You can even check the theme demo given below in I-pad and I-phone
http://themepalace.com/theme-demo/?demo=cFd4dHZCY2YwclYvSFd3amJKMDcyUT09#
When we inspected your site we found that you have modified the original layout of the theme. So please revert back to original theme layout . Also deactivate any third party plugin that is activated and verify the issue .
IF above steps does not help then install the fresh copy of the theme and begin to customize with out any core modification .
Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @dh201hy,
Currently the theme does not have the feature to set the service section using the Posts .
Unfortunately, the theme doesn’t support this customization and, as much as we would love to help with some custom code, this is beyond the support offered for our products.
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 you understand.
Best Regards.
November 19, 2017 at 10:54 pm in reply to: How to replace default "search box" Hub Pro by search box of Ajax Search Lite #58721wensolutions
KeymasterHello @rolex523,
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/university-hub/reviews/
Best regards !!
Have a great week .
wensolutions
KeymasterHello @hansvjensen,
The background color of the widget title can be changed form the theme itself .
For this you need to go to Admin Panel > Appearance > Customize > Color Options > Sidebar Color Options > Title Background Color .
Screen Shot:
https://image.prntscr.com/image/yUsLNZufRs6HCh4iX5carQ.png
Also the CSS
.blog nav.navigation.posts-navigation { display: none; }will remove the link in Blog listing page . For individual post screen use the other CSS i.e.
.single nav.navigation.post-navigation { display: none; }Hope this clears up the confusion .
Best Regards!!!
Have a good day .
wensolutions
KeymasterHello @vergiis,
You are welcome 🙂 .
You can also check our other themes as well which might be helpful to you .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
If you want to remove the navigation links from blog listing page use below given CSS .
.blog nav.navigation.posts-navigation { display: none; }But if you want to remove theme from appearing in individual post then use below given CSS.
.single nav.navigation.post-navigation { display: none; }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @aakash_os,
Glad we could help you .
Also we are here to help you guys and if you have any confusion further then please feel free to post .
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/theme/bizlight/reviews/
Best regards !!
Have a great week 🙂 .
-
AuthorPosts





