Viewing 20 results - 881 through 900 (of 2,398 total)
  • Author
    Search Results
  • #79898
    Paul
    Participant

    Yes I have the featured post slider on disable. I simply want to move it down on the home page. Like the bottom of the page. Or use it on another page besides the home page.
    truthequine.com

    #79866
    Sakin
    Keymaster

    @Paul: Sorry I don’t see featured slider in your site. So, I am confused what are you trying to do it.

    #79828
    Sakin
    Keymaster

    @YC-Capilia: Which Slider type have you select in Slider Options. In Catch Everest Pro theme, you can select slider type as “Image Slider”. Then you can upload your image and add in title. That title will be added as image alt tag.

    For image slider, check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    #79794
    Paul
    Participant

    How can I move the featured image slider further down the page? Or put it on a different page altogether?
    truthequine.com

    Paul

    #79755
    Sakin
    Keymaster

    @apapachr: Catch Responsive Free theme only have option to use Featured Page Slider. So, first you need to create page and add featured image then you need to select that pages from “Appearance => Customize => Featured Slider => Featured Slider Options”. It take image size of Width: 1200px and Height: 514px if your image size is greater then or equal to that. But if your featured image in small then it will load your original features image size.

    But if you upgrade to Pro version then you can use “Featured Image Slider” then you can upload image of any size as per your need. For more about additional features in pro version, you can check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    #79625

    UPDATE – I just noticed I had not set a featured image, and had thought that I had. It seems to have put the pic into the right place, but I am still having a little ghosting of the text with the amp;amp;amp;amp;amp;amp issue I described above.

    But at least the slider is working. Is there something I am doing that is causing that “amp;amp;amp;amp;amp;” to show up in the posts? It is only visible when not selected, but if you hover over the article title it fills in the transparent blue and the “amp;amp;amp;amp;” thing disappears.

    Here is a screenshot of the amp: ghosting I was talking about:

    Amp Ghosting LINK

    #79622

    Yes, I know, I have set that up, and used the plugin to get the post IDs. Did you click on the pic link at the bottom of my last post? See that circle in red I drew onto the screenshot? That is where the slider ends up going instead for some reason.

    It goes into the header instead of the middle of the page for some reason. You can probably also see where it’s inserting additional spaces that are not in the featured posts by displaying the code &amp,amp,amp,amp,amp,amp,amp,amp,amp,amp in the post.

    Perhaps there is something wrong with the posts that are being feature perhaps? Perhaps they need to be a different style than the default one, such as gallery or something? Or maybe the graphics featured aren’t the size it is wanting to get it to display properly? Thanks again for your help.

    #79610
    Sakin
    Keymaster

    @perryhouseplans: No for slider as well, you shouldn’t edit the code directly. You need to go to “Appearance => Theme Options => Featured Slider” and then select Post Slider and then you need to add in Post ID. Make sure that post has featured image. For more check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    #79290
    Sakin
    Keymaster

    @Stuli: If you just want image slider without link then you need to select slider type as “Featured Image Slider” where you have option to upload image, title, content and link all option. But Image Slider type is only there in pro version. For more about pro version additional features, you can refer to theme instructions page at http://catchthemes.com/theme-instructions/adventurous-pro/

    #79177
    Sakin
    Keymaster

    @Stuli: In Adventurous Free theme, you can change that demo image slider with “Featured Post Slider” or “Featured Category Slider”. You can follow instructions at http://catchthemes.com/theme-instructions/adventurous/. Also you can check screencast at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    #78971
    Sakin
    Keymaster

    @Edward:
    1. You can add following css in “Appearance => Theme Options => Custom CSS” box to align header image with site title and tagline.

    #hgroup { float: left; margin-left: 20px; }
    @media screen and (max-width: 640px) {
        #site-logo, #hgroup { display: block; float: none; }
        #hgroup { margin-left: 0; }
    }

    2. To add Slider, you need to go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then select Slider Type, Slider Layout and Enable Sidebar and setup accordingly. For more, refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-box-pro/

    #78529
    Roy
    Participant

    Hi Sakin, ok it works, thanks a lot. In fact i let the demo slider instead of Featured Image Slider 🙂

    Have a nice day

    #78493
    Sakin
    Keymaster

    @kemar:
    1. To disable slider: you need to go to “Appearance => Customize => Featured Slider => Slier Options” and in “Enable Slider”, you need to select “Disable”. Then click on “Save & Publish”

    2. To disable featured header: you need to go to “Appearance => Customize => Header Image” and in “Enable Featured Header Image”, you need to select “Disable”. Then click on “Save & Publish”

    Please post in your Site URL is this is not working.

    #78492
    Sakin
    Keymaster

    @Roy: In Full Frame Pro theme you can Slider Type as “Featured Image Slider, Featured Page Slider, Featured Post Slider and Featured Category Slider”, which you can choose from “Appearance => Customize => Featured Slider => Select Slider Type”.

    After you select the slider type, you need to setup accordingly. If you select “Featured Image Slider”, then you can upload image, add in title, content and links as per your need and click on “Save & Publish” but if you choose other then you need to create page/post with featured image first.

    For more, refer to theme instructions at http://catchthemes.com/theme-instructions/full-frame-pro/#featured-slider

    #78329
    Anna1226
    Member

    I’ve done that: enabled Featured Page Slider, selected 5 pages, added a feature image to all 5 pages. The slider works. BUT — it appears below the header space. I removed the static header image and disabled ‘enable feature header image on’ and the giant header space is still there. How do I get the slider to appear in that space?

    Also, my feature image is not showing up on individual pages. ??

    http://akamendolare.com/MSFDA/

    #78290
    Sakin
    Keymaster

    @monicavilas: Which plugin are you using it and if that is working in customizer then it should work in live as well. Or you can just build child theme, for child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/. You can also download sample Catch Base child theme from there and then add the following code in your child theme functions.php file

    function catchbase_child_invalidcache() {
    	delete_transient( 'catchbase_featured_slider' );
    }
    add_action( 'after_setup_theme', 'catchbase_child_invalidcache' );
    #78289
    Sakin
    Keymaster

    @Angel:
    1. Sorry, that is how the WordPress Excerpt text works. If you want HTML code with formatting then try “Image Content” in Featured Content Type. Otherwise, you need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy function catchkathmandu_featured_content_page() to your child theme functions.php file and edit it.

    2. What do you want to change that next and previous arrow in the slider to. If you want to just change it from css. Then you can use the following css element and add your custom css in “Appearance => Theme Options => Custom CSS” box:

    #slider-nav a.slide-previous { }
    #slider-nav a.slide-next { }

    But if you want to change manually to text, then you need to build child theme and then copy function catchkathmandu_image_sliders() to your child theme functions.php file and edit it.

    #78201

    In reply to: Image Slider

    Sakin
    Keymaster

    @Tolu:
    1. Catch Flames free theme have option only to use slider type as “Featured Page Slider” from “Appearance => Theme Options => Featured Slider => Slider Options
    . So for this slider, you need to create page and then add featured image in your page. After that you need to assign that page in slider from “Appearance => Theme Options => Featured Slider => Featured Page Slider Options”. This will take featured image and text from the page selected and will link to respective page.

    But if you want independent image slider where you can upload image and link to anywhere you like it then you need to select slider type as “Featured Image Slider”. For this, you need to upgrade to Pro version.

    2. To edit/remove the footer copyright information, you need to upgrade to pro version and edit it from “Appearance => Theme Options => Footer Editor Options”. In free version, you need to do it manually by building child theme and editing the code.

    #78182

    In reply to: Image Slider

    Tolu
    Participant

    Hello, I have Two Questions…
    1. Can I add a URL to the featured slider images so when its clicked it goes to my ‘product’ page?

    2. How do I remove the ‘Theme: Catch Flames by Catch Themes’ that is at the bottom of the homepage just to the right of the ‘copyright…’?

    I appreciate you

    #78051

    In reply to: Slider Images

    Sakin
    Keymaster

    @Cathy: It depends on the Slider Type you choose. The recommended side as per our design is Width: 978px and Height: 375px which has been mentioned in our theme instructions page at http://catchthemes.com/theme-instructions/catch-mustang/. But if you select slider type as “Featured Image Slider”, then you can upload image with the size you need.

Viewing 20 results - 881 through 900 (of 2,398 total)