Forum Replies Created

Viewing 20 posts - 3,961 through 3,980 (of 4,888 total)
  • Author
    Posts
  • in reply to: put site logo before site title #88839
    Mahesh
    Member

    @mupa: Thank you for your appreciation. This is possible, but you’ll need to do some customization. For this, create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php, add the code from the link below:
    http://pastebin.com/T0E0dvSJ
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-branding > a {
        display: inline-block;
        vertical-align: middle;
    }
    
    #site-header {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }

    Regards,
    Mahesh

    in reply to: Catch Box #88797
    Mahesh
    Member

    @rvtent: Sorry, there has been a huge confusion, you are using Catch Box free and you have posted the support for Catch Box Pro. The above solution is only for Catch Box Pro. For resolving the issue, you’ll need to either upgrade to Pro or hire a customizer.

    Regards,
    Mahesh

    Mahesh
    Member

    @9punkt2: Thank you for using Chicago Pro. For the above you’ll need to use appropriate plugins from https://wordpress.org/plugins/. Or you’ll need to hire a customizer.

    Regards,
    Mahesh

    in reply to: Header Image Catch Adaptive Pro Child #88793
    Mahesh
    Member

    @eabuel: Go to Dashboard=> Appearance=> Customize=> Header Image, I think you’ve chosen Excluding Homepage option in Enable Featured Header Image on . That is why the header image is not displaying in homepage but on other page. Change it to Entire Site and header image will be displayed in you whole site.

    Regards,
    Mahesh

    in reply to: Catch Box #88792
    Mahesh
    Member

    @rvtent: On the last step, did you add a text widget to the Header Top Sidebar and put the other lines of code in that text widget’s content?
    Before I’ve given you code for 5 images and 5 line texts but if you just want 1 image and 2 line text, use the following codes instead.
    <img class="widget-img" src="link-to-image"><span class="widget-text">Line 1 Text</span><br /><span class="widget-text">Line 2 Text</span><br />

    Regards,
    Mahesh

    in reply to: Catch Box #88788
    Mahesh
    Member

    @rvtent: Where have you put the above code I’ve provided you at the beginning? Didn’t it make any changes? How did you do it. Let me know and I’ll be help you further.

    Regards,
    Mahesh

    in reply to: Featured Content types, posts instead of pages? #88784
    Mahesh
    Member

    @justanotherwordpressuser: That’s great, sometimes plugin does come handy. 🙂 Have a nice day!

    Regards,
    Mahesh

    in reply to: Problem with menu #88783
    Mahesh
    Member

    @taquin21: Glad to know you were able to fix the issue. Have a nice day!

    Regards,
    Mahesh

    in reply to: Catch Box #88782
    Mahesh
    Member

    @rvtent: The code I’ve given above will add the image and text as widget in the Top Header Sidebar. But if you want image for that you’ll need to create an image containing 5 images and text that you wanted and the put it in the header as logo same as you’ve put it now.

    Regards,
    Mahesh

    in reply to: Problem tanslating breadcrumbs (BUG!) #88781
    Mahesh
    Member

    @raufaser: Thank you so much again for your help. We will make this translation available in our next update. Our team will contact you for further details. Have a nice day!!!

    Regards,
    Mahesh

    in reply to: Catch Box #88779
    Mahesh
    Member

    @rvtent: I’m a bit confused on your requirement, can you please clarify with an image as an example? Do you want the image to have the details or the text?
    Let me know further.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88777
    Mahesh
    Member

    @charlottekrenk: I checked your site and the problem persists. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Setting and make sure that all listed categories are selected in Homepage posts categories and check again. And if this solves, if you make new category, make sure that you selected the new category too.
    If this doesn’t solve the issue please try disabling the plugin if you are using any.
    Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88774
    Mahesh
    Member

    @charlottekrenk: Please add a post just for testing, publish it without sticking it to the front page (without out ticking: checkbox below publish). And let me know as soon as you are done with it and I’ll check your site and let you know.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88770
    Mahesh
    Member

    @charlottekrenk: Yes, the url is enough. I tested and its working fine. I didn’t see any problem.

    Regards,
    Mahesh

    in reply to: Making comments visible #88767
    Mahesh
    Member

    @charlottekrenk: For this you’ll need to create child theme. You can find more details on creating child theme HERE. Then copy home.php from Adventurous theme to your child theme and add the following codes in home.php below line 45 just above <?php endwhile(); ?>.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88762
    Mahesh
    Member

    @charlottekrenk: No, blog page can be any page, not necessarily homepage. I checked your site, only 2 posts are showing right now, how many posts do you have in admin dashboard? Can you please add one for testing?

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88756
    Mahesh
    Member

    @charlottekrenk: No, its not necessary that the blog page should be front page, I thought of it as one of the case. 🙂 Please post in your site url, so I can check it.

    Regards,
    Mahesh

    in reply to: Making comments visible #88755
    Mahesh
    Member

    @charlottekrenk: Go to Dashboard=> Posts => All Posts and edit one of the post. In edit post page, there is Screen Option at the right top just to left of Help, click it some options will slide down. The Check on Discussion option. After that scroll below content you’ll see Discussion section, in that section make sure that Allow comments is checked. This will display comments section below the post in single page for that particular post.

    Let me know if any problem.
    Please post in you site url.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #88753
    Mahesh
    Member

    @charlottekrenk: Go to Dashboard=> Appearance=> Customize=> Static Front Page and make sure that Your latest posts is selected in Front page displays. Go to Dashboard=> Appearance=> Customize=> Theme Options => Homepage/Frontpage Settings and make sure that Check to Disable Latest Posts is unchecked. Then your blog post list will be displayed in homepage/frontpage.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Catch Box #88752
    Mahesh
    Member

    rvtent: Go to Dashboard=> Appearance=> Widgets and add a text-widget to Header Top Sidebar and add the following codes into it.

    <img class="widget-img" src="link-to-image"><span class="widget-text">Some Text</span><br />
    <img class="widget-img" src="link-to-image"><span class="widget-text">Some Text</span><br />
    <img class="widget-img" src="link-to-image"><span class="widget-text">Some Text</span><br />
    <img class="widget-img" src="link-to-image"><span class="widget-text">Some Text</span><br />
    <img class="widget-img" src="link-to-image"><span class="widget-text">Some Text</span><br />

    Note: Replace link-to-image with the source url of your desire images.

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

    .widget-img, .widget-text {
        vertical-align: middle;
    }
    .widget-img {
        margin-right: 30px;
        width: 20px;
    }
    #sidebar-header-top {
        margin-bottom: 5px;
    }

    Note: Please adjust the width of image, and space between image and text as required.

    Regards,
    Mahesh

Viewing 20 posts - 3,961 through 3,980 (of 4,888 total)