Forum Replies Created

Viewing 20 posts - 3,541 through 3,560 (of 4,908 total)
  • Author
    Posts
  • in reply to: Picture orientation #92802
    Mahesh
    Participant

    @collierslivinglife: Are you using any plugins? If yes, try deactivating all plugins one by one and check if it resolves the issue. If not, try activating default themes and check if the problem persists or not. If you don’t see issue in default theme, it is theme related issue if not, its not.
    Let me know further.

    Regards,
    Mahesh

    in reply to: mobile-menu link #anchor #92801
    Mahesh
    Participant

    @world-of-hot: The menu in our sever is working fine in mobile devices too. Please check the menu in this demo
    https://catchthemes.com/demo/catch-responsive/
    Are you using any plugins? If so try deactivating plugins and check again.
    Let me know further.

    Regards,
    Mahesh

    in reply to: front page width #92800
    Mahesh
    Participant

    @senn_9212_arnegg: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 481px) {
        .one-column .site {
            width: 90%
        }
    }

    Regards,
    Mahesh

    in reply to: Change Font Size for Site Tagline #92798
    Mahesh
    Participant

    @friarpaul: Seems you’ve managed to change the font-size to 30px in mobile devices. To remove the logo in mobile devices, add the following CSS in Custom CSS:

    @media screen and (max-width: 480px) {
      #site-logo {
            display: none;
        }
    }

    Regards,
    Mahesh

    in reply to: Fixed topics in the featured content. #92781
    Mahesh
    Participant

    @opublicerad-se: Please post in your site url.

    Regards,
    Mahesh

    in reply to: front page width #92780
    Mahesh
    Participant

    @senn_9212_arnegg: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Change Font Size for Site Tagline #92779
    Mahesh
    Participant

    @friarpaul: By site logo, do you mean the background image in the header? If so go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    @media screen and (max-width: 990px) {
        .site-title {
        	font-size: 40px;
        }
    }
    
    @media screen and (max-width: 480px) {
        #masthead{
            background-image: none;
            background-color: #fff;	
        }
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Change Font Size for Site Tagline #92688
    Mahesh
    Participant

    @friarpaul: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Change Font Size for Site Tagline #92679
    Mahesh
    Participant

    @friarpaul: Glad to know you’ve resolved the issue by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Logo deformed in mobile view #92675
    Mahesh
    Participant

    @ffwa: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #branding img {
        max-height: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Mobile site now has border #92674
    Mahesh
    Participant

    @fmck: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .sb-options a {
        border-bottom: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Space between text in columns #92635
    Mahesh
    Participant

    @veer: Have you modified the style.css file. The space seems fine on our server. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    p {
        padding-bottom: 20px;
    }

    Note: The issue is because of following code in your style.css

    p, #nav-below, .sidebar-primary .search-field, .hentry .featured-image, .comment-navigation, .paging-navigation, .post-navigation {
        margin-bottom: 100px;
    }

    By default it is:

    p, #nav-below, .sidebar-primary .search-field, .hentry .featured-image, .comment-navigation, .paging-navigation, .post-navigation {
        margin-bottom: 20px;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Want to buy, but … #92634
    Mahesh
    Participant

    @kfrolov: I am glad that you like our theme and interested in using it. I do understand your requirement. We may try to include more social icons in the future updates. But it is not decided yet. However, we will be adding custom social icon feature in our latter updates.

    Regards,
    Mahesh

    Mahesh
    Participant

    @moon:
    Hi Juan,
    Thank you for using Catch Responsive Pro.
    1. There are currently 9 posts per page and I want to show 5.
    The posts per page is working fine. The issue you are facing is because of the Sticky posts. Currently in your site’s homepage, 9 posts are being displayed because all of them are set as sticky. But if you click on older posts at the bottom, it will show only 5 posts, which show the post per page function is working fine. You’ll need to edit each post and remove sticky for all those post. Go to Posts page in Dashboard, and edit a sticky post. Then in edit post page, you’ll see publish tab at the right top, in that tab look for Visibility: Public, Sticky Edit, click on edit some options will slide down, uncheck Stick this post to the front page and click update. Repeat this for other sticky posts too.

    2) Margins (empty spaces) between objects/sections
    This CSS removes the spaces between slider and posts. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider {
        padding-bottom: 0;
    }

    2.1): There is an option Featured Header Image Position in Customizer’s Header Image which helps you position the header image. But if you are trying to have header image before menu in desktop, and after menu in mobile devices, this is not possible.

    3) Center the footer with custom social icons
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #catchresponsive_social_icons-8 .widget-wrap {
        text-align: center;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Grid image link to specific Blog Post #92612
    Mahesh
    Participant

    @kuczekross: In Gridalicious Pro, for Featured Grid Content, there is Featured Image Grid Content option which provides you the provision of selecting image, title and link of your choice. Same with the Featured Content too, there is Featured Image Content option.
    Below is the screen shot of the option in customizer:
    http://goo.gl/co34BF
    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Blog/ Posts Page Appearance #92606
    Mahesh
    Participant

    @nicolegariepy: I checked your site and seems you’ve fixed the issue by hiding the page titles only. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @stefanhoesli: Thank you for your appreciation. Have a nice day!!!

    Regards,
    Mahesh

    in reply to: Center Logo/Remove Page Edit #92604
    Mahesh
    Participant

    @robertpkoen: Thank you for your appreciation. Have a nice day!!!

    Regards,
    Mahesh

    Mahesh
    Participant

    @stefanhoesli: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #logo-icon {
        margin-right: 100px;
    }
    #menu-hauptmenu {
        margin-top: 98px;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @stefanhoesli: Please check your email.

    Regards,
    Mahesh

Viewing 20 posts - 3,541 through 3,560 (of 4,908 total)