Forum Replies Created
-
AuthorPosts
-
January 21, 2018 at 9:11 am in reply to: When removing the logo, the header.jpg becomes too small. #63816
wensolutions
KeymasterHello @siebart1958,
To increase the header height even without the logo, use below given CSS.
Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
a.custom-logo-link { display: none; } .site-header { padding: 90px 0; }Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @magda,
The support for this issue falls beyond the scope of our product as it is related to the third party plugin.
However, we will check the process of translation for the polylang plugin and let you know.
Thank you 🙂 .
Best Regards!!
wensolutions
KeymasterHello @edu_horse,
To make the menu bar at the top of the screen add below-given CSS along with the CSS you have mentioned.
.site-header { display: none; }Hope this helps.
If this not what you meant kindly let us know.
Best Regards!!
January 19, 2018 at 6:14 am in reply to: Featured Slider and Corporate Welcome Widget default colours #63695wensolutions
KeymasterHello @invsol,
Thank you very much for the rating and we really appreciate it 🙂 .
Do not forget to post you have any issue further.
Best Regards!!
January 19, 2018 at 5:02 am in reply to: Featured Slider and Corporate Welcome Widget default colours #63690wensolutions
KeymasterHello @invsol,
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/wen-corporate/reviews/
Best regards !!
wensolutions
KeymasterHello @cmgasillos,
Actually, the thing is for personal use you can build as many sites as you can but a license is only entitled to one domain only if you want to use it commercially, and automatic update is only possible to one installation.
You’re fine to use regular license in multiple installs on the same domain.
Hope this clears the confusion.
Best Regards!!
wensolutions
KeymasterHello bruce-lee,
When we checked your site URL, we are unable to find such kind of issue. When we opened your site URL, it does not take us anywhere but to your site.
So please mention the condition when you are exactly getting such redirection problem so that we can help you.
Best Regards!!
wensolutions
KeymasterHello @catdemis,
Currently, we do not have the feature to display the date of the event and also there is no any sorts od calendar in nature bliss pro theme.
Also as much as we would love to help you on this, we are unable to do so as it requires higher code customization.
So our suggestion to you is to hire a professional developer for your customization so that your theme will no be affected 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 @tangentia,
Thank you very much for the appreciations 🙂 .
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/wen-associate/reviews/
Best regards !!
Have a great weekend 🙂 .
January 18, 2018 at 11:12 pm in reply to: Featured Slider and Corporate Welcome Widget default colours #63658wensolutions
KeymasterHello @invsol,
To change the color of the pager in the slider use below given CSS.
Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
#main-slider .pager-box.cycle-pager-active { background-color: #000; }You can change the color code as per your requirement.
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @volatile,
Space on the front page is the static home content area so in order to avoid such space you have to go to Theme Options > Home Page Options and disable the Show Home Content option.
Hope this helps.
Best Regards!!
wensolutions
KeymasterHello @srosvold,
When we checked the theme locally we are unable to find such kind of issue.
So please verify whether it is a theme related issue or not by activating other theme and check for the issue.
Thank you.
Best Regards!!
January 18, 2018 at 7:15 am in reply to: "leave a comment" translate in "Schreibe einen Kommentar" (german) #63581wensolutions
KeymasterHello @siebart1958,
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 @srosvold,
The CSS worked fine when we tested locally so please make sure you have pasted the correct code.
Also, the CSS will work for the image that is uploaded in the featured image section of the page.
https://image.prntscr.com/image/UQJZ2POYR326ZOk_BIIsMg.png
But in case if you have directly added the image through the ADD media option then you need to choose the option Fill size in size option so that the image will be displayed in full size.
Screenshot:
https://image.prntscr.com/image/icZijzFNTQuOYLmU27o9xQ.pngHope this helps.
Best Regards!!
Have a good day 🙂 .
wensolutions
KeymasterHello @dmakedonskiy,
When we checked for the issue locally by pasting the code we have provided, we are unable to find any kind of such issues.
The issue may have caused on your side may be because you have missed semicolon while pasting the code into your child theme.
So please replace all of your code in the child theme with the exact code given below.
<?php // Exit if accessed directly if ( !defined( 'ABSPATH' ) ) exit; // BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED – Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome','jquery-sidr' ) ); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); add_filter('corpo_eye_filter_slider_caption_length', 'corpo_eye_child_slider_excerpt_length' ); function corpo_eye_child_slider_excerpt_length(){ return 10; } // END ENQUEUE PARENT ACTIONHope this helps.
Best Regards!!
-
AuthorPosts





