Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@calsurance: Thank you for your appreciation. Yes, your above code is more specific (navbar having classes .nav-primary and .search-enabled), and since you’ve enabled searchbar, it will work fine. Have a nice day!
Regards,
MaheshMarch 18, 2016 at 9:24 am in reply to: Centre Feature Content Text – Catch Everest FREE Theme #87718Mahesh
Participant@ericmuc: I do understand your problem. The pixel are visible a little without zooming when viewing in browser. Changing to a bigger logo is okay too, could you provide the actual image you are trying to use instead. But for retina displays, it is recommended that you use SVG images instead of bitmap images (JPEG, TIFF, PNG, and GIF).
Let me know if I can help you further.Regards,
MaheshMahesh
Participant@ericmuc: Its kinda strange, earlier when I checked your site having all of the above code above in Custom CSS, the widget seem to be sticking out to left iat 560px to 481px (causing design issue) and now you’ve removed it (as per my suggestion), causing design issue as in the image link you’ve provided. Please use the Custom CSS that you’ve put earlier and this design issue will be fixed. May be a cache problem in mine earlier.
Let me know if any trouble.
Sorry of the inconvenience.Regards,
MaheshMahesh
Participant@ospriya: There plenty of differences and similarities in these two themes. Following differences can be pointend out:
Catch Adaptive Pro:
1. Full width Layout theme
2. Full width fixed header menu
3. Full width Slider
4. Full width Footer
5. Masonry layout blog pageCatch Responsive Pro:
1. Boxed Layout theme
2. Fixed width header menu
3. Fixed width Slider
4. Fixed width Footer
5. Normal Blog listYou can find more details on the link below:
Catch Adaptive Pro: https://catchthemes.com/themes/catch-adaptive-pro/
Catch Responsive Pro: https://catchthemes.com/themes/catch-responsive-pro/For just hiding date on meta-data, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
#content .entry-meta .posted-on { display: none; }Regards,
MaheshMahesh
Participant@ericmuc: Checked your site and the margin left in your Custom CSS is working fine correctly (reflecting as it should on the front end). But as I checked, I think you can remove the middle one media rule i.e. the below code:
@media screen and (max-width: 560px) { #secondary .widget { margin-left: -20px; padding: 10px 4%; width: 91%; } }It is causing some design issue when viewed at width 560px to 481px. Other is working fine as it should.
Let me know if any problem.Regards,
MaheshMarch 17, 2016 at 9:54 am in reply to: Featured Content section defaults to demo version after upgrading to 4.6 #87662Mahesh
Participant@karbasetti: We tried to contact you through email but it says “Delivery to the following recipient failed permanently”, you can send us your email or a/c details to our email privately.
Let me know if any trouble.Regards,
MaheshMahesh
Participant@calsurance: For the given page, you’ll just have to do a slight change and it will fix the issue. Please use the following CSS:
.page-id-331 #masthead, .page-id-331 .nav-primary, .page-id-331 #breadcrumb-list { display: none; }Note: Your variant in second one didn’t work because nav-primary is class not id so we have to use .(dot for class) instead of #(hash for id).
Hope this helps.Regards,
MaheshMarch 17, 2016 at 9:19 am in reply to: Featured Content section defaults to demo version after upgrading to 4.6 #87660Mahesh
Participant@karbasetti: We’ll need to check with your server to see what it the problem. We will contact you through email.
Regards,
MaheshMahesh
Participant@shawzepe: For that you can use the following CSS instead:
#site-header .site-title { display: none; }Regards,
MaheshMahesh
Participant@riccrom123: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@micha: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
.widget img.rpwe-thumb { border: none !important; } .post-22.page #gallery-2 img, .post-26.page #gallery-2 img, .post-26.page #gallery-4 img { border: none; }Regards,
MaheshMahesh
Participant@ericmuc: Same here, not occurring in mine either. Please use the following CSS:
@media screen and (min-width: 767px) { #main-slider .entry-container { width: 350px; } }Hope this helps.
Regards,
MaheshMahesh
Participant@loudmind: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
.entry-content { font-size: 15px; }Note: Please adjust the font-size as you required. (Default is 16px)
Regards,
Mahesh -
AuthorPosts
