-
Author
-
August 19, 2017 at 10:52 #171121adamskingParticipant
Dear Seventhqueen,
Please how can I make the featured images of my post in a particular category a thumbnail rather than a wide image.
August 19, 2017 at 18:16 #171154Kieran_SQModeratorHi, I can you provide you with CSS to achieve this but I need more information first
1. The URL or a post that you would eventually like to have this on
2. The name of the category or tag that you would like this to appear for
3. How would you like the image to appear? Width? Height? Text wrapped? etcThanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 20, 2017 at 18:43 #171212adamskingParticipantHello Kieran,
1. The URL or a post that you would eventually like to have this on
All future and previous Post on the Category(Task/Errand)
2. The name of the category or tag that you would like this to appear for
Name of Category – Task/Errand, slug – errandtask
3. How would you like the image to appear? Width? Height? Text wrapped? etc
Width-150, Height-100, Text Wrapped – myerrand.com.ngAugust 20, 2017 at 18:59 #171217Kieran_SQModeratorHi,
I have looked at your site and it doesn’t appear that it is generating the category class. Please add the following to your KLEO Child theme’s functions.php and let me know once you have added it.
COPY CODE// Add category class to body function sq_category_id( $classes ) { global $post; foreach ( get_the_category( $post->ID ) as $category ) { $classes[] = $category->category_nicename; } return $classes; } add_filter( 'body_class', 'sq_category_id' );
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 21, 2017 at 11:54 #171251adamskingParticipantHello Kieran,
I have added the code, please check.
August 22, 2017 at 11:15 #171375adamskingParticipantHello Kieran,
Please is there any update on this request?
August 22, 2017 at 22:36 #171446Kieran_SQModeratorHi,
Please add the below CSS to your child theme’s style.css and let me know if this works for you. You can adjust the width and height PX value to suit your needs.
COPY CODE.errandtask .img.attachment-kleo-full-width { width: 150px; max-height: 100px; }
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 23, 2017 at 22:41 #171556adamskingParticipantHello Kieran,
I have added the code but it had no effect on the featured images of the post, I also made variations on the width and height but no effect still.
August 25, 2017 at 04:14 #171696Kieran_SQModeratorHi,
Can you update this ticket with some admin credentials so I can work with your child theme style.css or theme options directly.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 25, 2017 at 22:16 #171762adamskingParticipantDear Kieran,
Kindly find admin credentials
user: support
password: SUPPORT@123August 26, 2017 at 16:51 #171797Kieran_SQModeratorHi,
I have logged in and added the CSS to both the KLEO Child theme’s style.css and to Theme Options > General Settings > Quick CSS and none of the changes are coming through on the front end.
Please disable W3 Cache, clear your local cache (Ctrl+F5) and let me know if the changes appear on the front end. If the caching is very aggresive your browser may not update without all of the data (bar passwords and formdata) being cleared.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 27, 2017 at 09:32 #171855adamskingParticipantHello Kieran,
I did disable W3 Cache and also cleared all my browser cache but still not taking effect.
August 27, 2017 at 16:18 #171864Kieran_SQModeratorHi,
I have updated the CSS via Appearance > Editor > Style.css I can see this working on my end – does it work for you? Please clear your browser cache (Ctrl+F5).
Adjust px value in the above file as needed.
COPY CODE.errandtask img.attachment-kleo-full-width { width: 150px !important; height: 100px !important; }
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.