Forum Replies Created
-
AuthorPosts
-
Pratik
MemberHi @fasteddie,
I checked your site and you have added the custom css and its working fine? Are there any issues?
For hiding the read more button, try following CSS:
#feature-slider .more { display: none; }Regards,
PratikPratik
MemberHi @heartland,
I am glad it worked out. If you liked our free theme and support, please leave us a review at https://wordpress.org/support/theme/catch-box/reviews/#new-post
Regards,
PratikPratik
MemberHi @victoryads,
The tags are visible. Can you check screenshot: http://tinyurl.com/j3zdvf4
Pratik
MemberHi Amanda,
When adding CSS to child theme, it should override the ones in the parent theme. Maybe there are some priority issues with CSS.Did you make bg white and font dark. It is working in your site.
To make Header Image full width, try following CSS code:
#header-featured-image .wrapper { width: 100%; }Let me know if there is anything else.
Regards,
PratikPratik
MemberHi Amanda,
So what you need to do is remove the logo html from its current position, to header top position. Then, properly give CSS to the logo so that it will look better in that spot. Customizer should be able to handle this as this has moderate difficulty.
Regards,
PratikPratik
MemberGreat :D. If you liked our theme and support, please leave us a review at https://wordpress.org/support/theme/clean-journal/reviews/#new-post.
Pratik
MemberHi Amanda,
Check your site now. The problem was, when you copied and pasted the code,
'was converted to`, so there was a different interpretation. I fixed it for you.Regards,
PratikPratik
MemberHi @fasteddie,
Do you still want to get rid of Read More button on slider? I saw it on email, but that post is missing in this ticket.
Pratik
MemberHI @alwilleford,
This is strange. I tried the same thing in my site and it is working fine. The menu is below the Promotion Headline.
So for further resolution, I will require some more info. I will email you the details. Please wait for my email.
Regards,
PratikPratik
MemberHi @jangmery,
For featured posts, you can make the posts sticky and they will be featured. Goto this: https://wordpress.org/support/topic/how-to-make-post-sticky/ for more info.
For blog page option in menu, you need to make Homepage a static front page, and a different page Blog page set as Latest Posts Page. For more info: https://codex.wordpress.org/Creating_a_Static_Front_Page.
Let me know how it goes.
For affiliates program, we do not have it right now.
Regards,
PratikPratik
MemberHi @fredericf,
For pages, you need to add custom HTML. E.g: If page link is – example.com/page1, try following code:
<div class="copyright"> <a href="http://example.com/page1" title="Page Title"><span>Page Title</span></a>. [the-year] </div>Let me know how it goes.
Regards,
PratikPratik
MemberHi @ijg3145,
I am sorry but this is not possible in free version, this is a pro version feature. If you want, I can provide you with Custom CSS and you can hide the footer content. Use following code in “Appearance=> Customize=> Theme Options=> Custom CSS” box:
#site-generator .wrapper{ display: none; }Regards,
PratikPratik
MemberHi @eribo,
This is a known behavior as if there is only one category, there is no need to show it as whole site will be in same category. Same with authors. Let me know if there is anything else.
Regards,
PratikPratik
MemberHi @saschabahl,
There is a bug in the theme. I have fixed it and pushed it for update. You will be able to get the updated version by today. Thank you for reporting the issue.
Regards,
PratikPratik
MemberHi @fasteddie,
The custom CSS is different for each theme so it might be solution for other theme. For this theme,
try following code in “Appearance=> Customize=> Theme Options=> Custom CSS” box:#site-navigation { float: left; }This will align menu to left.
Let me know how it goes.
Regards,
PratikPratik
MemberHi @heartland,
You have added a Widget in footer. It should be in Dashboard=> Appearance=> Widgets, in one of the Footer Areas. Just remove it.Let me know how it goes.
Regards,
PratikPratik
MemberHi @alwilleford,
Strange. Can you share your whole child theme with me via dropbox or google drive?
Pratik
MemberHi km4m1l35,
This forum is exclusively for self hosted WordPress site with Themes/Plugins from Catch Themes. We wont be able to help you with anything else.Regards,
PratikPratik
MemberHi @victoryads,
You have shown several pages.* Blog Pages:
* http://www.yogavideos.biz
* http://www.recording-studio.victorymusicalacademy.com/blog/* Single Page:
* http://www.bestyogavideos.info/ashtanga-yoga-demonstration/* Tag/Category Page – Archive page
* http://www.yogavideos.biz/category/ashtanga-yoga/Now, the categories you have mentioned will only be visible in blog and single pages. It will not be visible in category/tag/archive pages.
If you want it in archive pages, add following code in Appearance=> Customize=> Theme Options=> Custom CSS box:
.archive .cat-links, .archive .tags-links { display: block; }Let me know how it goes.
Regards,
PratikPratik
MemberHi @alwilleford,
Everything looks good except for just one error. It is in line 14. Remove?>there and it will work.What has happened is you have closed the
?>so, the swever thinks this is just plain code and gives raw output.Let me know how it goes. If you have further trouble, do not hesitate to ask. I am here to help you.
—————————————————————————————————
Hi @sezg,
Thank you for your appreciation. If you liked our support and theme, please let us know by reviewing our theme at https://wordpress.org/support/theme/clean-journal/reviews/#new-post.Regards,
Pratik -
AuthorPosts
