Viewing 20 results - 1,281 through 1,300 (of 2,392 total)
  • Author
    Search Results
  • #34642

    In reply to: resize image area

    jim tobin
    Member

    Sakin, sorry for not being clear. Curently the theme allow for full width (1000px) images in the featured slider. I would like to take that full width and divide it into twosections. (667px) to the right side would house images that slide. The remaining 333px on the left would be a static text box, I hope I have been more clear. Thanks, Jim

    #34368

    In reply to: Featured Slider

    Sakin
    Keymaster

    @shamwow: Which slider type you are using it. If you are using Featured Image Slider, then you can add in link in the “Link” box. See this screenshot of Image Slider Options http://www.pinterest.com/pin/548594798329509357/ where you have option to add in Image URL, Link URL, Target, Title and Content as you need it.

    I am not so sure what you are talking about. If you are talking different then please explain in reference with your site URL.

    Sakin
    Keymaster

    @devnet: I see that you have added the post ID 2762, title “Manjaro Linux – My Current Distribution” in your Featured Post Slider. So, I guess you have check on “Exclude Slider post from Home page posts”. Can you go to “Appearance => Theme Options => Featured Post Slider => Add Slider Options” and check your settings.

    #34222
    Sakin
    Keymaster

    @jim tobin: Simple Catch Free theme only have option to use Featured Post Slider, which is there to highlight your post and it takes the post title, excerpt content and featured image from the post IDs. So, it will link to post.

    The featured that you are asking can be fulfilled by “Featured Image Slider” where you can upload independent image, title, content and links all optional. For this, you need to upgrade to Pro version. There are other nice additional features, find out at http://catchthemes.com/theme-instructions/simple-catch-pro

    Or you may use redirect plugin to redirect your post URL to homepage. So, it will not show that post.

    #33902
    Sakin
    Keymaster

    @Sanan94: Sorry I don’t get it what you mean, there is nothing changes in version 1.7. It’s just Italian language addition.

    If you are using Featured Post Slider in Catch Kathmandu Free theme, then you can see it in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/, that our Featured Post slider uses the image size of Width: 1280px and Height: 550px. So, if you add have added featured image larger then this size then it will crop in exact this size. But if you have added featured image smaller then this size then it will show the original image you have uploaded.

    But we have Featured Image Slider in Pro version where you can upload image size of your own choice.

    #33525

    In reply to: Home Page Question

    Sakin
    Keymaster

    @Kendra: It’s mention in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/. Just read the topic “Featured Slider”. There you have option to choose slider type as Featured Post Slider or Featured Page Slider or Featured Category Slider or Featured Image Slider. Choose the type and fill in the necessary fields.

    Sakin
    Keymaster

    @Leonie: You can upload any image in your featured image slider. If you are having difficulty adding in the image from uploads. Then you can edit your image from Post Thumbnail editor and then copy that image URL and just paste that image url in Featured Image Slider Options.

    Ian
    Member

    Hi Sakin,

    I have put a calendar/events widget into my Optional Sidebar 1 on my Visit Us page. Is there a way I can centre the widget content within the Sidebar ?

    Also, is there a way to change the colour of all (or individual) widget borders in the sidebars ? I’m going to see what they look like in my colour themes of ~516856 or #A16f3C.

    I’ve also altered a couple of things in the main.css before I realised that it needed to be done in “Appearance => Theme Options => Custom CSS”. Does this mean I’ll lose it when I update to the new release of CK Pro ? If so can I preserve my CSS changes by copying them into “Appearance => Theme Options => Custom CSS”.

    The code I think is ;

    /* =Slider
    ————————————————————– */

    #main-slider {
    background-color: #516856;
    border-bottom: 3px solid #516856;
    clear: both;
    display: block;
    position: relative;
    padding: 0;
    }
    .featured-slider {
    position: relative;
    }
    .featured-slider .slides {
    margin: 0;
    padding: 0;
    }
    .featured-slider .slides img {
    box-shadow: none;
    margin: 0 auto;
    }
    .featured-img a img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    }
    #main-slider .entry-container {
    background-color: #A16f3c; /* Show a solid color for older browsers */
    background-color: rgba(161, 111, 60, 0.6);
    border: 1px solid transparent;
    color: #fff;
    width: 350px;
    width: 35rem;
    padding: 10px 25px 15px;
    padding: 1rem 2.5rem 1.5rem;
    position: absolute;
    bottom: 50px;
    bottom: 5rem;
    left: 50px;
    left: 5rem;
    }
    #main-slider .entry-container:hover {
    background-color: #A16f3c; /* Show a solid color for older browsers */
    background-color: rgba(161, 111, 60, 1);
    border: 1px solid #516856;
    color: #fff;
    }

    Many Thanks
    Ian

    Driven13
    Member

    Hi Sakin.

    Ok, I am back asking for some help in getting the site to look like the attached image, that we talked about before. I am using Kathmandu-Pro.

    I have the theme set up as a child theme and I have the “Homepage Featured Image” turned on and the “Slider” turned off.

    Can you please tell me how I can get the form on top of the “Homepage Featured Image” as shown in the mockup below…??

    Thanx much in advance.

    Best,

    –d.

    homepage-form

    #33039

    In reply to: Delete background

    Sakin
    Keymaster

    Hello Silvan,

    It’s cool that you fixed the background.

    Another I don’t understand. If you want to disable Featured Slider then you can disable it from “Appearance => Theme Options => Featured Slider => Slider Options” and in “Enable Slider”, you can select “Disable” and save changes.

    Regards,
    Sakin

    #33038
    Sakin
    Keymaster

    @Janet:
    1. Yes, there is about 15px margin about your css, which you can remove it by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-right .widget { margin-top: 0; }

    2. The text below the slider, are you talking about Homepage Headline with the text “Lockhart’s Premier Rental Event Center”. For that you can change the text color from “Appearance => Theme Options => Color Options => Site Color Options” and change “Homepage Headline Color” and save changes.

    3. I already gave you the css to change the contact button. You can change the color code in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message .right-section a {
        background-color: #9bc23c;
        color: #fff;
    } 
    #homepage-message .right-section a:hover {
        background-color: #87ae28;
        color: #fff;
    }

    4. To remove that white space, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #featured-post { border: none; margin-bottom: 0; }

    5. At the bottom of the page is the blue footer where the copyright is (and the copyright text is still in white).
    — For copyright background color, you can change it from “Appearance => Theme Options => Color Options => Site Color Options” and then change “Footer Background Color” and save change.
    — Footer copyright text color, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #site-generator { color: #1B5F7D; }
    #site-generator a { color: #1B5F7D; }
    #33019
    Janet
    Member

    Sakin, I can’t find any option to upload or embed and image but you can see the page here: chisholmtrailballroom.com

    From the top down:

    1. I added your recommended code to reduce the header size. It’s better but I sure wish there was some way to make it even smaller. There’s a good 1/2″ above the text and logo and close to that below the menu options. I tried the css code you recommended in #2 above but that raised the title text but not the logo, so they were no longer side by side but skewed with one partially above the other. Did not look good at all.

    2. The text below the slider images is still white. I’ve changed every place where a color is specified. The only white that remains is the rollover color for the main menu. There is obviously someplace I haven’t checked but I don’t know where that is.

    3. Is there any way to big lime green CONTACt button that displays in the middle of the page. I didn’t insert the css code you listed in #4 above because I wasn’t sure you knew I meant the button in the middle of the page and not the menu in the header. I was successful at changing the colors of the header menu but not the green contact button.

    4. Below the footer area that displays the Homepage Featured Content Options images (there are two right now: Amenities and Packages) is another “footer” area that is simply a white bar across the screen. That footer had a Page in it but when I deleted the page (added by accident) the footer remained as an empty white bar. How can I either move the Blog Traffic widget up or eliminate that bar? I already tried moving the Blog Traffic widget from Footer Area Four to Footer Area One and it made no difference.

    5. At the bottom of the page is the blue footer where the copyright is (and the copyright text is still in white).

    I appreciate your help. I’m pretty overwhelmed trying to get these last items taken care of.

    #32905
    Sakin
    Keymaster

    @Phuong: In Catch Box theme, you can hide it by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider-wrap .featured-text { display: none; }

    #32847
    Sakin
    Keymaster

    Hello sdupre,

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to reduce spaces in Text Box in Slider.

    #main-slider .entry-header { margin-bottom: 0; }
    #main-slider .entry-content { padding-top: 0; }
    #main-slider .entry-title { line-height:1.3; }

    I guess you are using Featured Image Slider, where you can add content as per your need in Content Box. So, edit text in that box.

    Regards,
    Sakin

    #32773
    Sakin
    Keymaster

    @Dawn: Sorry if you use Page Slider or Post Slider or Category Slider, it uses default featured image size of Width: 976px and Height: 313px. All the image above this size will be cropped exactly in this size.

    Why don’t you use Featured Image Slider, where you can add in your Image URL of any size you want.

    Regards,
    Sakin

    #32704

    In reply to: Slider Capacity

    Sakin
    Keymaster

    @AKMARK5000: In Catch Evolutions Pro theme. Just go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then you will see “Number of Slides” option where you can increase the number.

    #32480
    kk078914
    Member

    Hi,

    I’ve recently updated the theme to the latest version and a white space has appeared to the featured post slider. I also get a transparent space after the subpages (e.g. subpages of ‘Courses’ and ‘Industry’). Furthermore, after the update, the search bar appears to be distorted.

    It appears following the recent update my site has shifted slightly to the right.

    Any help would be greatly appreciated.

    Website: http://hcict.net/degree/kk078914/

    #31955
    Sakin
    Keymaster

    Hello Jason,

    Are you using Catch Box Free Theme. I assumed that as you have post in Catch Box Free Support Forum. You can just remove the Post IDs in “Appearance => Theme Options => Featured Post Slider => Slider Options” and then it will not show the post in your slider.

    Can you post in your site URL, it’s confusing. What do you mean by the page title above the menu. As above the menu, you only have Site Title. If you are trying to remove the site title then you can go to “Appearance => Header” and in Header Text uncheck “Show header text with your image” then save changes.

    Regards,
    Sakin

    #31934
    helen
    Participant

    Hi Sakin

    Just wondering if it’s still the case that you can’t put a video in Homepage Featured Content in Catch Everest? I want to replace my middle homepage picture (not in the slider) of a candle surrounded by shells with a cool video.
    http://www.mesmerizecandles.com

    Cheers
    Helen

    #31767
    Sakin
    Keymaster

    @jesslnance: Catch Everest free theme is also same. It only have Featured Post Slider to highlight you post.
    1. Fist you need to create post through “Posts => Add New” and then add “Featured Image” in your post. See this screenshot http://www.pinterest.com/pin/548594798331806476/ showing how to add Featured image.
    2. You can find the Post ID from “All Posts” section.
    3. Then go to “Appearance => Theme Options => Feature Post Slider => Feature Post Slider” options and add in the post ID, which you want to show as slider. See this screenshot http://www.pinterest.com/pin/548594798329984427/ and save changes.

    This will replace your demo slider. For more information check out Theme instructions page at http://catchthemes.com/theme-instructions/catch-everest/ and read “How to add Featured Image in Post/Page?” and “How to Add Featured Post Slider?”.

Viewing 20 results - 1,281 through 1,300 (of 2,392 total)