Forum Replies Created

Viewing 15 posts - 4,771 through 4,785 (of 8,657 total)
  • Author
    Posts
  • in reply to: Only two Categories can be seleceted in the widget #61660
    wensolutions
    Keymaster

    Hello @dh201hy,

    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/nature-bliss/reviews/

    Best regards !!

    in reply to: header logo #61648
    wensolutions
    Keymaster

    Hello @quantranvn,

    Nice to know your previous issue is fixed .

    Now to set the site in dual language you can try using the multilingual plugin like given below:

    https://ml4wp.com/wpml/

    Note: We cannot assure 100% compatibility of the plugin with theme since we have not done any compatibility testing of the plugin with the theme .

    Also thank you so much for all the appreciation and we would like to assure your that we will continue the same support and help to you in future as well.

    Thank you.

    Merry Christmas 🙂 .

    in reply to: Main Navigation is empty on Mobile View #61647
    wensolutions
    Keymaster

    Hello @nando,

    As far as we have checked the theme locally, we are unable to find such issue .

    So if you have installed any third party plugin beside the one recommended by the theme, please deactivate them one by one and verify the issue .

    If the issue still persist kindly let us know.

    Best Regards!!

    Merry Christmas 🙂 .

    in reply to: How to Take out the Login/Register on top bar #61646
    wensolutions
    Keymaster

    Hello @sisibo,

    If you have to add any additional custom CSS then you need to go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    Hope this helps.

    Best Regards!!

    Merry Christmas 🙂

    in reply to: Excerpt layout #61504
    wensolutions
    Keymaster

    Hello @moonsbe,

    Actually, we are having trouble with understanding your query. Please properly explain your query with screenshots so that we could help you further.

    Thank you 🙂 .

    Best Regards!!

    in reply to: Button Know More in widget Recent Works #61503
    wensolutions
    Keymaster

    Hello @anns,

    To change the text as per your wish by adding below-given code to your child theme functions.php file.

    As for the child theme, you can even ativate the child theme suing the plugin given below :

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating your child theme, in your child theme functions.php file paste below given code.

    https://gist.github.com/anonymous/7eb4d599557b332930e5b8d6cc819a4a

    You can change the text in line no 12 as per your requirement.

    Hope this helps.

    Best Regards!!

    Merry Christmas 🙂 .

    in reply to: A few template questions #61387
    wensolutions
    Keymaster

    Hello @bhaitzoo,

    We have provided the solution in steps.

    1. To change the background color use below given CSS:
    https://image.prntscr.com/image/5foEdCcXS6GIy5iv5QVuRQ.png

    #sidebar-front-page-widget-area .nature_bliss_widget_testimonial_slider {
        background-color: #1e73be;
    }

    2. To change the color of the quote use below given CSS.

    https://image.prntscr.com/image/FhNw72eUQ-OzRm4m6ALeyA.png

    .nature_bliss_widget_testimonial_slider .testimonial-content-area p::before {
        color: #3273dc;
    }

    3. To change the color of the post title use below given CSS.

    https://image.prntscr.com/image/ck-1O9BNRc6yQx9A6IrQ7A.png

    .nature_bliss_widget_testimonial_slider .testimonial-content-area > h4 {
        color: #3273dc;
    }

    4. To change the color of the pager use below given CSS.

    https://image.prntscr.com/image/PGRVYgz3S76oGvByahKRrQ.png

    .nature_bliss_widget_testimonial_slider .cycle-pager > span.cycle-pager-active, .nature_bliss_widget_testimonial_slider .cycle-pager > span:hover {
        border: 1px solid #3273dc;
    }

    Here you can change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

    Merry Christmas 🙂 .

    in reply to: A few template questions #61364
    wensolutions
    Keymaster

    Hello @bhaitzoo,

    If you by default want to list the blog posts in homepage then you can simply go to Admin Panel >Appearance > Customize > Homepage Setting and set Your homepage displays to Your latest posts.

    https://image.prntscr.com/image/aJ1kRR6eQdCWTtrOE9DXCg.png

    Now to change the color of the line below the tile use below given CSS in Additional CSS.

    #sidebar-front-page-widget-area .widget-title::after {
        border-top: 4px double #1e73be;
    }

    You can change the hex color code as per your requirement.

    As for the issue #2, please provide the screen shot so that we could help you .

    Hope this helps.

    Best Regards!!

    in reply to: Section btwn 'header menu' and 'content' #61283
    wensolutions
    Keymaster

    Hello @lotymarzen,

    The screenshot you have posted is of the header image. If you completely want to remove the header image section then please use given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    div#custom-header {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Dropdown menu width #61282
    wensolutions
    Keymaster

    Hello @makoto,

    Glad to help you guys.

    Any further issues are always welcome.

    Best Regards!!

    in reply to: Dropdown menu width #61267
    wensolutions
    Keymaster

    Hello @makoto,

    To make the width of Dropdown menu wider, please paste the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .main-navigation ul ul {
        min-width: 300px;
    }

    This will work on the width of first level drop-down menu width. You can also adjust the value of “min-width” as per your requirements.

    If you have any queries/issues further regarding the theme, please feel free to post your queries here.

    Best Regards !!

    in reply to: Header image #61266
    wensolutions
    Keymaster

    Hello @rs1,

    The pro version also does not have the option to remove the header section from the pages but it can be removed through the use of custom CSS.

    Besides this pro version comes with other exciting feature which you might want to consider and to know about it please refer to below link :

    http://themepalace.com/downloads/clean-corporate-pro/

    If you have any query further regarding the pro/free version please feel free to post.

    Hope this helps.

    Best Regards!!

    in reply to: A few template questions #61264
    wensolutions
    Keymaster

    Hello @bhaitzoo,

    Nice to know that your previous issue is solved.

    To make the blog posts display on the page you have to assign that page to Posts Page options by going to Admin panel > Appearance > Customize > Homepage Settings > Post Page options.

    Whichever page you have assigned here will list the posts but most preferably you can choose blog page to list the posts.

    Screenshot:

    https://image.prntscr.com/image/DxzuQNZ0TnC1rHbtVz8TEw.png

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: Section btwn 'header menu' and 'content' #61263
    wensolutions
    Keymaster

    Hello @lotymarzen,

    The section that you have mentioned is the breadcrumb section and the option to disable the breadcrumb in available within the theme.

    For this go to Admin Panel > Appearance > Customize > Theme Options > Breadcrumb Options and choose the option Disabled from the drop-down in Breadcrumb Type option.

    Hope this helps.

    If you have any issue further, please let us know.

    Best Regards!!

    in reply to: Page options #61239
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Thank you very much for buying the themes.

    We will contact the respective department whether they have received your refund email or not.

    Also would like to mention that we will try to answer your each and every query as soon as possible.

    Thank you .

    Merry Christmas 🙂 .

    Best Regards!!

Viewing 15 posts - 4,771 through 4,785 (of 8,657 total)