Forum Replies Created

Viewing 15 posts - 4,636 through 4,650 (of 8,657 total)
  • Author
    Posts
  • in reply to: When removing the logo, the header.jpg becomes too small. #63816
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: Slider – 2 languages. #63701
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: Menu totally on Top #63699
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: Featured Slider and Corporate Welcome Widget default colours #63695
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: Featured Slider and Corporate Welcome Widget default colours #63690
    wensolutions
    Keymaster

    Hello @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 !!

    in reply to: Elead Pro #63688
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: cannot open my website #63666
    wensolutions
    Keymaster

    Hello 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!!

    in reply to: widget news and events #63661
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: Background Image not displaying. #63659
    wensolutions
    Keymaster

    Hello @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 🙂 .

    in reply to: Featured Slider and Corporate Welcome Widget default colours #63658
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: Licence key #63657
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: A couple of questions #63582
    wensolutions
    Keymaster

    Hello @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!!

    wensolutions
    Keymaster

    Hello @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 !!

    in reply to: A couple of questions #63535
    wensolutions
    Keymaster

    Hello @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.png

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: Length of text in Futures Slider in CorpoEye Theme #63527
    wensolutions
    Keymaster

    Hello @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 ACTION

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 4,636 through 4,650 (of 8,657 total)