Tagged: x
-
AuthorPosts
-
August 11, 2016 at 12:18 pm #1127469
Kim gParticipantHello,
I followed the directions here: https://community.theme.co/forums/topic/product-category-image/
and put an image on my category page: http://susettesoparia.com/category/in-spirit/
(I’ll put login details privately below)This worked really great for getting the image onto the cat page using this
jQuery(document).ready(function($) {
$(‘
‘).insertBefore(‘.category-in-spirit .x-header-landmark’);
});What I need now is:
1. to understand how I can center this image on the page
2. How I can remove the Archive title for this archive only
3. Is it possible to add sub archive title in Ethos? There is no Sub Archive content box in categories within Ethos.Thanks,
KimAugust 11, 2016 at 12:19 pm #1127471
Kim gParticipantThis reply has been marked as private.August 11, 2016 at 1:52 pm #1127582
RupokMemberHi there,
Thanks for writing in!
#1. In that case you need to update the JS a bit first :
jQuery(document).ready(function($) { $('<img class="archive-header-img" src="http://susettesoparia.com/wp-content/uploads/2016/08/SSinspirit.jpg" />').insertBefore('.category-in-spirit .x-header-landmark'); });Then add this under Custom > CSS in the Customizer.
.archive-header-img { display: block; margin: 0 auto; }#2. To remove for this category (In Spirit); you can add this under Custom > CSS in the Customizer.
.category-in-spirit .x-header-landmark { display: none; }#3. Would you clarify what you are referring by “sub archive title”? Maybe with a screenshot?
Cheers!
August 11, 2016 at 2:51 pm #1127642
Kim gParticipantThank you SO MUCH. Page looks great now.
#3. So here is what a category looks like in Integrity. It has the ability to show a sub-title on archive pages using the archive subtitle box. See screen shot below:
http://susettesoparia.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-11-at-3.43.32-PM.pngHere is a screenshot of what a category looks like in ETHOS. There is no “archive subtitle” box, creating the inability to write any subtext on the category page:
http://susettesoparia.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-11-at-3.43.53-PM.pngKim
August 11, 2016 at 9:07 pm #1128174
Rue NelModeratorHello Kim,
Thank you for the clarifications! Regretfully each of the stacks were design uniquely. This is why the have a different approach in displaying the archive titles. On the other stack you can insert a sub title and on the other stack, you can only insert an accent. Doing so would mean customization which would affect all stacks. Each of these stack features is one of the most complex elements of the theme and any structural modifications to it will likely lead to numerous layout problems as there are a lot of things to take into consideration because of X’s responsive nature. Taking all of this into consideration, these types of updates are out of the scope of our support as their involvement is simply too great and we are a very small team. While we would love to be able to assist all of our users with every customization request, the simple reality is that we cannot cater to every inquiry. Additionally, we will not be able to support any issues that might arise from modifications made to this area on your own.
Thank you for your understanding.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1127469 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
