-
AuthorSearch Results
-
April 5, 2018 at 12:24 am #135818
In reply to: Remove site page titles
tikaramParticipant@mandala528: Please try adding the following additional css and remove the previous additional css. let me know if this resolve your issue.
.site-content .entry-title { display: none; } #main-slider .slider-image{ pointer-events: none; } .site-content .featured-image { pointer-events: none; }
Regards,
TikaramApril 3, 2018 at 7:11 pm #135753In reply to: Remove site page titles
Mandala528ParticipantI also have another question:
Can you please tell me how to remove the permalinks in the featured slider?
Thank You
April 1, 2018 at 6:32 pm #135617In reply to: Remove dates & titles from featured content
MattParticipantYes, it does work and thank you for the quick reply. Is there a way to remove only the date and keep the title?
Also, is there a way to remove the title if I choose to use the featured slider? I have noticed that is puts the title directly in the center of each image. I have tried changing the “Display Content” to “Hide Content” but that seems to only work on posts. Would I be better off adding a custom image slider in the top section of the body?
Thanks in advance for your help and patience.April 1, 2018 at 5:18 pm #135615In reply to: Featured slider image issue
DorothyParticipantI now have a screenshot for the homepage showing the chopped off image on a 15.6″ windows laptop:
BSAB home page with featured image chopped off on rightAlso noticed another couple of issues – The featured image has a black dot in the centre at the bottom (I assume this is because I just have 1 slider image?). How can I get ride of this?
Here’s the screenshot of this: BSAB featured image with black dot in centre at foot of image sliderAlso noticed that when you hover over the Featured Slider Image it always displays the text “Featured Image-1”. How do I get ride of this text?
Sorry, lots of questions. I hope you can help.
March 30, 2018 at 3:11 pm #135542Mary WallParticipantI found a work around for the Feature Slider issue I’m having. It appears that it is specific to using Feature Page Slider. I have set it up using Featured Image Slider instead of pages, and that appears to work. But it also means that when I change to my real URL, I’ll need to go in and update all the links.
March 30, 2018 at 2:09 pm #135535Mary WallParticipantOddly enough, if I switch to the Demo Feature Slider, that works. It’s when I set it to Feature Page Slider, so that it will use my pages and the featured image in each page that it does not work.
March 30, 2018 at 2:43 am #135486In reply to: Clean Education course slider, carousel height
SkandhaParticipant@metsis: Yes when you decrease the size of featured images in the courses slider the height will automatically decrease.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#courses-section .featured-image img { height:120px; }
Let me know if this solves your issue.
Regards,
SkandhaMarch 29, 2018 at 10:08 am #135422In reply to: Promotion Headline Left and Right sections
DebbieParticipantVery, very close now.
1. When you are on a page other than the home page (which has the featured slider), the image in the promotion is slightly cut off at the top. Actually, I just checked the landscape view on mobile … it is cut off quite a bit there. Might have to do with my logo … let me know if I need to create a new topic for this.
2. When you shrink the width of the page so that the left/right sections of the promotion are stacked, the left section only takes up the width specified by “#promotion-message .left” css you gave (which does fix the look for when the left/right sections are next to each other). This is especially odd-looking on mobile devices.
Here’s the relevant additional css I have so far. Note that I adjusted the width from 75% to 60% and I’m also including the logo css in case that is related to the image getting cut off. Let me know if you need to me to post all my additional css. Thanks!
/* Fix problem with left/right Promotion Headline widgets */
.section.left {
float:left;
}
.section.right {
float:left;
}
.promotion-button.roll-button.more-button {
margin-top:10px !important;
}
#promotion-message .left {
width:60%;
}/* Shrink logo when scrolled */
.float-header #site-logo img {
width: 200px;
transition: all 0.5s ease;
}March 28, 2018 at 7:37 am #134259In reply to: Tagline & Testimonials Slider
SkandhaParticipant@catwingz: To display tagline underneath the site logo and to hide the site title.
Go to => Appearance => Site Identity => Check the Display Site Title and Tagline option.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:1023px) { #site-logo { position:relative; left:-265px; } .site-description { padding-top:95px } } .site-title { display:none; }
You seem to have hidden the Testimonial Slider Title using additional css
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#testimonial-section #featured-heading { display:block; }
To change the testimonial slider speed you will have to create a child theme and make changes to core theme files. Let me know if you are comfortable with child theme customizations.
When you open your site from mobile and press the phone number it automically asks if you want to make call to that number.
The Footer Contact Info option is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.
Let me know if this solves your issue.
Regards,
SkandhaMarch 27, 2018 at 6:56 am #134215In reply to: Change Text in the featured Slider
SkandhaParticipant@eventuality: To change the displayed text on slider you can better use the Featured Image Slider as the slider type.
Go to => Appearance => Customize => Featured Slider => Select Slider Type => Select Featured Image Slider Option
Then you can add image to the slider and write the text displayed in the slider in the title and content section. Then you can insert the URL of the page/post to link the slider image to the post/page.
Let me know if you are still not clear about it.
Regards,
SkandhaMarch 26, 2018 at 8:44 am #134166In reply to: Change Text in the featured Slider
eventualityParticipantno, i mean to change the displayed text/ content. I`d like to add custom text which is not displayed on the site the featured slider is linked to.
regarding the dots, i`ll try out your suggested solution.
March 26, 2018 at 4:21 am #134147In reply to: Testimonials
SkandhaParticipant@catwingz: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.testimonial_slider_wrap .featured-image { display:none; }
Let me know if this solves your issue.
Regards,
SkandhaMarch 26, 2018 at 1:15 am #134136In reply to: Change Text in the featured Slider
SkandhaParticipant@eventuality: Do you mean to change the font of the text in the featured slider? If yes let me know which font do you want to use and I shall provide you the necessary CSS Code.
About the slider dots issue
Please try doing a fresh installation of the theme and deactivating all plugins. Follow this link to know more about plugin conflict with our themes. Let me know if the problem still persist.Regards,
SkandhaMarch 22, 2018 at 8:57 pm #133947osPriyaParticipantCan someone help me? It’s been a few days and i’d like to get this fixed.
When I view the image in the theme configuration by choosing appearance -> customization -> Featured slider i can inspect the element and see it’s using the thumbnail image
<img class="attachment-thumb" src="https://www.outsidesuburbia.com/wp-content/uploads/2016/02/IMG_3292-1024x439.jpg" draggable="false" alt="">
but when i view the website, all the slider images and category images are the hi-res image – not the thumbnail generated image. I’ve regenerated all thumbnails. Running latest version of theme and i’ve cleared cache and disabled jetpack cdn so they should be served from my server.
March 20, 2018 at 9:06 pm #133828osPriyaParticipantThese would be the slider images and the featured posts images that i’m having problems with.
March 20, 2018 at 2:22 pm #133806In reply to: Enable Latest Posts Does Not Work
erikcaveParticipantThanks for your reply.
I am not sure what you mean by saying it is working fine at your end. Can you see on my page that the latest posts content is not showing?
I have done what you said, and I still don’t see it.
Also, to be clear, I have no issues with the featured slider.
March 20, 2018 at 5:06 am #133774In reply to: Enable Latest Posts Does Not Work
SkandhaParticipant@erikcave: The homepage settings/frontpage settings seems to work fine at my end. Make sure you have categorized the your posts while you editing your posts and make sure you are selecting the same category in the homepage settings/frontpage settings section.
Let me know what issue you are having while using the featured slider option.
Regards,
SkandhaMarch 18, 2018 at 11:21 am #133636SkandhaParticipant@healthyboomer: For that Go to => Appearance => Customize => Featured Post Slider => Slider Option and add post ids to display your posts in the slider.
You can follow this link to know how you can add a post slider.The free theme has featured post slider as the only slider option whereas the pro theme has additional three options that is feature page slider, featured category slider and featured image slider. You can check out the additional features available in pro theme.
Let me know if this resolves your issue. Have a good day.
Regards,
SkandhaMarch 11, 2018 at 3:55 am #133260In reply to: How to upload images to the slider
SkandhaParticipant@luismarioochoa: Please check out this link to know how you can upload images to you slider.
Let me know if this solves your issue.
Regards,
SkandhaMarch 5, 2018 at 6:21 am #132818In reply to: Editing Featured Content in Customiser doesn't work
SkandhaParticipant@thetraininglady: Well okay. That is strange because at my end both ways changes can be seen on the featured image slider. Please do a fresh installation of the theme and let me know if the issue persists.
Regards,
Skandha -
AuthorSearch Results