Viewing 20 results - 1,381 through 1,400 (of 2,392 total)
  • Author
    Search Results
  • #24490
    Sakin
    Keymaster

    @MVS:
    1. For your menu on Samsung. Can you try adding in the following JavaScipt code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box.

    <script type="text/javascript">
    // Open menu on first tap on touch devices.
    jQuery(document).ready(function () {
    	jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true");
    });
    </script>

    2. I don’t understand you question here. Do you mean to exclude your slider post from homepage? If yes, then go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and click on “Exclude Slider post from Homepage posts” and save changes.

    #24130
    Sakin
    Keymaster

    @drshento: You are using Catch Everest Free version, where you have only one option to use in Slider. That is only Featured Post Slider, which is created to highlight your post in the slider. So, it will be liked to the post. The only option to remove that link will be to build child theme and remove the permalink.
    But if you upgrade to Catch Everest Pro version, you will get “Featured Image Slider”, where you can upload the image and leave the link empty or to the desire URL. See this screenshot of Pro version http://www.pinterest.com/pin/548594798329509357/ and also check out the theme instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/

    I don’t understand your second question and also your link is not opening.

    #24022
    Sakin
    Keymaster

    @shmuelhonig: That is Featured Post Slider to highlight your post. The image you are seeing is from demo slider. So, to replace that you need to add Post IDs in Featured Slider. You can see the detail instruction on “How to Add Featured Post Slider?” at http://catchthemes.com/theme-instructions/catch-box/ . Looking at your comment it doesn’t look, you are using Catch Box Theme. But since you have posted in Catch Box Theme Support Forum, I am giving you instructions on the basis of that. But if you are using different theme then you can go to Theme Instructions main page http://catchthemes.com/theme-instructions/ and select the theme for which you want to check out the instruction.

    Currently this theme only supports Posts as the Featured Slider. To add Featured Slider, follow these basic steps:
    1. Go to “Appearance => Theme Options => Featured Post Slider”
    2. Click on Slider Options
    3. Simply insert the ID numbers for posts in the respective boxes, one post ID number in each box
    4. To change the slider effects and timing, go to Slider Effect Options which is just below Slider Options
    5. Save your changes

    Note:
    * When you add the Post IDs, make sure your posts have Featured Images
    * If you are unable to find post IDs, please install Catch IDs Plugin

    #23665
    Sakin
    Keymaster

    @Sheree: You can remove the slider effect from “Appearance => Theme Options => Featured Slider => Slider Options” and then Disable Slider Background Effect.

    #23551

    In reply to: Featured Post Slider

    Sakin
    Keymaster

    @cpoli: Just add the following css in “Appearance => Theme Options => Custom CSS” box
    #slider-wrap .featured-text:hover { background-color: transparent; }

    #23546

    In reply to: Slider Size

    Sakin
    Keymaster

    @beren: You can select the Slider Type as “Image Slider” from “Appearance => Theme Options => Featured Slider => Slider Options”. Then you can upload the image of any size. So, first edit the height of your images and upload it in “Appearance => Theme Options => Featured Slider => Featured Image Slider Options”

    #23457

    In reply to: Featured Post Slider

    Sakin
    Keymaster

    @cpoli: This is quite complicated css requested and you might need to hire developer to work for your. To move the slider text to the right you can add the following css in “Appearance => Theme Options => Custom CSS” box

    #slider-wrap .featured-text {
        height: 100%;
        right: 0;
        width: 33%;
    }
    #23402

    In reply to: Post Image Size

    Sakin
    Keymaster

    @nch: Oh sorry. Catch Everest Free theme uses Featured Image for the post and slider image for the slider. For sizes see theme instruction at http://catchthemes.com/theme-instructions/catch-everest/.

    But if you upgrade to Catch Everest Pro theme, you have option to choose featured image size in post/page from “Content Featured Image Options” in your edit post/page.

    #23383

    In reply to: New to theme help!

    Sakin
    Keymaster

    @Drewmikita: Sorry Catch Everest Free theme only have option to use Featured Post Slider and will be linked to post. To add link to page, you need to use Featured Page Slider and to remove link or add link to custom link then you need to use Featured Image slider. For these slider choices, you need to upgrade to Catch Everest Pro theme. For more details, see the theme instruction of Pro version at http://catchthemes.com/theme-instructions/catch-everest-pro/

    #23147
    Sakin
    Keymaster

    @Juraj: You can just add the Image Title in your Featured Image Slider Options for image alt tag and then you can hide the slider text by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider .featured-text { display: none; }

    #23135
    Sakin
    Keymaster

    @Sheree: For spacing, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
    #primary {
        padding-left: 2%;
        width: 63.64%;
    }
    #secondary {
        width: 29.28%;
    }
    }
    @media screen and (max-width: 960px) {
    #primary, #secondary, .contact #primary, .contact #secondary {
        width: 96%;
        padding: 0 2%;
    }
    }

    For the Slider image, you can use “Featured Image Slider” and upload the image of your own choice. so, first you can crop the image as per your need using photo editing software like Photoshop, Photo Editor and so on. Then upload it.

    #23134
    Sakin
    Keymaster

    @MVS: The Alt tag in the Featured Post slider image uses the Post Title. You can check the source in your site.

    #22997

    donestefano71, estoy enfrentada al mismo problema. He probado algunas de las cosas que comentan sin éxito. ¿Podrías hacer un resumen de lo que hiciste para resolver el problema de la traducción en el featured-slider. He perdido mucho tiempo intentando resolverlo

    #22811
    Sakin
    Keymaster

    @sbartsch: Can you go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and un-check “Exclude Slider post from Homepage posts?” and save changes.

    #22660
    sbartsch
    Participant

    Hi Sakin,

    Thanks for the details. I have now created and designated a “Posts page” (I titled it “news & updates.” But how do I get posts to appear on that “News & Updates” posts page?

    Prior to this, I have been creating posts separately – and only using them to connect with the “Featured Post Slider.”

    Is there a way to get all my posts to appear on the “News and Updates” page? Or how does that function? – I guess, how does the News and Updates page pull in the posts I publish?

    Any info would be greatly appreciated whenever you have a moment.
    Thanks!!!

    Kind regards,

    SBARTSCH

    #22490
    Sakin
    Keymaster

    @Martijn83: Yes you can just go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and then select “Disable” is Enable Sidebar and save changes.

    #22418
    Sakin
    Keymaster

    @Bouncedancer: It’s not 100% necessary to use Featured Image. Featured images are used for Featured Post Slider and in above the post excerpt content in Catch Evolution Free version. But id you don’t need these then you don’t need to add Featured image. For recommended sizes see this http://catchthemes.com/theme-instructions/catch-evolution/

    #22371
    Sakin
    Keymaster

    @thatfashiondude: Strange. It’s updating fine in our side. I just change the Post id in “Appearance => Theme Options => Featured Post Slider => Add Slider Options”.

    So, can you tell me what did you add in your Slider Options? Need more details about what’s not working.

    #22281
    Sakin
    Keymaster

    @MVS: Catch Everest Free Theme uses Featured Post Slider which is created to highlight your post. So, when you add post ID in “Appearance => Theme Options => Featured Post SLider” like in this screenshot http://www.pinterest.com/pin/548594798329984427/

    The slider code will take the Featured Image from that post. The image title and alternative text will be Post title. Image tag will not have description. Read this http://www.w3schools.com/html/html_images.asp

    #22277
    Sakin
    Keymaster

    @niyazsky: Catch Kathmandu Free theme uses Featured Post slider which is created to highlight the posts. For then first you need to create the post add featured image in those post. Then get the post ID and add it in “Appearance => Theme Options => Featured Slider”. You will see it like this http://www.pinterest.com/pin/548594798329984427/

    For more details. Read the theme instruction page http://catchthemes.com/theme-instructions/catch-kathmandu/ heading “Featured Slider”

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