Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @Raul,
Please follow instructions here: https://catchthemes.com/theme-instructions/rock-star-pro/#featured-slider
Let me know if you run into problems.
Regards,
PratikPratik
ParticipantHi Jennifer,
Can you try regenerating your images via regenerate thumbnail plugin?
It looks as if this is not related to the theme so it will fall outside our theme support support scope.
Regards,
PratikPratik
ParticipantHi Robert,
Currently it is not possible due to the limitation on WordPress Color Picker used in Settings. If there are just a few that you want to make transparent, let me know in the here and I will provide you with custom CSS.
If there are a lot of customization, then you will need to hire a customizer.Also, please post in your site url.
Regards,
PratikPratik
ParticipantOr, if you are uncomfortable with creating child theme, use following code in Appearance=> Customize=> Theme Options=> Custom CSS box:
article .entry-meta { display: none; }Pratik
ParticipantYou can view post here: http://catchthemes.com/blog/create-child-theme-wordpress/
Pratik
ParticipantTry following CSS code in Appearance=> Customize=> Theme options=> Custom CSS box:
.single-post .byline, .single-post .post-navigation { display:none; }Let me know how it goes.
Regards,
PratikPratik
ParticipantCan you try following instead of above code:
/* For Screen above 1000px */ @media screen and (min-width: 1000px) { #header-menu ul.menu a { font-size: 14px; } #page { width: 995px; } #secondary { width: 185px; border-right: 1px solid #e6e6e6; padding-right: 10px; height: 100%; } }I have just edited some of your code. Main culprit is
#page {width: 995px;}. This is making the width of page 955px on all devices. I moved it to be active only when screen size is greater that 1000px so that width is preserved on those devices.Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @gigasloop,
A few things:
1. If you want to do it via CSS, then you will need to add some multiple CSS as you have mentioned which will look ugly, but do the work
2. If you want a cleaner solution, then you will need to tinker with some coding. I do not see any other way for this.Please let me know if there is any further help needed.
Regards,
PratikPratik
ParticipantGreat you solved it yourself. Let us know if you have further problems.
Regards,
PratikPratik
ParticipantYou are welcome :), this will work for any number of items.
Pratik
Participant@phillycontemporary: It looks like you have added featured images as grid content, so the previous codes will not work. Right now, you have 12 items in your grid content. If you remove load more, all 12 will be show.
Please use code given here: http://pastebin.com/dFTdeXr3
August 31, 2016 at 9:40 am in reply to: Warning: sprintf() [function.sprintf]: Too few arguments in … #98414Pratik
ParticipantSorry for late reply. Can you send me site details to [email protected]
Pratik
ParticipantPlease post in your site url so I can check it.
Pratik
ParticipantHi @almosthavana: Please check your site at http://www.almosthavana.com/wp. Theme you have is not Catch Box or any theme from Catch Themes. This support forum is only for themes from Catch Themes.
Regards,
PratikPratik
ParticipantHi Paul,
It is possible. Make sure you select Option 4: Entire Site, Page/Post Featured Image or Option 5: Page and Post in Appearance => Customize => Header Image. This will make header image Featured image on the respective pages and posts.
For more details, visit: https://catchthemes.com/theme-instructions/catch-kathmandu-pro/#header-image
Regards,
PratikPratik
ParticipantHi @phillycontemporary:
It is not possible without child theme. But if you want to edit parent theme, you can remove lines 62 to 72 infabulous-fluid-pro\inc\featured-grid-content.php. Please note any edits will go away on theme update.Regards,
PratikPratik
Participant@hsteele: I checked your site and the footer. We do not have custom fields adding option. Do you mean Footer Editor Option? I checked and there is a
float:noneCSS being added to classcopyright. Have you made customizations via child theme? or this might be issue with plugins? You will need to deactivate all the plugins and check. If the problem goes away, please activate the plugins one by one to find the culprit plugin.Let me know how it goes.
Regards,
PratikPratik
Participant@dome: I am glad its solved. If you liked our theme and support, please leave us a review at https://wordpress.org/support/view/theme-reviews/clean-journal#postform.
Regards,
PratikPratik
ParticipantTry following:
a:hover { text-decoration: underline !important; }Currently, the colors are same as text in your site.
-
AuthorPosts
