Forum Replies Created

Viewing 20 posts - 2,781 through 2,800 (of 4,908 total)
  • Author
    Posts
  • in reply to: sidebar for custom post type #99180
    Mahesh
    Participant

    @ce88: This is a repeat post, I’ll skip this one since I’ve already posted the answer in the other. Please do not post the same thing twice.

    Regards,
    Mahesh

    in reply to: sidebar for custom post type #99179
    Mahesh
    Participant

    @ce88: The steps are correct. I just checked your site, the sidebar is displaying fine no array() issue. Just the design issue as the sidebar is displaying below the content.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Layout Option #99178
    Mahesh
    Participant

    @tonje-gravdehauggmail-com: Well, this is not possible in the current layout. Since you are using No-Sidebar layout option, the max width of the content is 860px. Which is displaying currently. The image are of full-width with respect to the content width. If you want to increase the image size, I recommend you to change the layout to No-Sidebar, Full Width.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Logo #99177
    Mahesh
    Participant

    @luismarioochoa: Its kinda strange that img alt text is displaying while no image is set in the logo/icon. Please try adding an image in the very option and click Save & Publish. Then check whether the image displays in the front end or not. Then again go to the Customizer and remove the image from logo/icon and see what happens. Let me know if the problem persists.

    Regards,
    Mahesh

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

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

    Regards,
    Mahesh

    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

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