Forum Replies Created

Viewing 20 posts - 5,981 through 6,000 (of 14,505 total)
  • Author
    Posts
  • in reply to: Social links Setting shows nothing #46931
    Sakin
    Keymaster

    @mahroch: I also use Mozilla most of the time in my mac and it’s working fine. Maybe you can some addons that is blocking jquery tabs. Check that.

    in reply to: blog sidebar #46930
    Sakin
    Keymaster

    @Bryan: WooHoo you are awesome… Cheers 🙂

    in reply to: Responsive Menu Displaying Last Item #46928
    Sakin
    Keymaster

    Hello Jesse,

    I just check in your site and it is displaying menu in mobile devices. Then only problem I see is the color options that you have selected from “Appearance => Theme Options => Color Options => Menu Color Options”. Change “Sub-Menu Text Color” as your menu background and text is all blue and cannot view it.

    Regards,
    Sakin

    in reply to: Change size of post titles on blog page #46926
    Sakin
    Keymaster

    @Klaas: Catch Everest default theme is sans-serif and when using inherit, it will load the default font.

    Changing font is nice and cool in Pro version as you will get option to use all Web Safe Fonts and popular Google fonts from “Appearance => Theme Options => Font Family Options”

    The Arial font is web safe font. So, to change the title fonts you can add in the following css in “Appearance => Theme Options => Custom CSS” box.

    .entry-header .entry-title {
        font-family: Arial, sans-serif;
    }

    For the sidebar widget link color, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .widget-area .widget a {
        color: #404040;
    }
    in reply to: Changing Slider Size #46921
    Sakin
    Keymaster

    @RadMod: If you upload the image size small then width 1280px then it will display the background color of slider. You can add the following css in “Appearance => Theme Options => Custom CSS” box to make the background color transparent.

    #main-slider {
        background-color: transparent;
    }
    in reply to: featured content image border #46920
    Sakin
    Keymaster

    @boosted179: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .featured-image img, .entry-content img {
        box-shadow: none;
    }
    in reply to: Entry title – remove rollover/colour change/link #46919
    Sakin
    Keymaster

    @oly : You can add in the following css in “Appearance => Theme Options => Custom CSS” box, which will change the hover color to #222 which is same as no-hover.
    .entry-header .entry-title a:hover { color: #222; }

    in reply to: Google Fonts with Catch Box Pro #46918
    Sakin
    Keymaster

    @Kathleen: Yes there is per-defined popular Google fonts in Pro version which you can change from “Appearance => Theme Options => Font Family Options”. Also you can add google font by adding in font plugins.

    in reply to: Center Embedded Video #46917
    Sakin
    Keymaster

    @svoelker: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .wp-video { margin: 0 auto; }

    in reply to: Change font on widget title #46916
    Sakin
    Keymaster

    You will not be able to add that directly in your widget. So, you need to add that from your css. You can add in the following css in “Appearance => Theme Options => Custom CSS” box.

    .widget-title {
        color: #bd2026;
        font-family: Monotype Corsiva, sans-serif;
    }
    in reply to: Need to create child theme in order to update theme? #46915
    Sakin
    Keymaster

    For child theme tutorial, check out http://catchthemes.com/blog/create-child-theme-wordpress/. You can also download the sample child themes from there.

    in reply to: Navigation: Name of article instead of previous and next #46914
    Sakin
    Keymaster

    @Tillman: By default theme doesn’t support next and previous post name for navigation. IF you want this then you might need to hire cusotmizer and then ask him/her to build child theme http://catchthemes.com/blog/create-child-theme-wordpress/ and then change previous_post_link() and next_post_link() functions.

    in reply to: Change color of social and search widget? #46913
    Sakin
    Keymaster

    @Irina: It depends on the social icons that you use. All the css is shown below. You can add in whatever you need in “Appearance => Theme Options => Custom CSS” box.

    .social-profile ul li.facebook a {
    	background-position: 0 -44px;
    }
    .social-profile ul li.twitter a {
    	background-position: -44px -44px;
    }
    .social-profile ul li.rss a {
    	background-position: -88px -44px;
    }
    .social-profile ul li.you-tube a {
    	background-position: -132px -44px;
    }
    .social-profile ul li.linkedin a {
    	background-position: -176px -44px;
    }
    .social-profile ul li.tumblr a {
    	background-position: -220px -44px;
    }
    .social-profile ul li.viemo a {
    	background-position: -264px -44px;
    }
    .social-profile ul li.slideshare a {
    	background-position: -264px -44px;	
    }
    .social-profile ul li.dribbble a {
    	background-position: -308px -44px;
    }
    .social-profile ul li.my-space a {
    	background-position: -352px -44px;
    }
    .social-profile ul li.aim a {
    	background-position: -396px -44px;
    }
    .social-profile ul li.myspace a {
    	background-position: -352px -44px;
    }
    .social-profile ul li.flickr a {
    	background-position: -440px -44px;
    }
    .social-profile ul li.pinterest a {
    	background-position: -484px -44px;
    }
    .social-profile ul li.google-plus a {
    	background-position: -528px -44px;
    }
    .social-profile ul li.wordpress a {
    	background-position: -572px -44px;
    }
    .social-profile ul li.deviantart a {
    	background-position: -616px -44px;
    }
    .social-profile ul li.slideshare a {
    	background-position: -660px -44px;
    }
    .social-profile ul li.instagram a {
    	background-position: -704px -44px;
    }
    .social-profile ul li.skype a {
    	background-position: -748px -44px;
    }
    .social-profile ul li.soundcloud a {
    	background-position: -792px -44px;
    }
    .social-profile ul li.email a {
    	background-position: -837px -44px;
    }
    .social-profile ul li.contactus a {
    	background-position: -837px -44px;
    }
    .social-profile ul li.xing a {
    	background-position: -882px -44px;
    }
    .social-profile ul li.meetup a {
    	background-position: -971px -44px;
    }
    in reply to: Edit Description #46910
    Sakin
    Keymaster

    @RadMod: Thanks for the update 🙂

    in reply to: Top Navigation Menu? #46880
    Sakin
    Keymaster

    @fmck718: For sub-menu as per your css, the top position should be 30px. So, add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu ul { top: 30px; }

    Sakin
    Keymaster

    @Jale: Thanks for your appreciation.

    in reply to: All pictures aligned left #46872
    Sakin
    Keymaster

    @Tillman: It happens. Thanks for your appreciations 🙂

    in reply to: Reduce padding between main menu and slider? #46847
    Sakin
    Keymaster

    @Naomi: You can edit the padding bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box

    #hgroup-wrap { padding-bottom: 50px; }

    Sakin
    Keymaster

    @Jale: Site speed mostly depends on your Website Hosting Server. But if you want then you can install plugin such as W3 Total Cache to cache your site to make it faster load.

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

    in reply to: Stop text from centering within a table cell #46819
    Sakin
    Keymaster

    @jkbart: Can you send me the page URL and explain. Then I can check in your table code and send you suggestion.

Viewing 20 posts - 5,981 through 6,000 (of 14,505 total)