Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @bigoslesli,
Its working fine on our site. Can you post in your site url with products?
Regards,
PratikJune 18, 2017 at 11:41 pm in reply to: Mobile Menu is appeared at the top left, but is empty #117763Pratik
ParticipantHi @lillia,
I am glad it worked out. If you liked my support, please help by leaving a review at https://wordpress.org/support/theme/catch-responsive/reviews/#new-post.
Your review will help us provide proper support and maintain the code updates.
Regards,
PratikJune 18, 2017 at 11:37 pm in reply to: Change menu on homepage in case layout for selected content is active #117762Pratik
ParticipantHi @benjo3,
Thank you for the appreciation and review. Let me know if you have further issues.
Regards,
PratikPratik
ParticipantHi @dar,
You are using different themes. Different themes have different layout. Link 1 has clean education theme and link 2 has rockstar theme.
If you want to make clean education full width, try following code:
.site { max-width: 100%; } .slider-image img, #hero-section img { width: 100%; }
Regards,
PratikPratik
ParticipantHi @richweb,
There might be some issue with child theme too. First, check if the issue exists when parent theme exists, if not then there is something wrong with child theme customization.
Let me know how activating updated parent theme goes, then I will help you further with child theme modifications.
Regards,
PratikPratik
ParticipantHi @erilink,
You need to add Featured Image for post in order to show it in slider. To add Featured Image, checkout link https://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ to see how to add featured image.If you have added the image and its still now showing, let me know I will help you further.
Regards,
PratikJune 17, 2017 at 4:38 am in reply to: How to add text or image link on top, the right side and below social icon #117717Pratik
ParticipantHi @cedarforest,
Please post in your site URL. I also do not know which theme you are using.
Regards,
PratikPratik
ParticipantHi @dnelson503,
Try adding following code in Appearance=> Customize=> Custom CSS box:
/* For Site Navigation */ #site-navigation { padding: 15px 0; } /* For Header */ #site-branding-wrap { padding: 20px 0; }
You can decrease the size above first 15px for menu and 20px for header text and site description.
Let me know how it goes.
Regards,
PratikPratik
ParticipantPratik
ParticipantHi @benjcmil,
Did you change the theme? Currently your site shows a different theme. Please change it back and I will provide you with custom code.
Regards,
PratikPratik
ParticipantHi @largo,
If you liked my support, please leave a review at http://wordpress.org/themes/catch-kathmandu. This will help me a lot.
Regards,
PratikPratik
ParticipantHi @catwingz,
Can you try following css:
body:not(.home) #header-image { height: 200px; overflow: hidden; }
You can increase or decrease 200px as per your liking.
Let me know how it goes.
Regards,
PratikPratik
ParticipantH @largo,
I checked your site and it looks like you made some modifications to the theme. I reverted the theme to our installation and the slider is working fine now.
Please make proper modifications. If you can, use a child theme for modification. Here is a tutorial for that.
https://catchthemes.com/blog/create-child-theme-wordpress/Let me know if further problems persist.
Regards,
PratikPratik
ParticipantHi @catwingz,
You can add a narrower image and skip the cropping and it will show the narrower image.
Regards,
PratikJune 12, 2017 at 11:56 pm in reply to: Change menu on homepage in case layout for selected content is active #117465Pratik
ParticipantHi @Benjo3,
Thank you very much for the review. For the last item, you can just replace above code with following:
.home .menu-item-37540, .home .menu-item-46, .home .menu-item-34518 { display: none; }
This should give you desired results. Let me know if otherwise.
Regards,
PratikJune 12, 2017 at 11:46 pm in reply to: Mobile Menu is appeared at the top left, but is empty #117464Pratik
ParticipantHi @lillia,
I have got the zip. I have found the issue. Your footer.php is not properly coded. To check, just rename that fine to something else and the menu will work.
Regards,
Pratik -
AuthorPosts