Forum Replies Created

Viewing 20 posts - 13,501 through 13,520 (of 14,488 total)
  • Author
    Posts
  • in reply to: Menu Bar Get Messed Up When Zoom Out in Google Chrome #5059
    Sakin
    Keymaster

    @venkat: Zoom is not supported. Why do you need to zoom your site and view it. Everyone, will view the site in regular mode.

    in reply to: Pictures are gone on android but good on desktop #5058
    Sakin
    Keymaster

    @filmmaker: Your site URL please.
    Catch Box Theme is Responsive design this means it will change as per the devices and screen size you browse from.

    See the demo page http://catchthemes.com/demo/catchbox/ .If it’s same then it’s design like that.

    in reply to: how to remove SEARCH from header #5057
    Sakin
    Keymaster

    @filmmaker: Ok since you are using Catch Box Free Theme. Follow the steps as below:
    1. Login to Your WordPress Dashboard.
    2. Click on Appearance => Theme Options
    3. Then you will see “Disable Search in Header”. Click on the checkbox.
    4. Then Click on Save Changes.

    in reply to: how to add phone # header – clickable on mobile #5056
    Sakin
    Keymaster

    @filmmaker: Thanks for using our Free theme Catch Box. There is no option to add phone no and extra item in header. You need to add information either in Site Title and Tag line from “Settings => General” in your WordPress Dashboard. Or you need to use the Header Image from “Appearance => Header” in your WordPress Dashboard.

    The other option if you want to add that information in the header right side. Then you can upgrade to Catch Box Pro where there is Header Right Sidebar and you can drag and drop widgets in the header right sidebar to add items in Header Right Side.

    in reply to: iPad – Full Width #5055
    Sakin
    Keymaster

    Just add margin button to 0 as CSS in your “Custom CSS” box in Theme Options panel.
    .logo-wrap { margin-bottom: 0; }

    in reply to: Non-clickable slider image #5054
    Sakin
    Keymaster

    @Raphael: Not now. As you need to have full technical knowledge about the child theme and action hook then only you will be able to change it.

    in reply to: Non-clickable slider image #5045
    Sakin
    Keymaster

    @Raphael: I will think about removing the # is there is no link in the featured image slider. But for now there is no option to remove the # in the link.

    in reply to: Featured image alt (slider) #5044
    Sakin
    Keymaster

    @Raphael: Oh to remove that you need to build child theme and do the customization.

    The best option will be to add the title and then hide the title to display in the site by adding the following CSS in “Custom CSS” box in your Theme Options panels.
    #slider-wrap .featured-text { display: none; }

    in reply to: HELP! Theme Options is not working :( #5042
    Sakin
    Keymaster

    For other those who have this issue. This issue will be fixed in new Version 0.1.2.3 which will be out soon. But for now you can just go to “Appearance => Theme Options => Excerpt / More Tag Settings” just remove arrow -> and save it. Then only make changes.

    in reply to: HELP! Theme Options is not working :( #5041
    Sakin
    Keymaster

    @dianzt: Thanks for reporting and begin patience. I have been able to find that the issue was is few server while for other it was working fine. I have fixed it in your site. Now you can change and work on the site.

    in reply to: HELP! Theme Options is not working :( #5039
    Sakin
    Keymaster

    @dianzt: I am working in your site. Will soon post the solution. Thanks.

    in reply to: Multiple H1 tags on blog posts & pages #5030
    Sakin
    Keymaster

    Yes Robert, The unhooking process is the WordPress hook. Thanks for using Catch Box Pro theme.

    in reply to: iPad – Full Width #5028
    Sakin
    Keymaster

    @TripleMoxy: can you try adding this CSS in your “Custom CSS” box in Theme Options panel and check with your iPad. Also send me your Site URL after you add in this css. So, I can check in with iPad.

    /* iPads (portrait and landscape) ----------- */
    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px) {
    /* Styles */
    #main #content {
    margin: 0 38.6% 0 3%;
    width: 58.4%;
    }
    #main #secondary {
    float: right;
    margin: 0 3% 0 0;
    width: 32.5%;
    }

    in reply to: Multiple H1 tags on blog posts & pages #5027
    Sakin
    Keymaster

    @Robertf: Yes. I didn’t realize the unhooking process and simply gave you the function. As I am supporting a lot of users. But I am happy that finally it worked for you.

    PS. Are you writing plugin or review of theme.

    in reply to: Recommended BG dimensions? #5025
    Sakin
    Keymaster

    @heeralc: For designing the background. Try to use repeatable background/texture/patterns. As the size changes as per the screen size and yes if you build really large background then it will create loading problem in Mobile devices.

    in reply to: HELP! Theme Options is not working :( #5024
    Sakin
    Keymaster

    Hello Diana, Did you try disabling the plugin you used and check in. First try disabling the plugin and check it. If not then reply my email. You got mail.

    in reply to: Featured image alt (slider) #5023
    Sakin
    Keymaster

    @Raphael: Alt tag in Catch Box Pro theme Featured Image slider is the Title. So, just change the tile in the Featured Image Slider Options under Appearance Tab in your WordPress Dashboard.

    in reply to: Non-clickable slider image #5022
    Sakin
    Keymaster

    @Raphael: Are you using Catch Box Pro Theme. Then simple use Featured Image Slider instead of Featured Post Slider and then don’t add anything in links. Just add Image, title and description.

    in reply to: Color on Page change #5020
    Sakin
    Keymaster

    @JamieHaden: Just add the following css in “Custom CSS” box in your Theme Options panel.
    .site { background-color: #ffebbf; }

    in reply to: Eliminate Tag/category page box #5019
    Sakin
    Keymaster

    @Donald.McIntyre: Just add the following css in “Custom CSS” box in your Theme Options panel.
    .tag .page-header { display: none; }

Viewing 20 posts - 13,501 through 13,520 (of 14,488 total)