Forum Replies Created

Viewing 20 posts - 3,741 through 3,760 (of 14,498 total)
  • Author
    Posts
  • in reply to: Can't get sidebar on blog page only #57761
    Sakin
    Keymaster

    @byMuk: We haven’t added WooCommercer support in Catch Responsive theme yet. SO, for now to hide the sidebar in your product pages, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .woocommerce-page #main {
       width: 100%;
    }
    .woocommerce-page .sidebar-primary {
       display: none; 
    }
    in reply to: Please Donate to Catch Themes after Nepal Earthquake #57760
    Sakin
    Keymaster

    @Laura Pio: Thanks for your purchase and support. Greetings from Nepal.

    in reply to: Center site title and tagline #57759
    Sakin
    Keymaster

    @dodo: That’s nice you fixed it.

    in reply to: Unable to install Full Frane Pro #57739
    Sakin
    Keymaster

    @Francis: It is zip file. Your browser must have auto extractor. That is why you might want to try downloading with other browser or “Right Click on the Link” and then click Save link as, it’s same as your account. https://www.pinterest.com/pin/548594798333093154/

    in reply to: Unable to install Full Frane Pro #57732
    Sakin
    Keymaster

    @Francis: I see that you are trying to update the theme. So, can you please install Catch Updater plugin from http://catchthemes.com/wp-plugins/catch-updater/. Just download the zip file of catch updater plugin. To install this updater plugin, go to “Plugins => Add New => Uploads”, then upload the zip file and install and activate this. After you activate this plugin, you will be able to update the theme from “Appearance => Themes => Add New => Upload Theme”. It’s clearly mentioned in theme instructions page at http://catchthemes.com/theme-instructions/full-frame-pro/

    in reply to: Jquery issue #57706
    Sakin
    Keymaster

    @rkmoonak: Yes, please reply me in email when you have free time. Thanks

    in reply to: Unable to install Full Frane Pro #57704
    Sakin
    Keymaster

    @Francis: I don’t get it what you mean. Which zip file is not working. I check in and both are working fine for me. Maybe you have auto extractor in your browser. Please try from another browser or right click on the link and save link as. See this screenshot https://www.pinterest.com/pin/548594798333093154/

    in reply to: How can I change individual tab color #57701
    Sakin
    Keymaster

    @Musa91: Sorry I don’t get it what you mean. We don’t have anything called individual tab. Please share your site URL and explain which element you want to change and to which color code. Then I can send you custom css that you can add in.

    in reply to: Removing Primary Menu #57700
    Sakin
    Keymaster

    @JOSHUA:
    1. Yes, you can disable primary menu from “Appearance => Customize => Theme Options => Fixed Header Top Options”. Just check in option “Check to disable Primary Menu” and save & publish it.

    2. To hide home page title, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
    .home #main .entry-header { display: none; }

    3. To add secondary menu. First, create custom menu from “Appearance => Menus” and then assign your custom menu to secondary location “Appearance => Menus => Manage Locations”

    Sorry for the late reply as we are still suffering from Earthquakes and aftershocks in Nepal.

    in reply to: Unable to install Full Frane Pro #57699
    Sakin
    Keymaster

    @Francis: Looks like there is already full-frame-pro theme directory in your site. Looks like the theme is already there. If so then you can go to “Appearance => Themes” and activate Full Frame Pro theme. But if you are trying to update the theme, then to do that from WordPress Dashboard, you need to install Catch Updater Plugin http://catchthemes.com/wp-plugins/catch-updater/ and then download theme zip file from your account at http://catchthemes.com/my-account.

    You can find detail information for theme update at http://catchthemes.com/theme-instructions/full-frame-pro/

    in reply to: Font sizes an colors (Featured images slider) #57698
    Sakin
    Keymaster

    @Tremblay: You can adjust the width and font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Content Width */
    #main-slider .entry-container {
        width: 50%;
    }
    /* Slider Title Font Size */
    #main-slider .entry-header .entry-title {
        font-size: 24px;
    }
    /* Slider Content Font Size */
    #main-slider .entry-content {
        font-size: 16px;
    }
    in reply to: Jquery issue #57697
    Sakin
    Keymaster

    @rkmoonak: It’s not showing in our server. So, can you send me the plugin URL so that I can install it and check in. Have you disable “Responsive Design” from “Appearance => Theme Options => Responsive Design” ?

    Sorry for the late reply. As we are suffering from Earthquake and lot of aftershocks in Nepal. Problem with power and internet.

    in reply to: Change background color of menu under #57696
    Sakin
    Keymaster

    Hello Peter,

    You haven’t added in Secondary menu, so I am bit confused. Can you add secondary menu and let me know in which color you code you want to change to.

    Regards,
    Sakin

    in reply to: Share & Print Button under each Post #57695
    Sakin
    Keymaster

    @Hotzenplotz: These are from “Sharedaddy” plugin.

    in reply to: Remove sidebar on post #57686
    Sakin
    Keymaster

    @machoyouk: Please post in proper theme support URL. This is Catch Box Free theme support forum and this theme doesn’t have “No Sidebar, Full Width” layout.

    So, post in your site URL and then I can check in for you.

    in reply to: Menus disappear on mobile devices #57661
    Sakin
    Keymaster

    @eric: In iPad, you will see Tinynav menu in Portrait view and Full Menu in landscape view. This is responsive design.

    in reply to: Font sizes #57660
    Sakin
    Keymaster

    @Vivien: For which menu are you talking about. As Adventurous Pro theme have 3 custom menu location “Header Right Menu, Header Secondary Menu and Footer Menu”.

    If you want to change the sub-menu font size of Header Right Menu, then you can edit the size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

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

    Similarly, if you want to change the sub-menu font size of Header Secondary Menu and Footer Menu, then you can edit the size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #secondary-menu ul.menu ul a, 
    #footer-menu ul.menu ul a {
        font-size: 13px;
    }
    in reply to: How to write title on the top of the images? #57659
    Sakin
    Keymaster

    @Amanda Barbosa: Ok then replace previous css with the following css:

    @media screen and (min-width:768px) {
        .has-post-thumbnail .archive-post-wrap {
            position: relative;
        }
        .has-post-thumbnail .archive-post-wrap .entry-header {
            background: #000;
    	background: rgba(0, 0, 0, 0.7);
            bottom: 200px;
            padding: 10px;
            position: absolute;
        }
        .has-post-thumbnail .archive-post-wrap .entry-title, 
        .has-post-thumbnail .archive-post-wrap .entry-title a {
            color: #fff;
        }
    }
    in reply to: custom image sizes possible? #57658
    Sakin
    Keymaster

    @Kathy: No there is only 3 sizes and if you want different size then you can insert as Full Image so it will load your original image.

    in reply to: Please Donate to Catch Themes after Nepal Earthquake #57652
    Sakin
    Keymaster

    @Consciousness: Don’t know about it. We are not in the stage to think further. Here everyone is try to help each other. Thanks

Viewing 20 posts - 3,741 through 3,760 (of 14,498 total)