Home Forums Pro Themes Nature Bliss Pro Slider, how to add more photos/ solved

Tagged: 

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #69555
    boddao
    Participant

    Hi my slider allows me to add just 2 photos, is there an option to have three like in the preview?

    edit: sorry I’ve just realised how stupid i am:)

    #69569
    wensolutions
    Keymaster

    Hello @boddao,

    Nice to know you have resolved the issue by your self.

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

    Best Regards!!

    Have a good day ๐Ÿ™‚ .

    #69609
    David Dovi
    Participant

    Hi, My sliders only allows me to add 3 images, how can I add more?

    #69616
    wensolutions
    Keymaster

    Hello @ckbioffice,

    The theme has already provided the option to manage the no of slides to display in the slider section.

    For this go to Admin Panel > Appearance > Customize > featured Aliser > Slider Type and set the no more than 3 in the option “No of Slides”.

    Screenshots:

    http://prntscr.com/j35jsv

    Hope this helps.

    Best Regards!!

    #69639
    David Dovi
    Participant

    Hello,

    I tried increasing it to 10, but i’m still only getting 3 choices for the images. Also i want to increase the size of our logo but it doesn’t seem to work. i tried increasing the size of the picture like you said on someone else’s question, but that didn’t work either. What’s the best way to fix it?

    Thank you!

    #69679
    wensolutions
    Keymaster

    Hello @ckbioffice,

    As for the slider no, please make sure you are using the pro version of the theme because when we checked the theme it is working absolutely fine.

    Additionally, if you have used any third party plugin then please deactivate them and verify the issue.

    If the issue still persists then please kindly send us your login detail in our official email address given below so that we could inspect further.

    wensolutions@gmail.com

    Now to increase the size of the logo use below given CSS.

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

    .custom-logo-link {
        max-width: 100%;
    }

    Hope this helps.

    Best Regards!!

    #69762
    David Dovi
    Participant

    Thank You! Much Appreciated

    #69812
    wensolutions
    Keymaster

    Hello @ckbioffice,

    Glad we could help you.

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

    Best Regards!!

    Have a good day ๐Ÿ™‚ .

    #69900
    David Dovi
    Participant

    Hello Again,

    Is it possible to add the houzz.com logo to our social icon section? right now its just just showing a link icon.

    Thank you!

    #69910
    David Dovi
    Participant

    Hi,

    Whenever i go to other pages within our website, the text in the content is shifted down so there’s white space between the header and the content. this only happens on 3 of our pages and not the homepage. anything you can do to help is appreciated.

    #69931
    wensolutions
    Keymaster

    Hello @ckbioffice,

    For the icon, once try using below-given CSS by replacing the code, link and font family.

    .top-header .menu-icons a[href*="example.com"]:before{	
    content: '\your icon code';	
    font-family:'your font name';
    	}

    If this does not solve the issue then please post your site URL so that we can inspect further and see what we can do.

    As for the padding, it is the default padding that is provided by the theme. So now to remove the padding between the content and header use below given CSS.

    .page #content {
        padding: 0px;
    }

    Thank you.

    Best Regards!!

    #70004
    David Dovi
    Participant

    Thank you! the padding work, but the houzz icon didn’t work. The site’s url is http://ckbi.biz/new/
    Thanks for helping

    #70140
    wensolutions
    Keymaster

    Hello @ckbioffice,

    The icon did not appear because you have not included the icon code in “content:”.

    Since the section only read the font icon, you cannot directly upload the image here. At first you have to convert your logo to the icon and use that icon code in “content:” od above given code.

    Hope this clears the confusion.

    Thank you.

    Best Regards!!

    #70297
    David Dovi
    Participant

    Hi,

    I tried adding the code and stuff but it didn’t work. is there anyway you could help fix it?

    Thanks!

    #70298
    David Dovi
    Participant

    i used this code
    .top-header .menu-icons a[href*=”houzz.com”]:before{
    content:'<i class=”fab fa-houzz”></i>’;
    font-family:’f27c’;
    }

Viewing 15 posts - 1 through 15 (of 18 total)
  • You must be logged in to reply to this topic.