Forum Replies Created

Viewing 20 posts - 7,221 through 7,240 (of 14,494 total)
  • Author
    Posts
  • in reply to: Problems with Multisite #35134
    Sakin
    Keymaster

    Dear Ralf,

    I am not sure why it’s not working in your site. As we are using Multi-site in our demo site http://catchthemes.com/demo/catch-everest/. There shouldn’t be a problem.

    Have you customized any files?

    Regards,
    Sakin

    in reply to: Slider style #35133
    Sakin
    Keymaster

    @Farmaciola: For slider image, you can add css like below:

    .featured-slider .slides img {
    
    }
    in reply to: Evolution Pro – Menu target #35132
    Sakin
    Keymaster

    @Steve: Just build Custom Menu from “Appearance => Main” then add Link to your menu and check in “Open link in a new window/tab”. See this screenshot http://www.pinterest.com/pin/548594798331771327/

    in reply to: Unlink menu category #35129
    Sakin
    Keymaster

    @Djapeto: Yes I am also not sure what you want to do it. I see that you have created Custom Menu from “Appearance => Menus”. If you don’t want link in “Skupstine stanara”, then you can create Custom link with the label “Skupstine stanara” and link “#” as mentioned by Ryan.

    Further, you can also remove “#” from your custom link URL and in the label you can add it as
    <span onClick="return true">Skupstine stanara</span>

    in reply to: Editor-style.css is not the same a style.css #35054
    Sakin
    Keymaster

    @Brandilyn: Ok we will check in the editor-style.css file. Most of the elements will be fixed in next version update. We are currently working on it.

    in reply to: add image-icon before text in menu #35051
    Sakin
    Keymaster

    Hi Djapeto,

    First there is issue with your custom CSS. Please remove the following line
    /*end */}

    Then you have added image attachment page URL. But you are supposed to add in image url. See your css:

    #header-menu .users_icon .suncokret a {
        background-image: url("http://www.firstfacility-belville.net/?p=291") !important;
        background-position: 6px;
        background-repeat: no-repeat;
        padding-left: 45px;
    }

    http://www.firstfacility-belville.net/?p=291 is image attachment page URL where as http://www.firstfacility-belville.net/wp-content/uploads/2014/04/suncokret.png is your image URL. So, try replacing the your above css with the following:

    #header-menu .users_icon .suncokret a {
        background-image: url("http://www.firstfacility-belville.net/wp-content/uploads/2014/04/suncokret.png");
        background-position: 6px;
        background-repeat: no-repeat;
        padding-left: 45px;
    }
    in reply to: questions about the structure of the theme #35001
    Sakin
    Keymaster

    @philippe: Ok then you can replace the previous css with the following, in the following css I have added margin-right: 15px to make it space after the image.

    .entry-summary .wp-post-image {
        display: inline;
        float: left;
        margin-right: 15px;
        width: 30%;
    }

    That color options are there in Catch Box Pro theme, there you can change the menu color from “Appearance => Theme Options => Color Options”.

    In free theme, you need to work in manually by changing the color in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    #branding #access {
        background: none #585858;
    }
    in reply to: Creating blog archives #34997
    Sakin
    Keymaster

    Hello Therese,

    Now sure how you have added that. If that was working in old site then it should work in New site as well. Can you check in with Plugin Support forum.

    Regards,
    Sakin

    in reply to: How to remove dark box behind image in footer #34944
    Sakin
    Keymaster

    @yuccacane: No problem. It’s good that you find it. Cheers 🙂

    in reply to: Creating blog archives #34941
    Sakin
    Keymaster

    @theresem: The command [archive] is not theme shortcode. I think previously you had plugin to show that archive and now it seems like that plugin is not active in your new site. So, check for the plugin.

    in reply to: How to remove dark box behind image in footer #34830
    Sakin
    Keymaster

    @yuccacane: I don’t know how you got that background color. Can you add in your site URL, so that I can check in CSS for you.

    in reply to: Make Slider larger #34829
    Sakin
    Keymaster

    @drlapco: Sorry this Simple Catch theme is build in 978px grid system and your slider image will be automatically cropped to 978px width. So, cannot make it large. To make the large slider, you might need to change the theme like Adventurous and Catch Kathmandu

    in reply to: Creating blog archives #34826
    Sakin
    Keymaster

    @theresem: To show all blog post in the page, there is 2 options.
    1. You can edit your page and assign that page template as “Blog”. For this you will see “Page Attribute” box at the right bottom of your page editor.

    2. Or you can add assign your Blog page in “Posts page” at “Settings => Readings”.

    in reply to: Responsive Menu Displaying Last Item #34825
    Sakin
    Keymaster

    @thelifeofclare: I see the problem lies when you are in Homepage. So, can you check your custom menu and check in how you have added in the Home item. To add home item, you need to select “View All” in menu pages and then then select Home and click on add to menu. See this video tutorial: http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    If you are further, having issues then you can go to “Appearance => Theme Options” and check “Enable Secondary & Footer Menu in Mobile Devices”. This will change your labe of menu in Mobile to just “Menu”

    in reply to: questions about the structure of the theme #34801
    Sakin
    Keymaster

    @philippe: I am not sure what you mean. If you want to make your image to the left the please replace previous css that I gave you with the following:

    .entry-summary .wp-post-image {
        display: inline;
        float: left;
        width: 30%;
    }

    And to decrease the words count in your excerpt content. You need to go to “Appearance => Theme Options”, change the word count in “Excerpt Length in Words” and then “Save Changes”

    in reply to: resize image area #34656
    Sakin
    Keymaster

    Hello Jim,

    This is bit difficult as it’s responsive design. So, let’s change that only for large screen. Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Screen size minimum 769px */
    @media screen and (min-width: 769px) {
        #main-slider .featured-img {
            float: right;
            width: 68%;
        }
    }

    Regards,
    Sakin

    in reply to: Home Page Jumping When Feature Image Changes #34653
    Sakin
    Keymaster

    @Laurie: I just check in your site and your image slider images. Following are your image sizes in Slider.
    1. 1280px width 719px height
    2. 1280px width 719px height
    3. 1280px width 960px height
    4. 1280px width 960px height
    5. 1280px width 960px height
    You can see 1 and 2 have 719px height and then 3, 4 and 5 have 960px height. That is why it is moving up and down.

    So, the best option is to make the images of equal height as if we control it from CSS, it is not good for site loading.

    in reply to: questions about the structure of the theme #34648
    Sakin
    Keymaster

    @philippe: Not so sure about that. As this theme is not designed that way. But you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box to make your thumbnail image to the right of the excerpt content.

    .entry-summary .wp-post-image {
        display: inline;
        float: right;
        width: 30%;
    }
    in reply to: adjusting logo positioning #34647
    Sakin
    Keymaster

    Hello jim,

    Now sure about that.

    Regards,
    Sakin

    in reply to: problem with the upgrade to version 0,3 #34629
    Sakin
    Keymaster

    Hello Alain,

    Problem is fixed and also we have come up with Video about Custom Menu http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    Regards,
    Sakin

Viewing 20 posts - 7,221 through 7,240 (of 14,494 total)