Forum Replies Created

Viewing 17 posts - 101 through 117 (of 117 total)
  • Author
    Posts
  • in reply to: Featured Pages? #80915
    wensolutions
    Participant

    Hi @w.berton, after looking in your image screenshot I found you have your ‘Featured Image’ option disabled on this page edit screen. You can simply enable this option by
    clicking ‘Screen Options’ on top right corner that would toggle a Panel that consist ‘Featured Image’ checkbox option.

    Now I hope this solution would help you resolve this problem. If still not, kindly write us back.

    Thanks

    in reply to: Featured Pages? #80810
    wensolutions
    Participant

    Hello @w.berton,

    ‘Business Special Page Widget’ that you have set up on your homepage looks fine. Regarding your concern in image not appearing in front page area widget is due to the fact that the pages you have selected from select option as the backend Widget Area does not have it’s corresponding featured image uploaded.

    For e.g. the first box item is ‘Business Development’ which is also a separate page
    in your backend. Therefore, now edit this page and upload new image from ‘Featured Image’ section at the bottom right column. This image will then appear as a small thumbnail just above the excerpt content of your box. You can also choose thumbnail size from same particular Widget section.

    Likewise, repeat the same step for other two pages ‘Consultancy’ and ‘Design’ to upload the featured image. They will appear in corresponding box items as thumbnail.

    Let me know if you need any more help or if you are still getting trouble following my above instructions.

    Thank you.

    in reply to: Remove Featured Slider for mobile view? #80552
    wensolutions
    Participant

    Hi jwyrem,

    You can add this custom CSS in your theme options to remove featured slider for mobile view. Go to Appearance-> Customize-> Theme Options -> Custom CSS and paste following code snippet.

    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 640px) {
    
    #feature-slider {
        display: none;
    }
    
    }

    Hoping this tips will work for you.

    Thank you

    in reply to: Show Featured Image on Post Page #80551
    wensolutions
    Participant

    Hello @Pyrogopher,

    You can easily do that with just some codes. So, first of all create a child theme and copy the file ‘content-single.php’ in the created child theme. After that put the below code in line 14 of ‘content-single.php’. That’s all.

    Note: Reference link for child theme: http://catchthemes.com/blog/create-child-theme-wordpress/

    Thanks!

    in reply to: insert my logo #80550
    wensolutions
    Participant

    It is not possible to view your localhost URL online. So can you please upload your image online ( here : http://ctrlv.in/file ) so that I can check ?

    in reply to: insert my logo #80535
    wensolutions
    Participant

    Take the image of your current header and upload your image here http://ctrlv.in/file and send me the uploaded URL.

    in reply to: How to move the social links? #80531
    wensolutions
    Participant

    Hello alfonso_bundis,

    You need to customize your code for this purpose of requirement. If you feel comfortable with coding then it is possible to override and customize the code of your theme by Child Theme approach. Along with this you may need to deal with CSS tweaks on various responsive viewports to get around with design issues.

    Alternatively, you can Hire a Customizer to get this task done for you.

    Thank you

    in reply to: insert my logo #80530
    wensolutions
    Participant

    I am eager to help you but I am still confuse how I proceed with this. I wonder why you look at header.php to insert the logo since by default, the logo uploaded on the header through admin options gets display on all pages and posts header as well. Or do you mean you want to show logo in homepage only ? If possible can you please post your site link?.

    in reply to: insert my logo #80527
    wensolutions
    Participant

    Sorry I didn’t get your requirement clearly. If possible can you please explain your requirement through screenshots? OR can you please try to explain it in more detail for where you want to insert your logo ?

    in reply to: insert my logo #80525
    wensolutions
    Participant

    Hello cesare,

    To set your logo on the header of your site please go to Appearance -> Customize -> Header Image from your admin panel. Here you will find logo upload field so just upload your logo and save it to publish on you site.

    All the best!

    in reply to: Menu is missing on smartphone after update #80522
    wensolutions
    Participant

    Hi @Marcooooo,
    Glad to know that you have figured it out by yourself. All the best!

    Thanks

    in reply to: Menu is missing on smartphone after update #80519
    wensolutions
    Participant

    Hello Marcoooooo,
    No such issue arise on theme demo of latest version. Visit Theme Demo.
    Would you please check by uninstalling plugins one by one ? This issue may arise due to the JS conflicts.
    If still this problem exist, kindly write us back.

    Thank You

    in reply to: Featured content slider text box #80515
    wensolutions
    Participant

    Hello @Alan,
    You can use the following css as a quick solution. Kindly ping us if it does not help.

    .featured-text {
        display: none;
    }

    Thanks!

    in reply to: Change slider Image on only one page #80514
    wensolutions
    Participant

    Hello @Dona,

    You can disable the featured image for particular page by going to the back-end and opening the page. Now, if you scroll down that particular page then you will see the layout as shown in the screenshot http://prntscr.com/99e5wm. Just disable the ‘featured header image’.

    Hope that helps!
    Thanks!

    in reply to: Menu is missing on smartphone after update #80497
    wensolutions
    Participant

    Hello Marcoooooo, since that you have mentioned you updated your Catch Box theme, can you please make it sure that in your Menu Settings menus items are assigned into their respective theme locations?

    Please confirm it through Appearance-> Menus.

    I suspect this is a transitional bug. If still this problem exist, kindly write us back.

    Have a nice day!!

    in reply to: Remove Fixed Header Top DropDown #80496
    wensolutions
    Participant

    Hello @Ruthy, so far I understood your query you would like to remove the ‘three small lines’ icon on the righthand side of the primary menu bar of your site. Please note that this icon toggles the next bar that is used to display some other contents that can be added through Widgets section.

    So going back to your query, as a quick fix, you can remove this icon by adding custom CSS in Appearance->Customize->Theme Options->Custom CSS. Paste the following line of code.

    div#header-toggle {
        display: none;
    }

    Else otherwise, if there is any easy control option exists in your Pro Theme Option then theme author would guide you through the process. Please note this is a quick fix and would work for you! .

    Have a nice day!

    in reply to: How to enable jetpack infinite scroll? #80401
    wensolutions
    Participant

    Hi @pierangelopirro, just checked an issue in your site. I would like to make sure if you have the following conditions satisfied for infinite scroll to work.

    1. Make sure you have more than 5 posts ( as I count there’s 5 posts displaying in your homepage) to show others through scrolling method.

    2. Go to Settings->Readings and see the value Blog pages show at most . There should be a numeric value 5 if you would like to scroll the post after 5 posts from initial display.

    IMPORTANT :If there’s 10 (default value is 10) then you should have at least 11 posts for this pagination to work through infinite scroll. Adjust this value
    according to your need.

    Please verify above conditions in your case whether already satisfying or not.

    Thanks,
    wensolutions

Viewing 17 posts - 101 through 117 (of 117 total)