Forum Replies Created

Viewing 20 posts - 4,201 through 4,220 (of 4,908 total)
  • Author
    Posts
  • in reply to: Customize landing page #87105
    Mahesh
    Participant

    Hi @micha,

    Thank you for your appreciation and detailed explanation on how you resolved your issue. Yes, it does help people having similar issues.
    If you like my support and Catch Kathmandu theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform

    Have a nice day.

    Regards,
    Mahesh

    in reply to: How can I edit post information? #87104
    Mahesh
    Participant

    Hi @sziszi,

    Thank you for your appreciation. If you like my support and Simple Catch theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/simple-catch?rate=5#postform

    Have a nice day!

    Regards,
    Mahesh

    in reply to: How to vertically center the logo? #87103
    Mahesh
    Participant

    Hi @twincam,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Menu text and background color #87064
    Mahesh
    Participant

    Hi @sziszi,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: How can I edit post information? #87063
    Mahesh
    Participant

    Hi @sziszi,

    For displaying post date only, use the following CSS:

    #main #content ul.post-by li {
        display: none;
    }
      
    #main #content ul.post-by li:nth-child(2) {
        display: block;
        padding: 0;
        background: none;
    }

    Regards,
    Mahesh

    in reply to: Menu text and background color #87048
    Mahesh
    Participant

    Hi @sziszi,

    For changing the menu item color and background color, add the following CSS:

    #header #mainmenu ul li ul li a:hover, #header #mainmenu ul li ul li:hover > a {
      	background-color: #008000;
    }
    #header #mainmenu ul li ul li a {
        color: #0000ff;
    }

    Note: Please change the color hex value as desired.

    Regards,
    Mahesh

    in reply to: Landscape Iphone View #87040
    Mahesh
    Participant

    Hi @husker,

    As you’ve modified the CSS and made it working with the following code:

    @media screen and (max-width: 990px) {
        #featured-content.layout-three .hentry {
            width: 100%;
        }
    }

    Your modified code above will do the job and following code is redundant, so you can remove the following code that I’ve provided you earlier:

    @media screen and (max-width: 640px) {
        #featured-content.layout-four .hentry, #featured-content.layout-three .hentry {
            width: 100%;
        }
    }

    Note: Your modified code will make the 3 column featured-content full-width when it is viewed in the screen with display 990px or less (including 640px).
    And the code I’ve provided will make the 3 column featured-content full-width when it is viewed in the screen with display 640px or less.

    Regards,
    Mahesh

    in reply to: How to vertically center the logo? #87039
    Mahesh
    Participant

    Hi @twincam,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box.
    In your theme’s Custom CSS, you have the following, I don’t know why have you put it there, please remove it.

    #branding .sidebar-header-right .widget_text">			<div class="textwidget"><a href=http://www.nexusnet.uy target=_top><img
    src=/wp-content/uploads/2016/03/contacts2.png border=0></a></div>

    And for aligning the logo image vertically center, add the following CSS:

    @media screen and (min-width: 941px) {
      	#site-logo img {
                margin-top: 30px;
        }
    }

    Let me know if this fixes your issue.

    Regards,
    Mahesh

    in reply to: Posts on Home Page #87037
    Mahesh
    Participant

    Hi salanthonyc,

    Thank you for using Simple Catch Pro.
    In the theme, there is no such feature as choosing certain post to appear in the home page, you’ll need to hire a customizer. But there is a feature to display the posts of certain categories(posts from categories of your choices) in the home page. For this, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Category Setting” and select you desired categories from Front page posts categories.

    Regards,
    Mahesh

    in reply to: Line height #87036
    Mahesh
    Participant

    Hi @beate_altmannhotmail-com,

    I checked the url and currently, the text “Vi er snart klare!” is being displayed. Can you please clarify issue little further.

    Regards,
    Mahesh

    in reply to: Landscape Iphone View #87031
    Mahesh
    Participant

    Hi @husker,

    Earlier, I provided the CSS as you wanted the columns to be 25% on right and left and 50% on the middle. But now, all your columns are equally divided. And you don’t need that style, so I suggested you to remove it.

    Regards,
    Mahesh

    in reply to: Center Menu Bar #87030
    Mahesh
    Participant

    Hi @lygiahuan,

    Sticking with your first option, for spreading out the menu evenly, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .menu-item {
        text-align: center;
        width: 16.56%;
    }
      
    #header #mainmenu ul li a {
      float: none;
    }
      
    .sub-menu .menu-item {
        text-align: left;
        width: auto;
    }
      
    #header #mainmenu ul li ul.sub-menu a {
      display: block;
    }

    Note: You have a missing curly brace at the end in your Custom CSS please add it.

    Let me know if this helps with your issue.

    Regards,
    Mahesh

    in reply to: Insert image and set featured image not longer working #87024
    Mahesh
    Participant

    Hi @meekglorious,

    Sorry for the late reply. Seems you’ve created new thread with same question in support and @pratik have answered it, I’ll skip this thread.

    Regards,
    Mahesh

    in reply to: Background Image and Background Scroll #87023
    Mahesh
    Participant

    Hi @matthewseanmclachlan,

    Oh that’s great.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Featured Slider – Remove text from images #87022
    Mahesh
    Participant

    Hi @stefanrsharpe,

    Please post in your site url.

    Regards,
    Mahesh

    in reply to: Can't Set Certain Font Colors #87021
    Mahesh
    Participant

    Hi @dschwartzer,

    The tag errors shouldn’t have happened as it is automatically inserted by WordPress’s content editor. Have you modified the content in editor in text tab? You’ll need to manually remove the wrong tags in text tag or try changing the text style bold/unbold in visual tab.

    Regards,
    Mahesh

    in reply to: Customize landing page #87017
    Mahesh
    Participant

    Hi @micha,

    Sorry for the late reply.
    May be you have made some changes in the MailChimp so you are facing the issue.
    For the second question (CSS fixes), add subscribe-info class in the span like follows:
    <span class="subscribe-info" style="font-size: 10px;">After you hit the subscribe button you should check your emails for a message from us.</span>

    Then add the following Custom CSS:

    .subscribe-info {
        float: left;
        width: 50%;
    }
      
    @media screen and (max-width: 668px) {
        .subscribe-info {
            width: 100%;
        }
    }

    Let me know if this helps.

    Regards,
    Mahesh

    in reply to: Update problem #87016
    Mahesh
    Participant

    Hi @gio,

    Sorry for the late reply, what seems to be the problem, what do you mean, you don’t have access to translating website? please clarify.
    And where did you get the file for the theme?
    Please let me know more so I can help you further.

    Regards,
    Mahesh

    in reply to: Landscape Iphone View #87015
    Mahesh
    Participant

    Hi @husker,

    I’ve checked your site and CSS, you’ve changed the media rule to max=> 990px and min=> 991 for making the content’s width 33% for desktops and 100% for small devices and looks great. I don’t know why have you put the below line:

    #featured-content.layout-three .hentry:nth-child(3n+2) {
        width: 40%;
    }

    you may remove it. And the code I’ve provided you earlier, you can remove it too.

    Have a nice day!

    Regards,
    Mahesh

    in reply to: spacing between gaps #86757
    Mahesh
    Participant

    Hi @leoibra,

    I checked all of the three links you’ve mentioned above and saw no issue of huge spacing gaps. Can you send me the screenshot of the issue in your site.

    Regards,
    Mahesh

Viewing 20 posts - 4,201 through 4,220 (of 4,908 total)