Forum Replies Created

Viewing 20 posts - 4,401 through 4,420 (of 14,504 total)
  • Author
    Posts
  • in reply to: Changing Polylang switcher widget display #54611
    Sakin
    Keymaster

    @Steve: Thanks for your appreciation. Yes, it’s strange as the flag in working fine in my server.

    in reply to: Menu #54607
    Sakin
    Keymaster

    @Alexey: Ok I will email you in your registered email.

    in reply to: Menu #54605
    Sakin
    Keymaster

    @Alexey: Did you try creating custom menu that I told you and also gave you reference on how to add custom menu. This default page menu sometime acts weird. Also it’s difficult for me to check in as your site is in different language.

    in reply to: Changing Polylang switcher widget display #54604
    Sakin
    Keymaster

    @Steve: I did same thing in my test server with Catch Kathmandu Pro and it’s working fine. I got big flag. I just created directory polylang inside wp-content directory and upload the large image en_US.png inside newly created polylang directory and it’s working fine. So, it looks like you have server issue and not theme or plugin issue. Can you activate any other theme for this site and check in?

    in reply to: Read More link not displaying for some posts #54603
    Sakin
    Keymaster

    @Aaron Giles: So, if the content before more tag is more than the words define in Excerpt lengeth. Can you post in your site URL and let me know it. So, that I can check in.

    in reply to: Featured Slider shows Too Much Content #54602
    Sakin
    Keymaster

    @coldsoresuperstar: Ok you are taking about Featured Page Content, you can split content using more tag <!--more-->. So, it will only show the text before more tag. For more about splitting content with more tag, check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/

    in reply to: Wp postratings plug-in #54596
    Sakin
    Keymaster

    @Johan: First it is not recommended to modify any core theme files directly as all these files will be reverted back to original when you update the theme. If you want to edit any of these template files then you can build child theme and do it. For child theme, check this http://catchthemes.com/blog/create-child-theme-wordpress/

    Then copy content.php in your child theme and then add the following code, just above </article><!-- .post-article --> code:

    <?php if(function_exists('the_ratings')) { the_ratings(); } ?>

    Then for single post, you need to copy the whole function simplecatch_content() from simplecatch_fucntions.php file. Then add the following code, just above comments_template(); code

    if(function_exists('the_ratings')) { the_ratings(); }

    in reply to: German characters displayed wrong #54595
    Sakin
    Keymaster

    @Matthias: It shouldn’t be like that, we don’t have anything in plugin that blocks it. It should work fine. Can you delete that text and manually type that text. Maybe you are copying it from some places and it couldn’t do it exactly.

    in reply to: Menu #54594
    Sakin
    Keymaster

    @Alexey: For menu, just create custom menu from “Appearance => Menus” and then assign it as primary location from “Appearance => Menus => Manage Locations”. For more about Custom menu, check out at http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Check to disable responsive style #54589
    Sakin
    Keymaster

    @Andrea: I don’t see responsive menu in your site http://www.diegobuono.com/

    in reply to: Reduce height of promotion area #54588
    Sakin
    Keymaster

    @Brendon: Try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .home .site-content { display: none; }

    in reply to: Color responsive style menu #54587
    Sakin
    Keymaster

    @Andrea: Sorry I am but confused with your question. Can you post in your site URL and explain which element that you want to change the color and also let me know the color code that you want to change to.

    in reply to: Adsense Help.. #54586
    Sakin
    Keymaster

    @rahulwants: There is nothing in this theme to block the Adsense code. Please check your pluign settings.

    in reply to: Featured Slider shows Too Much Content #54585
    Sakin
    Keymaster

    @coldsoresuperstar: I check in your site and your slider text looks fine. Can you explain me your requirement.

    in reply to: Stretching Content Width #54541
    Sakin
    Keymaster

    @imNACHO: Actually Full Frame free version don’t have No Sidebar (Full Width). If you want to do that in Free version then you can edit your No Sidebar (Content Width). So, just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .no-sidebar.content-width #main { width: 100%; }

    in reply to: Change color submenu #54537
    Sakin
    Keymaster

    @mithrand: In Simple Catch Pro theme you can go to “Appearance => Theme Options => Color Options”, then change in “Sub-Menu Background Color”, “Sub-Menu Text Color” and so on.

    in reply to: Custom CSS no longer working #54534
    Sakin
    Keymaster

    @bigoslesli: Have you customize catchkathmandu_inline_css() function? It looks like there is some issue there in your site. If you have customize that functions then please restore it. If not then I need to check in your site detail about the issue. For that I will email you and you can reply me there.

    Sakin
    Keymaster

    @Laura Pio: Replace the previous CSS that I give you with the following css:

    @media screen and (max-width: 400px) { .wrapper { padding: 0 10px; } }
    @media screen and (max-width: 319px) { #logo-icon { width: 55%; } }
    in reply to: Questions re mobile site problems #54525
    Sakin
    Keymaster

    @Michele: Yes, it is issue older version of iPhone as I don’t have issue in my iPhone that is 5 and 4. So add in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 400px) { .wrapper { padding: 0 10px; } }
    @media screen and (max-width: 319px) { #logo-icon { width: 55%; } }

    This will be corrected in new version update. So, you can remove this after the release of new version.

    in reply to: Post Titles Disappeared #54524
    Sakin
    Keymaster

    @Klaas: Please post in your site URL so that I can check in.

Viewing 20 posts - 4,401 through 4,420 (of 14,504 total)