-
AuthorSearch Results
-
February 3, 2018 at 7:08 am #131023
Skandha
Participant@Akki94316: The menu appears below the image when a header image is used and it appears above when a featured slider is used. The menu is above the image in the demo as a featured slider is in use and we have demo only for premium themes. You can check the theme instructions to know about features available in free version and the additional features available in the pro version and decide if you would like to upgrade to Decree Pro Theme.
Let me know if you have any more issues!
Regards,
SkandhaFebruary 2, 2018 at 10:13 am #130978In reply to: Homepage Slider all image captions showing
Skandha
Participant@Claire: If you want to remove the titles from the featured slider Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#feature-slider .entry-title { display:none; }Let me know if this resolves your issue!
Regards,
SkandhaJanuary 30, 2018 at 1:42 am #130735tikaram
Participant@johnv : To change the font color in the slider add the following additional css.
.text-slider .entry-title { color:#color-code; }Note : change #color-code with desired html color code. Please let me know what you would like to do with read more box in featured slider.
Regards,
TikaramJanuary 28, 2018 at 3:24 am #130649Jutta
ParticipantFinally, I found the way to address the posts (thought I had tried this one before, but obviously I had’nt):
.postid-572 #feature-slider { display: none; }
.postid-572 #featured-content { display: none; }
.postid-577 #feature-slider { display: none; }
.postid-577 #featured-content { display: none; }
.postid-575 #feature-slider { display: none; }
.postid-575 #featured-content { display: none; }
.postid-581 #feature-slider { display: none; }
.postid-581 #featured-content { display: none; }
🙂
January 24, 2018 at 11:19 am #130455In reply to: Problem with Randomising uploaded headers
zhong
Participant@tikaram Thanks Tikaram for the explanation! Now I disabled header image as the randomization does not work for both languages.
Then I chose to use “Featured Slider” on “Entire Site”. The way I did is to first set 4 private posts each containing one “featured image”, and then set the “Featured Slider” options to make the 4 images cycling on “Entire Site”.
The problem is that sometime the cycling feature sliders disappear for some unknown reason.
Could you please take a look for us?
Best,
ZhongJanuary 24, 2018 at 8:44 am #130451javiernet18
ParticipantIs in a localhost. Sorry.
You send this css to remove link on the feature slider:
#header-featured-image {
margin-top:5%;
}#feature-slider .slides a {
pointer-events: none;
}I need that but in the hero content.
January 18, 2018 at 12:29 am #130006In reply to: Featured image in header area not working
tikaram
Participant@jkilduff : You will need to create a child theme and customize your site as desired. If you edit the parent theme directly, all the changes you make within the parent theme will be lost.
To enable featured image option on single page: Go to Appearance => Customize => Theme Options => Content Featured Image Options
Select featured Image and save.
Enable featured slider only on Homepage and on single pages the featured image will appear.
Let me know if this resolves your issue.Regards,
TikaramJanuary 9, 2018 at 4:49 am #129427In reply to: How to disable link in the slider?
opino
ParticipantI am sorry, that was wrong CSS.
The correct one is:
.featured-slider {pointer-events: none;}January 8, 2018 at 6:20 am #129366In reply to: List Style Color
tikaram
ParticipantThe border around the slider is from image itself and its not from the css code of the site. You can check the images that you have uploaded as featured slider.
Slider Image : http://www.rangeisclear.com/wp-content/uploads/2017/10/slider_Projekte-1.jpgTo remove the two white lines at the top and bottom of the site add the following additional css.
#colophon { border-top:0; } #masthead .bottom-bg { border-bottom: 0; } #masthead { border-bottom: 0; }Let me know if this resolves your issue.
Regards,
TikaramJanuary 5, 2018 at 3:07 am #129182In reply to: Headers and Widgets
Roise
ParticipantHi! Thank you for great theme, at first 🙂 But I have a question.
I want to fit main header and featured slider on one screen, without a scrolling. Where I could find options for adjusting heithg of header and slider in %?December 18, 2017 at 2:49 am #128181In reply to: Increase Height of Featured Image on Small Screen
Gareth
Participantjust to be clear – i want the featured image slider, displayed on my homepage, to show a larger image – please check – https://hokkaidoguide.com/
on the phone the top image – on the slider, which comes from the featured image, is a little to small in height. i want to increase this height so it is similar to the other photos on the site in size.
thank you!
December 15, 2017 at 8:38 pm #128121In reply to: Featured Slider Images – Title font issues
duanepalmer
ParticipantUsing the above code removed the text from the featured slider. But, it still leaves a white box. What can be done to remove this completely?
December 14, 2017 at 4:27 am #128035In reply to: Site title, Secondary and Primary Menus not Sticky.
tikaram
Participant@realtime : Go to Appearance => Customize => Additional css and add the following css.
#masthead { position:fixed; width:100%; top:0; z-index:22; background-color:#fff; } #main-slider{ margin-top:11%; } .site{ width:100%; } .featured-slider .slides img { width: 100%; } @media only screen and (max-width: 480px) { #main-slider{ margin-top:42%; } }Let me know if you have any more issues.
Regards,
TikaramDecember 12, 2017 at 11:09 am #127857In reply to: How to "unfix" the header when scrolling
Annemarie B.
ParticipantHello Tikaram,
Thank you so much for taking the time to help me with this!! All of your additional css work very fine 🙂
Finally one last question – it´s about my featured slider on the homepage:
I would like to disable the links to the pages from the slider images.
In other words, I would like to use the slider, but I would not like for the images to be links (to another “empty” pages without any content…).
How can I disable these links?
Is there also any suitable css for?Best Regards
AnnemarieDecember 10, 2017 at 12:33 am #127722fmck718
ParticipantHi – I reduced the file size of all the slider images. The problem then appears to go away for a bit (i.e. the page displays correctly), but the issue recurs whenever I check back after a little while.
At this point, I’d prefer to just lose the slider altogether and go with a static hero image. Is that possible? I’ve tried using just one slide within the Featured Slider, but the arrows still show up on the right side of the hero image – even though there aren’t any other slides. (See lower right corner of this screenshot – https://snag.gy/043jIe.jpg)
Please help.
Thanks.
FMDecember 5, 2017 at 5:44 am #127439In reply to: Adding Featured Content / Slider
tikaram
Participant@ca2dm-rcsgmail-com : You will need to manually select pages as featured content/slider every time you create a new page. The featured content section is designed to spotlight posts/pages and have them uniquely displayed by a theme. Its designed to display the main features or importation information of your site. You will need to select the pages that you would like to feature on your site. Let me know if you have any more confusions regarding the theme.
Regards,
TikaramDecember 5, 2017 at 4:19 am #127431In reply to: Slider pictures
tikaram
Participant@dines : How to enable Featured Slider?#
- Go to “Appearance => Customize => Featured Slider => Slider Options” from your WordPress Dashboard
- To enable slider, select “Homepage/Frontpage or Entire Site” option under “Enable Slider on”
- Under “Select Slider Type”, Select Slider Type as “Post Slider or Category Slider”
- Finally, click on “Save & Publish”
Let me know if you are still having any issue.
Regards,
TikaramDecember 4, 2017 at 10:52 pm #127409In reply to: Images not appear in slide shows
tikaram
Participant@elham-rahimzadeh70 : You don’t need any additional plugin to enable slider on your site. You can use the featured slider from the theme. Please follow this link to know more about adding featured slider on your site. If you have any plugin related issues, please contact plugin support regarding the issue.
Regards,
TikaramDecember 4, 2017 at 9:51 pm #127400In reply to: Adding Featured Content / Slider
[email protected]
ParticipantNoted on this and thanks for the reply. But how about if I add pages as featured content /slider, I had to move each one down manually when adding a new one, is this normal?
Thanks again for the great theme!
December 4, 2017 at 9:06 am #127376In reply to: Slider pictures
Dines
ParticipantHI Tikaram.
I read this in link ->>
Go to “Appearance => Customize => Theme Options => Featured Slider” in your WordPress Dashboard
I do not see any “Featured Slider”I see this ->>
You are customizing
Theme OptionsHeader Options
Content Featured Image Options
Promotion Headline Options
Homepage/Frontpage Settings
Layout Options
Search Text Settings
Excerpt / More Tag Settings
Scroll Up -
AuthorSearch Results
