Forum Replies Created

Viewing 20 posts - 7,221 through 7,240 (of 14,505 total)
  • Author
    Posts
  • in reply to: Hyphens #35322
    Sakin
    Keymaster

    @Michael: There is issue in your custom CSS. there is no closing bracket of this css. Missing }. Add the missing } where you need for only devices with 480px.
    @media screen and (max-device-width: 480px){

    in reply to: Hyphens #35312
    Sakin
    Keymaster

    @Michael: You are using different theme so you need to add the following css in “Appearance => Theme Options => Custom CSS” box.

    #content article {
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;	
    }
    in reply to: Hide header and footer on selected pages #35306
    Sakin
    Keymaster

    @gladavisj: Sorry I don’t understand what you are trying to do it. If you are building custom page template then why do you need condition tag. You can assign your page template to specific page you want.

    Note: when you are adding template or editing any theme files, you need to build child theme and edit it. I hope you haven’t edited core theme files inside ‘catch-everest-pro’ directory. As all the edits in ‘catch-everest-pro’ directory will be reverted back to original when you update the theme.

    in reply to: problems with tags in posts #35305
    Sakin
    Keymaster

    @Farmaciola: This looks like there is issue with Light box integration. So, you can try disabling Lightbox plugin and check in or you need to check in what you have customized.

    in reply to: side bar left sizing #35303
    Sakin
    Keymaster

    @doug: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
    #primary { width: 75%; }
    #secondary { width: 25%; }
    }
    in reply to: Primary Menu #35302
    Sakin
    Keymaster

    Hello Gretchen,

    I am not so sure from which css modification it’s causing that. But you can add the following css in “Appearance => Theme Options => Custom CSS” box to fixed that.

    #header-menu ul.menu a {
        font-weight: normal !important;
    }

    Regards,
    Sakin

    in reply to: menu font size #35300
    Sakin
    Keymaster

    Hi Maeve,

    There is no specific option to change the font size of menu. You can change the menu font size by changing the font in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu a {
        font-size: 14px;
    }

    Regards,
    Sakin

    in reply to: Question mark / strange file on homepage #35299
    Sakin
    Keymaster

    @theresem: Yes, there is missing image in your page ID 12, that is Welcome page. So, you need to edit that page and re-upload the second image or remove that second image that is Purple-frock.jpg image file.

    in reply to: Strange Results with Google Search #35297
    Sakin
    Keymaster

    @dhp238: This archive page is created automatically by WordPress and if you don’t want this archive page to be shown in Google, then you can use WordPress SEO by Yoast and block archive pages from indexing. Further, if you don’t want anyone to see this archive page, then you can use redirection plugin to redirect this page to homepage or any page you desire.

    in reply to: Post Slider – Change title font size #35187
    Sakin
    Keymaster

    @Jens: Since, this is responsive design theme, I recommend you to change the font size only in large screens. So, you can change the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
    #slider .slider-title { font-size: 15px }
    }
    in reply to: Unlink menu category #35140
    Sakin
    Keymaster

    @Djapeto: In your custom link menu “Navigation label” box.

    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 🙂

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