Viewing 20 results - 381 through 400 (of 2,398 total)
  • Author
    Search Results
  • 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,
    Skandha

    #130978
    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,
    Skandha

    tikaram
    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,
    Tikaram

    Jutta
    Participant

    Finally, 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; }

    🙂

    #130455
    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,
    Zhong

    javiernet18
    Participant

    Is 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.

    #130006
    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,
    Tikaram

    #129427
    opino
    Participant

    I am sorry, that was wrong CSS.
    The correct one is:
    .featured-slider {pointer-events: none;}

    #129366

    In reply to: List Style Color

    tikaram
    Participant

    The 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.jpg

    To 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,
    Tikaram

    #129182

    In reply to: Headers and Widgets

    Roise
    Participant

    Hi! 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 %?

    #128181
    Gareth
    Participant

    just 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!

    #128121
    duanepalmer
    Participant

    Using 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?

    #128035
    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,
    Tikaram

    #127857
    Annemarie B.
    Participant

    Hello 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
    Annemarie

    #127722
    fmck718
    Participant

    Hi – 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.
    FM

    #127439
    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,
    Tikaram

    #127431

    In reply to: Slider pictures

    tikaram
    Participant

    @dines : How to enable Featured Slider?#

    1. Go to “Appearance => Customize => Featured Slider => Slider Options” from your WordPress Dashboard
    2. To enable slider, select “Homepage/Frontpage or Entire Site” option under “Enable Slider on”
    3. Under “Select Slider Type”, Select Slider Type as “Post Slider or Category Slider”
    4. Finally, click on “Save & Publish”
    5. Let me know if you are still having any issue.

      Regards,
      Tikaram

    #127409
    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,
    Tikaram

    #127400
    [email protected]
    Participant

    Noted 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!

    #127376

    In reply to: Slider pictures

    Dines
    Participant

    HI 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 Options

    Header Options
    Content Featured Image Options
    Promotion Headline Options
    Homepage/Frontpage Settings
    Layout Options
    Search Text Settings
    Excerpt / More Tag Settings
    Scroll Up

Viewing 20 results - 381 through 400 (of 2,398 total)