Viewing 20 results - 1 through 20 (of 2,393 total)
  • Author
    Search Results
  • #338095
    minal
    Keymaster

    Hello @arquez

    You have to enable the featured slider section from Customizer for your desired feature.

    To go to Customizer, kindly follow that path,

    Dashboard >> Appearance >> Customizer >> Theme Option >> Featured Slider

    featured-slide

    Please free to ask if any confusion arose,

    Sincerely,

    Minal

    #336854
    SwiftyRox
    Participant

    Hello,

    I am receiving a header error on the home page of my WordPress site stating the following:

    <b>Notice</b>: Undefined index: featured_content_button_text_4 in <b>/home1/departur/public_html/wp-content/themes/rock-star-pro/inc/featured-slider.php</b> on line <b>412</b>

    It states the same thing for button text 3, 4, 5, and 6

    I’d include a screenshot, but cannot attach one here..

    Not sure what is wrong here as I’m not including any button text features for the slider on the top of the page…The issue is not there every time. But once it pops up, it won’t go away after a refresh. I checked the theme settings, but can’t see anything immediately obvious…Please advise…

    URL: https://thejourneytributeband.com

    #336389

    In reply to: h1 tags on home page

    sujeet
    Keymaster

    Hello @effess,

    Yes we can see multiple h1 tags in featured slider and featured content in your website, but when I checked in our end, I didn’t find such issues. You can also check our demo: https://catchthemes.com/demo/catch-kathmandu-pro/

    I think it might be the issue of any plugin. Please check disabling plugins and let me know. Thank you.

    Regards,
    Sujeet

    Sakin
    Keymaster

    Hi RChalmers,

    For the featured page slider, check this https://www.youtube.com/watch?v=71fFoOZNv9g
    For the featured image, https://devotepress.com/blog/how-to-assign-a-featured-image/

    Regards,
    Sakin

    RChalmers
    Participant

    Ok, the link is https://robert-chalmers.uk

    The front page, you will see featured pages in the slider, except #4 doesn’t change image.

    RChalmers
    Participant

    I have three of the Featured pages working well, as they scroll across the Featured Slider display, and I have all the 4 dots showing. I have actually got the four pages enabled in the setup.

    Now on the 4 iteration, the Description for the featured page shows fine, but the correct image doesn’t show. It stays on the previous image.

    I can’t for the life of me see what’s going on here.

     

     

    #335675
    minal
    Keymaster

    Hello @pixelfaenger

    Because of your image transparency, the background color given to that section is seen. Probably you have changed the tertiary background color from the customizer color option try to change the desired color on that tertiary background color to get your desired result. If this creates conflict with other sections try the below CSS for that specific featured slider section

    try this CSS snippet

    .slider-content-wrapper {
       background-color: #bcbcbc;
    }

    Change color value with your desired value on that CSS code.

    Sincerely,

    Minal

    #335670
    pixelfaenger
    Participant

    Sure,

     

    the first image shows, hot it is displayed on the website.

    https://cloud.pixelfaenger.com/index.php/s/PJRPfQwB99GbE6T

     

    The second image shows the original image used in the featured slider.

    https://cloud.pixelfaenger.com/index.php/s/z7Q4AyGdTgzSdYD

     

    Kind Regards

     

    pixelfaenger
    Participant

    Hi Team,

    I am using Foodoholic Pro<span class=”theme-version”>Version: 1.7.3 and want to use the Featured Slider Theme Option.</span>

    I’ve activated it, chose some images, so good so far. The problem is, that it seems like there is a color-cast/overlay on top of the images, what ruins it for me. I can’t find an Option do deactivate an overlay or something.

     

    I can’t provide a link to the side yet, cause it isn’t public yet.

     

    Just imagine a clean white image as one slider image but it appears gray.

     

    Kind regards

    #332020
    Heinz
    Participant

    Hey Sakin!

    That plugin does the job pretty god except for one thing.

    I followed your instructions. Still the featured slider displays a little grey box in the video Thumbnail as if it wants to print the post title. If I ad a post title it prints the title “over” the video thumbnail.

    How could one hide this box?

    Thanks in advance !

    Regards,

    Heinz

    Sakin
    Keymaster

    Hi Bram,

    There is no option to change the slider background color as it’s coming from Script. The best option is to use the larger image or stretch the image with Custom CSS.

    If you want to stretch the image then you can add the following CSS in the “Appearance => Customize => Additional CSS” box:

    #main-slider img { width: 100%; }

    But if you want to change the background color then add the following CSS in the “Appearance => Customize => Additional CSS” box:

    .featured-slider .hentry { background-color: #5d91bf !important; }

    Regards,
    Sakin

    #331900
    Sakin
    Keymaster

    Hi Heinz,

    There is no option to replace the slider with the Video. So for this, you need to build a child theme and add a custom function.
    There is also a plugin called Catch Featured Video Pro which will add an option to upload a video instead of a Featured Image on a Page/post. After installing this plugin, you can add a YouTube video URL to the page/post “Catch Featured Video Pro URL box”. Finally, go to “Appearance => Customize => Featured Slider => Slider Options” and select Slider type as “Page/Post” and then select the page/post that has a video URL.

    Regards,
    Sakin

    #330781

    In reply to: Slider resizing

    tikaram
    Participant

    @btcbtc : Please post in your site URL so that I can check for issues on your site and provide you the required fix. The above css code should fix the height issue for the featured slider.

    Regards,
    Tikaram

    gary smith
    Participant

    Hello Sakin,

    My homepage uses the featured slider. Below it is the static page which is one column. The full smaller image is in the column at the bottom-not shown in the photo but a crop appears full height to the left of the column, see link below

    https://www.dropbox.com/scl/fi/wpvw4t7n6m2zhme7c92oy/homepage-redacted.png?rlkey=65afpgujq7z123dbeajnn2rml&dl=0

    below is the area the element appears

    https://www.dropbox.com/scl/fi/6jpfnxp7050rainkkkedm/code-from-inspect-element.png?rlkey=177430eij15mx5njk7lvjkw5r&dl=0

    Many Thanks

    Gary

    tikaram
    Participant

    @levphoto : You may disable the header media and enable the Featured slider from theme options.
    Login to your WordPress admin section. Go to Appearance => Customize => Header Media
    Under Enable on : Select disabled and click on publish.

    To enable the Featured slider. Go to Appearance => Customize => Theme Options => Featured Slider
    Under Enable on : Select Homepage/FrontPage. Set the desired number of slides and select the pages containing the slider images.

    let me know if you are still having issues.

    Regards,
    Tikaram

    apicula
    Participant

    Oh, thx for the quick answer but ‘what a pity’. There are many Slider Plugins outside, but the Mainproblem is, that I never can get a Slider or Headerimage above the top Mainmenue. The MainMenue and the Featured Content Menue are not in the page but the sliders call have to be positioned into the page. I would be very happy if someone has an idea for this.

    #330065
    tikaram
    Participant

    @rmailuhu  :  Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (max-width: 768px) {
      .custom-header-content, #feature-slider .entry-container {
        padding: 180px 60px;
      }
      .featured-content-wrapper.layout-three .hentry {
        width: 33.33%;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #330031
    rmailuhu
    Member

    @tikaram : Thank you for your help!

    Also have a question about the Featured Slider. How can I change the image size on tablet and mobile version?
    It’s super small.
    Actually I would like to have a lay-out which will look the same as the desktop version:
    – Featured Slider
    – Featured Content: 3 columns next to each other.

    And the tagline is not visible on tablet and mobile version.

    Hope you can help, thanks.

    #321691
    tikaram
    Participant

    @florent-bruchezmac-com : Login to your WordPress admin section. Go to Appearance => Customize
    In the customizer panel you can find featured slider just below Theme Options. Click on the Featured slider option and add sliders as desired. Let me know if you are still having issues locating featured slider option.

    Regards,
    Tikaram

    tikaram
    Participant

    @steveide : You can make use of the featured slider section that is included in the theme. You can link a single slider with one URL but there is no option to link multiple links from a single slider image. I recommend you to look for a suitable plugin that fits your requirements. Let me know if you have any theme related issues.

    Regards,
    Tikaram

Viewing 20 results - 1 through 20 (of 2,393 total)