Forum Replies Created

Viewing 20 posts - 9,161 through 9,180 (of 14,497 total)
  • Author
    Posts
  • in reply to: Product Image Size Woocommerce #19002
    Sakin
    Keymaster

    @Bethann: Oh Sorry this is new feature that will be there in new version soon.

    in reply to: Menu Space #19001
    Sakin
    Keymaster

    @blackkeys: Sorry this level of customization cannot be done through custom css. So, you need to hire customer to develop child theme and do the customization.

    Sakin
    Keymaster

    @fastfun.jp: Once you fix it for home. You can add the other pages in similar way. But for custom links, it’s like that. We will look in details about this later in future updates.

    in reply to: Unwanted page appearing on homepage menu bar. #18998
    Sakin
    Keymaster

    @Sonia: Sorry I don’t get it what you mean. Can you explain in reference to your site URL.

    in reply to: comments box size #18996
    Sakin
    Keymaster

    @lightwarrior: It’s designed that way. You can change to different comment box if you want. Just install “Jetpack” plugin and activate “Jetpack Comments” module and make sure you have deactivate “Mobile Theme” module.

    in reply to: footer #18993
    Sakin
    Keymaster

    @julluj: Can you explain in reference with your site URL.
    If you just want to reduce the padding of footer then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator .site-info { padding: 10px 0; }

    in reply to: Home Slider Images #18992
    Sakin
    Keymaster

    @J14: That is post title. You can hide that if you don’t want from Custom CSS. Send me your site URL and then I can check in.

    in reply to: changing font size, colors #18991
    Sakin
    Keymaster

    1. I’d like to change the Artists names heading for each show and make them bold and larger, in red color.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    td.gigpress-artist {
        color: #FF0000;
        font-size: 18px;
        font-weight: bold;
    }

    2. I also would like to move the Subscribe RSS and iCalendar logos that are now at the bottom of the Upcoming Performances, to the top of the page where they can be seen, or even double them at the bottom and the top.
    — For this you need to check in with the plugin developer. This cannot be done though css. You need to change the configuration in plugin.

    in reply to: 3 columns looking bad on mobile #18990
    Sakin
    Keymaster

    @Sarah: You got me wrong. Please replace the following CSS:

    @media screen and (min-width: 961px) {
    /* Custom Column CSS */
    }
    
    /* For 2 columns primary, secondary and wrapper */
    .three-columns .content-sidebar-wrap {
        width: 83%;
    }
    .three-columns #primary {
        width: 70%;
    }
    .three-columns #secondary {
        width: 29.5%;
    }
    /* For 3rd column */
    .three-columns #third {
        width: 16.5%;
    }

    With the following CSS:

    @media screen and (min-width: 961px) {
    /* For 2 columns primary, secondary and wrapper */
    .three-columns .content-sidebar-wrap { width: 83%; }
    .three-columns #primary { width: 70%; }
    .three-columns #secondary { width: 29.5%; }
    /* For 3rd column */
    .three-columns #third { width: 16.5%; }
    }
    in reply to: Layout bug with Jetpack Contact Form and Comments #18983
    Sakin
    Keymaster

    @Olivier: Catch Mustang Theme doesn’t support Contact form from Jetpack. We recommend Contact Form 7. But yes thanks for your details responsive and we will update the fix as soon as possible in the updated version.

    in reply to: sizing recent posts on homepage #18979
    Sakin
    Keymaster

    @Kenneth: For that either you need to build child theme and edit the functions, which is bit complicated and you need to hire customizer. But there is one way, you can just upload the Small Size image in the “Featured Image” section then it will be fine. Like you have done in “New Section” post mywebbedreviews.com/new-section

    in reply to: Footer won't change #18978
    Sakin
    Keymaster

    @marcella: Yes, it’s creating confusion. Can you post it in Catch Everest Pro forum at http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/

    in reply to: Replace Featured Slider with Video (Embedded) #18977
    Sakin
    Keymaster

    @ianroach: If you are using Catch Everest Pro theme then simply use Featured Image Slider and then you can upload the image of any size you want.

    in reply to: replace site title with logo above header image #18975
    Sakin
    Keymaster

    @lisareopera: Looks like you have customize the theme as Catch Box Theme only support “Header Image that you can add from “Appearance => Header” and will be on left.

    in reply to: Remove Space #18973
    Sakin
    Keymaster

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

    body { padding-top: 0; }
    #page { margin-bottom: 0; }
    #header-content { padding: 0; }
    in reply to: Images #18972
    Sakin
    Keymaster

    @Sally Starlett: Sorry I don’t understand your question clear. Catch Evolution Theme uses large images. See the theme instruction page http://catchthemes.com/theme-instructions/catch-evolution/
    Image Sizes:
    Featured Post Slider
    Width: 644px
    Height: 320px

    Custom Header Image for Logo
    Width: Flexible (recommended width 1600px)
    Height : Flexible (recommended height 400px)

    Can you show me your site URL and let me know your issues in detail, maybe screenshot

    in reply to: Social Icons Hover Tag #18971
    Sakin
    Keymaster

    @rckstr: For changing any core theme files, first you need to build child theme. Then just create functions.php file in your child theme and copy the function catchbox_socialprofile() from parent theme. Then you can change the title="MySpace" to title="Yelp"

    in reply to: 2nd Featured Header #18970
    Sakin
    Keymaster

    @ianroach: Sorry, I am bit confused about your question. You can add header image from “Appearance => Header” and header featured image from “Appearance => Theme Options => Header Featured Image Options”. If you are not talking abut this then can you explain in reference with your site URL.

    in reply to: Product Image Size Woocommerce #18969
    Sakin
    Keymaster

    @Bethann: I see that you are using Catch Everest Pro theme and too add sidebar in Product page, you can just go to “Appearance => Widgets” and add widget in “WooCommerce Sidebar”

    in reply to: Simple Task is so hard to find in the code #18944
    Sakin
    Keymaster

    @Rinaldo: Sorry I don’t understand your question. Can you explain in reference with your site URL. In Catch Box Pro, you can just add the Site Title from “Settings => General”. Then for the widgets in Header Right Sidebar, you can go to “Appearance => Widgets”.

    For more, please read our theme instruction page at http://catchthemes.com/theme-instructions/catch-box-pro/

Viewing 20 posts - 9,161 through 9,180 (of 14,497 total)