Forum Replies Created
-
AuthorPosts
-
wensolutionsParticipant
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
wensolutionsParticipantHello @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.
wensolutionsParticipantHi 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
wensolutionsParticipantHello @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!
wensolutionsParticipantIt 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 ?
wensolutionsParticipantTake the image of your current header and upload your image here http://ctrlv.in/file and send me the uploaded URL.
wensolutionsParticipantHello 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
wensolutionsParticipantI 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?.
wensolutionsParticipantSorry 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 ?
wensolutionsParticipantHello 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!
wensolutionsParticipantHi @Marcooooo,
Glad to know that you have figured it out by yourself. All the best!Thanks
wensolutionsParticipantHello 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
wensolutionsParticipantHello @Alan,
You can use the following css as a quick solution. Kindly ping us if it does not help..featured-text { display: none; }
Thanks!
wensolutionsParticipantHello @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!wensolutionsParticipantHello 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!!
wensolutionsParticipantHello @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!
wensolutionsParticipantHi @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 valueBlog pages show at most
. There should be a numeric value5
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 -
AuthorPosts