Forum Replies Created

Viewing 20 posts - 3,761 through 3,780 (of 14,509 total)
  • Author
    Posts
  • 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

    in reply to: Can't get sidebar on blog page only #57650
    Sakin
    Keymaster

    @byMuk: First can you send me your site URL and let me know what are you trying to do it. Catch Everest theme doesn’t support WooCommerce for that you need to upgrade to Catch Everest Pro.

    in reply to: Read More #57646
    Sakin
    Keymaster

    @Kim: Don’t know about that. check your settings at “Appearance => Theme Options => Excerpt / More Tag Settings”

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

    @Consciousness: Yes, it was big one again 7.3. It’s totally devastating and we are back on tent. Having terrible headache and spinning round and round. We are ok but we are down physically and mentally.

    in reply to: Catch Responsive Social Icons Widget #57643
    Sakin
    Keymaster

    @Iso Sonique SARL:
    1. If you are talking about Social Links in your Header Right Sidbear, then you can add in your linkedin profile URL in “Appearance => Customize => Social Links => Social Links”.
    2. Sorry we don’t have option to add in Print link. You need to use plugin for that.

    in reply to: Featured Slider Pics not responsive #57636
    Sakin
    Keymaster

    @webtussi: Have you change any css? It’s strange why it’s not responsive in your site. try adding the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    #feature-slider .cycle-slideshow img { width: 100%; }

    in reply to: Fixed Header Top #57634
    Sakin
    Keymaster

    @Ben: There is no option to add site title in that Fixed Header Top Are. If you don’t have logo then you can make your site title as image and add in.

    Sakin
    Keymaster

    @Thomas: Sorry bit WordPress doesn’t have that option at this stage. WordPress is trying to improve on that and trying to improve wp_is_mobile functions and more. Then only we can do that. Yes, I understand your issue and all the theme have same issue.

    in reply to: Right sidebar not showing on iPhone #57632
    Sakin
    Keymaster

    @Hans-Peter: I just check in your site from both iPhone 6 and 5 and it’s working fine. You right sidebar will show below the content. This is called responsive design. As your mobile screen is small it will be hard for user to read if we have content and sidebar next to each other.

    in reply to: Problem with Slider Images #57631
    Sakin
    Keymaster

    @Thomas: That loading time depend on your server and cache. So, we don’t have control on that with theme. If you are using latest version, then we have added “Image Loader” setting at “Appearance => Customize => Featured Slider Options => Featured Slider Settings”.

    For more about Image loader you can read this http://jquery.malsup.com/cycle2/demo/loader.php

Viewing 20 posts - 3,761 through 3,780 (of 14,509 total)