Home › Forums › Pro Themes › Nature Bliss Pro › Slider, how to add more photos/ solved
Tagged: slider
- This topic has 17 replies, 3 voices, and was last updated 6 years, 7 months ago by wensolutions.
-
AuthorPosts
-
April 8, 2018 at 4:43 pm #69555boddaoParticipant
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:)
April 9, 2018 at 12:19 am #69569wensolutionsKeymasterHello @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 🙂 .
April 9, 2018 at 4:07 pm #69609David DoviParticipantHi, My sliders only allows me to add 3 images, how can I add more?
April 9, 2018 at 11:58 pm #69616wensolutionsKeymasterHello @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:
Hope this helps.
Best Regards!!
April 10, 2018 at 9:03 am #69639David DoviParticipantHello,
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!
April 10, 2018 at 11:23 pm #69679wensolutionsKeymasterHello @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.
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!!
April 11, 2018 at 9:13 am #69762David DoviParticipantThank You! Much Appreciated
April 12, 2018 at 12:02 am #69812wensolutionsKeymasterHello @ckbioffice,
Glad we could help you.
If you have any issue further, please let us know.
Best Regards!!
Have a good day 🙂 .
April 12, 2018 at 9:29 am #69900David DoviParticipantHello 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!
April 12, 2018 at 4:45 pm #69910David DoviParticipantHi,
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.
April 13, 2018 at 1:50 am #69931wensolutionsKeymasterHello @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!!
April 13, 2018 at 12:43 pm #70004David DoviParticipantThank you! the padding work, but the houzz icon didn’t work. The site’s url is http://ckbi.biz/new/
Thanks for helpingApril 16, 2018 at 12:43 am #70140wensolutionsKeymasterHello @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!!
April 18, 2018 at 12:28 pm #70297David DoviParticipantHi,
I tried adding the code and stuff but it didn’t work. is there anyway you could help fix it?
Thanks!
April 18, 2018 at 12:29 pm #70298David DoviParticipanti used this code
.top-header .menu-icons a[href*=”houzz.com”]:before{
content:'<i class=”fab fa-houzz”></i>’;
font-family:’f27c’;
} -
AuthorPosts
- You must be logged in to reply to this topic.