Forum Replies Created

Viewing 20 posts - 3,721 through 3,740 (of 14,509 total)
  • Author
    Posts
  • in reply to: Menus disappear on mobile devices #57855
    Sakin
    Keymaster

    @eric: From which iPad are you checking in. As it’s showing fine when I check in from my iPad. Is yours iPad mini. Please send me more details. Here is screenshot from my iPad Safari https://dl.dropboxusercontent.com/u/81234910/goodsbuys.com-ipad-safari-portrait.PNG

    in reply to: Increase width of whole page #57854
    Sakin
    Keymaster

    @Panayot: Sorry I am bit confused with your question. Maybe you can upload screenshot somewhere and send me link here and explain. Also let me know what element that you want to increase and by how much.

    in reply to: Sidebar reappears upon publishing #57838
    Sakin
    Keymaster

    @styvas: Yes, we have plan to add in bbpress, woocommerce and other plugin supports. But we are having trouble due to massive earthquake and aftershocks currently happening in Nepal. We are based in Nepal. We will be adding in near features. But we will be adding first as in Pro version only.

    in reply to: Featured Post Slider #57837
    Sakin
    Keymaster

    @Jeanieandluluskitchen: You need to remove the following code from footer.php below </body> tag
    <script src="http://sleepy-plains-6553.herokuapp.com/assets/button/hotlinebtn.js"></script>

    You can add this type of code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box.

    It will load same income generate tag. You are just not placing it correctly.

    in reply to: No widgets on right sidebar #57835
    Sakin
    Keymaster

    @Christian: Looks like you have customize the code theme file inside catch-box-pro theme directory. You shouldn’t do that, as the edits made there will be reverted back to original when you update or upgrade your theme. I see the following css which has been edited in your theme style.css, which is causing issue.

    #primary {
    	float: centered;
    }

    By default, we have it as below. So, please revert back and it will be fine.

    #primary {
    	float: left;
    }
    in reply to: Title Attribute in Menu? #57826
    Sakin
    Keymaster

    @Ben: Previously it was used for SEO purposes but now a days it’s not much is use and you can see most of the website doesn’t have. If you have title attribute in link then when you hover over that link it will show you that title. So, add title is link if you want to explain something other that text in that link.

    The color option to change the link is there in Catch Evolution pro theme options panel where you will get Color Options and then change the color as per your need. But for free theme, we need to change by adding in the custom css. For that you need to send me your site URL and the color code that you want to change to. Then I can check that for you.

    in reply to: Stop page titles from showing #57825
    Sakin
    Keymaster

    @Claire: You can hide it by adding the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #main .type-page .entry-title { display: none; }

    in reply to: Change posts home page template #57823
    Sakin
    Keymaster

    @machoyouk: Yes, In Catch Box Pro theme, you can keep the default layout like that and then change the layout of any particular page/post from “Catch Box Options” meta box under your page/post editor. So, for this just edit your post and change it. See this screenshot https://www.pinterest.com/pin/548594798329982875/

    in reply to: Featured content area text formatting #57818
    Sakin
    Keymaster

    @Claire: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .hentry {
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      hyphens: manual;
    }
    in reply to: custom image sizes possible? #57817
    Sakin
    Keymaster

    @Kathy: We are trying our best to recover back but these continuous aftershocks are making it difficult.

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

    @Musa91: If you upgrade to Catch Box Pro then you will get color option in theme option panel from where you can choose color from color picker and save it.

    But in free theme, we need to customize the color using Custom CSS in “Appearance => Theme Options => Custom CSS” box or by building child theme and adding it in child theme style.css. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    So, try adding in the following css:

    #branding #access { background: none #1f9c4e; }
    #branding ul.menu li { border-color: #1d8745; }
    #branding .menu .current-menu-item > a, 
    #branding .menu .current-menu-ancestor > a, 
    #branding .menu .current_page_item > a, 
    #branding .menu .current_page_ancestor > a, 
    #colophon .menu .current-menu-item a {
        background-color: #ae0000;
    }
    in reply to: Hide Menu item on Mobile device #57788
    Sakin
    Keymaster

    @machoyouk: the css you have added in is incorrect. Can you name the title of the pages you want to hide then I can correct it.
    #tinynav1 option:nth-child(1n) { display: none; }

    in reply to: Replace Header Search Box with custom text area #57787
    Sakin
    Keymaster

    @Amy: I am bit confused. Can you post in your site URL and explain in reference with your site URL.

    in reply to: Mobile #57786
    Sakin
    Keymaster

    @Kim: It depends on personal choice, many people just like small one like this. Ok, try adding the following css in “Appearance => Theme Options => custom CSS” box”

    .mobile-menu { background-color: #d8180a; text-align: center; width: 100%; height: 50px; }
    .site .genericon-menu { box-sizing: border-box; height: 50px; width: 100%; }
    .mobile-menu a { color: #fff; padding: 10px; }
    .mobile-menu-text { display: inline-block; }
    in reply to: Read More #57784
    Sakin
    Keymaster

    @Kim: For that you need to change your layout to “Full Content Display” from “Appearance => Theme Options => Layout Options” or simply decrease the word count in “Appearance => Theme Options => Excerpt / More Tag Settings”

    in reply to: catchbase-core – Warning after last update (1.8) #57783
    Sakin
    Keymaster

    @bole: Or you can try completing it. You just need to complete the language file de_DE.po and de_DE.mo file. You can edit de_DE.po file using fee software from poedit.net

    Sakin
    Keymaster

    @ibnusaheed: I am not sure about Google Analytics and Jetplack plugin infinite scroll tracking. We just added in support for Jetpack plugin infinite scroll module. So, please post in Jetpack plugin support forum and your Google Analytics codes. We don’t have control on it. We just added this http://jetpack.me/support/infinite-scroll/

    in reply to: catchbase-core – Warning after last update (1.8) #57779
    Sakin
    Keymaster

    @bole: are you using Catch Base theme in any other language. If so then you might have incomplete language file and it is showing that issue. See this other user posted in same at http://catchthemes.com/support-forum/topic/error-in-hello-world-post-with-fresh-installed-wordpress-and-theme/

    in reply to: Problem in accessing social media icons #57776
    Sakin
    Keymaster

    @Webitseo: I see that you have added in all css in your child theme style.css . Child theme style.css should only have css that you want to change. For sample child theme and related, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. So, remove all the css and add only requited css and it will work fine.

    in reply to: No widgets on right sidebar #57775
    Sakin
    Keymaster

    @Christian: Please post in the URL of the page where you have issue. then I can check in.

Viewing 20 posts - 3,721 through 3,740 (of 14,509 total)