Forum Replies Created

Viewing 20 posts - 9,721 through 9,740 (of 14,504 total)
  • Author
    Posts
  • in reply to: Theme Options Menu not working #17266
    Sakin
    Keymaster

    @aroma-bobman: You mean the Theme Options have issue in Chrome browser. Is it same issue in both of your site or just on your new site.

    in reply to: Pinterest Pin #17265
    Sakin
    Keymaster

    @klhaight: We haven’t check any pinterest plugin. Can you ask in that plugin support forum? If they ask to add any additional code then we are ready to incorporate with it. Plugins are supposed to support theme WordPress.org themes.

    in reply to: Use image for background #17264
    Sakin
    Keymaster

    @calvinocampo123: You can add background image from “Appearance => Background”. But because you have use “Black” color scheme, that is why it will be hidden. Let me know once you have added the background image and then I can send you the Custom CSS to remove the dark background.

    in reply to: Help! Site Crashed! #17262
    Sakin
    Keymaster

    @tlvannoy: How did it crashed? Did you change any plugins settings or added new plugins. Is so then go to your FTP and delete that plugin. If this is not the case then your hosting support should provide you with the error log.

    in reply to: Header Background #17251
    Sakin
    Keymaster

    @Steve: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { margin-top: 0; }

    in reply to: Hide menu bar link on mobile? #17248
    Sakin
    Keymaster

    @jpbertram: Sorry I don’t get it what you mean? So what are you trying to change it.

    in reply to: Changing Sidebars #17247
    Sakin
    Keymaster

    @lizzy39: There is no option to add these but yes it is possible by building child theme. So you can consider hiring customizer to work for you.

    in reply to: 404 error on mobile pages #17246
    Sakin
    Keymaster

    @jpbertram: You have separate sub-domain while browsing from mobile. When I check in your site http://www.commishcollege.com/. It redirects me to http://mobile.commishcollege.com/. So, check in your server setting for mobile. This is not done through our theme.

    in reply to: FB like in Footer #17245
    Sakin
    Keymaster

    @paulinepkehoe: Can you post your footer editor code and the facebook like code in http://gist.github.com/ and send me the url. Then I can check in your code and suggest you the fix.

    in reply to: Header Sidebars #17244
    Sakin
    Keymaster

    @Sarah: For widget spacing you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-right .widget_text { margin-bottom: 15px; }
    #header-right .widget_text p { margin-bottom: 0; }

    You cannot make it logo center with logo and right sidebar. It will need details customization and I think you should hire customizer.

    About the logo what you can do it. You can just add the Text from “Site Title” and “Tagline” from “Settings => General” and then go to “Appearance => Theme Options => Header Options”. Check “Move Site Title and Description” and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #hgroup.with-logo { float: left; }
    #site-logo { clear: none; float: left; }
    in reply to: social media icons have bit missing from them #17242
    Sakin
    Keymaster

    @oly: Sorry but it is showing fine for me.

    in reply to: Fonts & Line spacing #17241
    Sakin
    Keymaster

    @OtaKii: Font size and style option is only there in Catch Box Pro version.
    For free version, I need to check in your site URL and then you need to explain exactly what you need to do it. Then I can check in the css.

    Further, you can hire developer if it’s difficult for you.

    in reply to: Hide the page title #17239
    Sakin
    Keymaster

    @poppy: For menu, you can build custom menus from “Appearance => Menus”. From there you can add your pages, posts, categories and even custom links. Then you can change the label of which you want to show different title. This is the best method for you.

    But if you like to hide the page tile then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page .entry-title { display: none; }

    in reply to: Social icons in site-info #17238
    Sakin
    Keymaster

    @GinaL: This is bit complex. So, I recommend you to hire customizer. I can guide you the process. Fist you need to build child theme and then in child theme you need to call the social icons function and hook it with catcheverest_before_site_info() action hook.

    in reply to: Objects no longer aligned in page #17237
    Sakin
    Keymaster
    in reply to: Homepage Featured content options #17219
    Sakin
    Keymaster

    @cpuss: You can remove the top padding of header right sidebar by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-right { padding-top: 0; }

    Abut the Internet Explorer. I check in and it is working fine on my side. Which IE version you are browsing from.

    in reply to: word splits badly at the end of line #17218
    Sakin
    Keymaster

    @Kardaya: Can explain please. I don’t get it what you are talking about. Maybe you can share your screenshot.

    in reply to: Changing Type of Font and size for my pages #17217
    Sakin
    Keymaster

    @adminleah: It’s because you have added the width to 200px in your Custom CSS box. So, find the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1190px) {
    #header-right { float: left; }
    #secondary { width: 200px; }
    }

    And replace with the following, where I have remove 200px width.

    @media screen and (min-width: 1190px) {
    #header-right { float: left; }
    }
    in reply to: Facebook All #17216
    Sakin
    Keymaster

    @Ralph177: I guess the plugin need the full content view to show it. So, go to “Appearance => Theme Options => Content layout” and set it to “Show full content”.

    in reply to: Featured Post Slider Questions #17215
    Sakin
    Keymaster

    @rbrek: Cheers 🙂

Viewing 20 posts - 9,721 through 9,740 (of 14,504 total)