Forum Replies Created

Viewing 20 posts - 2,781 through 2,800 (of 4,903 total)
  • Author
    Posts
  • in reply to: Primary-menu items, too little space #99158
    Mahesh
    Participant

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

    .catchbase-nav-menu a{
        padding: 10px 15px;
    }

    Other option it to lower number of menu items by moving the menu into parent menu.

    Regards,
    Mahesh

    in reply to: Featured Content's image #99154
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Where are demo data files? #99153
    Mahesh
    Participant

    @lara-nozze: No, its not. Our Chicago theme is this one:
    https://catchthemes.com/themes/chicago-pro/

    Regards,
    Mahesh

    in reply to: How to change navigation bar color & font color #99152
    Mahesh
    Participant

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

    /* Menu Color */
    .nav-primary {
        background-color: #00ff00;
    }
    /* Menu Font Color */
    .clean-magazine-nav-menu a {
        color: #ffff00;
    }
    /* Menu Font Hover Color */
    .clean-magazine-nav-menu li:hover > a {
        color: #ff00ff;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

    in reply to: Logo #99148
    Mahesh
    Participant

    @luismarioochoa:
    1. You still have the image set in the icon area but since the image link is broken the issue is occurring. Please go to Dashboard=> Appearance=> Customize=> Theme Options=> Fixed Header Top Option and Click Remove in Select/Add Logo Icon option.
    2. Reduce the distance between pages in the navigation menu
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS

    .fullframe-nav-menu a {
        padding: 10px;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Primary-menu items, too little space #99147
    Mahesh
    Participant

    @kundkp: Can you please explain further, what do you really want to do? Let me know further.

    Regards,
    Mahesh

    in reply to: disable date, autor, etc. #99146
    Mahesh
    Participant

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

    .single #content .entry-meta {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Featured Content's image #99144
    Mahesh
    Participant

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

    #featured-content .featured-homepage-image,
    #featured-content figure {
        margin: 0;
    }

    Regards,
    Mahesh

    in reply to: Social Media Buttons #99143
    Mahesh
    Participant

    @dreamcatcher: Go to Dashboard=> Appearance=> Customize=> Social Links and add your Facebook, Twitter and Youtube link in your relevant text box. Click Save & Publish button. Then go back to Customize=> Theme Options=> Header Right Sidebar Options and make sure Check to Disable Header Right Sidebar option is unchecked.
    It would be easy if you post your site url.

    Regards,
    Mahesh

    in reply to: Extra line above image messes up text-wrap #99142
    Mahesh
    Participant

    @lordinverstor: Are you using WordPress’s default visual editor? If so, just change to text tab, you’ll see the Raw HTML, there you can find the p tags and adjust the content. The issue is because of how you’ve put the content rather than the theme design.
    Please check the image in the link below:
    http://bit.ly/2cfYncD

    Regards,
    Mahesh

    in reply to: Linking of images in Featured Slider #99140
    Mahesh
    Participant

    @trip2day: For full-width width content option, you can simply update to the Pro version, its already there in Pro. But if you want to have it in current version, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #primary {
        max-width: none;
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: Removing extra space from home page #99138
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Overwrite inc/catchbase-structure.php #99137
    Mahesh
    Participant

    @brandonsm: I’m glad you worked it out. Have a nice day!

    Regards,
    Mahesh

    in reply to: Problem with Child Theme #99136
    Mahesh
    Participant

    @rubatos1s: Using Child theme is bit tricky in terms of settings. You’ll need to makeup your mind beforehand whether to use Child theme or Parent theme. The settings you make in Parent theme may not be used in Child theme which may cause to have default setting in Child theme. Activate the Child theme and please change the settings in it and see if that fixes the issue. Let me know further.

    Regards,
    Mahesh

    in reply to: Bye bye after paragraph spacing #99135
    Mahesh
    Participant

    @accucomm: Glad to know you’ve found what causing the issue. May be that is why the site was displaying normal on mine. Let me know if any problem. Have a nice day!

    Regards,
    Mahesh

    in reply to: Bye bye after paragraph spacing #99060
    Mahesh
    Participant

    @accucomm: Just checked your site on chrome and firefox. On both the browsers, the site seems to be fine. Didn’t find any issues at all. Let me know further.

    Regards,
    Mahesh

    in reply to: Problem with Child Theme #99059
    Mahesh
    Participant

    @rubatos1s: Can you please explain in details? By own header, you mean custom header.php file or just the header section? And how have you put the code? Do are you trying to have a static header or the header through Customizer settings? And do you get any error message or something. Let me know further so that I can help you.

    Regards,
    Mahesh

    in reply to: Extra line above image messes up text-wrap #99058
    Mahesh
    Participant

    @lordinvestor: You can actually adjust margin for image with the code below. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .single #post-328 .entry-content .wp-caption {
    	margin-bottom: 2em;
    }

    Note: This is the default value. Adjust the value as desired.
    The problem is, paragraph is separated by <p> tags and after that comes a image <div> and again <p> tags. For some reasons, the text are breaking apart in redundant places which is causing the issue. If you can see it somehow through the text tab with raw Html, you’ll find what I mean.
    Let me know further.

    Regards,
    Mahesh

    in reply to: featured content #99049
    Mahesh
    Participant

    @pl: Thanks for the url. Well for Featured Slider and Promotion Headline, select Enable on Homepage only option in Customizer. And for Featured Content, select Entire Site. Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content {
    	display: none;
    }
    
    .home #featured-content, 
    .page-id-352 #feature-content {
    	display: block;
    }

    Hope this helps. If not please do enable the Featued image and let me know.

    The theme is fully responsive. Are you using any plugins or custom CSS? If yes try removing CSS and disabling plugins and check if it fixes the issue.
    Please check the responsiveness in the demo site: https://catchthemes.com/demo/full-frame/

    Let me know further.

    Regards,
    Mahesh

    in reply to: Featured images not full size #99041
    Mahesh
    Participant

    @hmiller: I checked your site and the image seems fine. It is using 350×350 image. But while using 4 column layout, the size of column is small hence size of image is automatically reduced relatively which is why it seems small.

    Seems the google is suggesting to reduce the image sizer further with the dimensions intact. Try to optimize the image and reduce the size as far as possible.
    Hope it helps.

    Regards,
    Mahesh

Viewing 20 posts - 2,781 through 2,800 (of 4,903 total)