Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #88490
    rvtent
    Participant

    I have some questions about Catch Box.
    my questions, I translated by Google, so hope you understand the questions.
    1. I would like over the menu name in the header or want a picture right there of a text portion of a minimum of five lines of business data.
    2. I know also customize the fonts?
    3. I would also like a shop at now I have the plugin installed woocommerce overseers but the kick out part of another page underneath. How can I fix this?

    thank you in advance
    greetings Ronald
    site

    #88492
    Mahesh
    Participant

    @rvtent: You are using Catch Box and you have posted the question in Catch Box Pro category’s support.
    1. Can you please clarify more, I don’t much get it.
    2. Customize Fonts: This function is available by default in Catch Box Pro. I recommend you to upgrade to pro. Or you can do it with Custom CSS too, let me know what font do you want to use, and where?
    3. Catch Box Free version is not Woo Commerce ready may it caused the design issue. I recommend you to upgrade to pro.

    Regards,
    Mahesh

    #88726
    rvtent
    Participant

    oké
    1. I would like over the menu name in the header or want a picture right there of a text portion of a minimum of five lines of business data.

    as

    picture……………Name
    picture……………adres
    picture……………place
    picture……………phone

    the dots are space.

    website
    and the name and so are from the Widgets voettext
    how can i do that

    greetings Ronald

    #88752
    Mahesh
    Participant

    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

    #88776
    rvtent
    Participant

    while some try I want to do something else.
    if you want to look at the website I would have it so.
    So logo tag and then the name site.
    the address data, I just stopped in the left menu

    you can help me?
    website
    greetings ron

    #88779
    Mahesh
    Participant

    @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

    #88780
    rvtent
    Participant

    I knew you gestuurt with a link to the website. but you send the link to be full of them

    greetings ron
    http://94.211.216.73/carecentergoldenhands/wordpress/

    #88782
    Mahesh
    Participant

    @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

    #88785
    rvtent
    Participant

    I only have one picture needed there and 2 lines of text.
    the image has been uploaded and is called “cropped-frontpage-1.jpg”
    and they may be under each other on a phone.
    but those four lines you gave me did nothing in the kopmenu.

    greetings ron

    #88788
    Mahesh
    Participant

    @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

    #88790
    rvtent
    Participant

    the first code
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box

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

    Dashboard=> Appearance=> Widgets and add a text-widget to Header Top Sidebar
    I have since made a text widget with the name Header Summit but I can only put Main Sidebar and Footer Area and 3 Inactive Widgets nothing but get into the top hearder

    greetings ron

    #88792
    Mahesh
    Participant

    @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

    #88795
    rvtent
    Participant

    i have no Header top sidebar
    what is youre e-mail adres

    #88797
    Mahesh
    Participant

    @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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Catch Box’ is closed to new replies.