Tagged: x
-
AuthorPosts
-
October 20, 2016 at 8:06 am #1223837
dmullerParticipantHi, I wonder if it’s possible to add cornerstone elements to the WooCommerce shop page under the shop info?
See here: http://rise.dmullerdesign.com/index.php/shop/
There is a section ‘Important Information’ – I wonder whether that can go under the shop items, rather than above them?
As an aside, it would be nice to have more options with WooCommerce pages, to be able to add cornerstone elements above and below to further style the pages – future update maybe?
Thanks in advance!
EDIT: is it possible to add widget to the shop page to add additional content for example?
October 20, 2016 at 10:49 am #1224064
dmullerParticipantAny ideas on this one? Is it possible – before I have to laboriously add that to every item in the shop 🙂 !
October 20, 2016 at 11:13 am #1224094
Nabeel AModeratorHi there,
Thanks for writing in! Shop page cannot be edited in Cornerstone or default editor. This page is used by Woo Commerce to display the products. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding. Take care!
October 20, 2016 at 11:38 am #1224126
dmullerParticipantThanks for the response. So, to be clear, I cannot add widgets to the page footer either (enable widgets in Customizer and then click on the Visit Store link on the dashboard and drop a text widget into the footer area?).
If not, it’s a shame as that’s what WooCommerce push you toward doing? In fact, that’s the way to show the extra WooCommerce widgets is it not?
October 20, 2016 at 11:49 am #1224137
dmullerParticipantUpdate: Footer widgets seem to be disabled (maybe that’s something that could be allowed in future updates?).
But, I can have a sidebar and add the widgets there if I change something in the page layout for the store page in Layout and Design, from fullwidth to content left, sidebar right.
So, there’s a kinda workaround, although footer widgets would be nice in future…pretty please 🙂
October 20, 2016 at 11:55 am #1224146
dmullerParticipantTake a look, that works well enough!
October 20, 2016 at 3:05 pm #1224401
Nabeel AModeratorGlad you’ve sorted it out.
Cheers!
October 21, 2016 at 6:46 am #1225306
dmullerParticipantWell, I sort of sorted it. That added a sidebar and widgets to the shop, but also added TWO, yes TWO sidebars to the blog.
I can fix it using:
/* Remove sidebar from blog posts */
.single-post .x-main.left {
width: 100%;
}
.single-post aside.x-sidebar.right {
display: none;
}
.single-post .x-2-3 {
width: 100%; /*this just stretches the post to go full width*/
}
.single-post .x-widget-area {
display: none;
}But why is it displaying TWO sidebars on these BLOG post pages now? I’ve temporarily commented out the CSS so you can see?
http://rise.dmullerdesign.com/index.php/2016/09/13/welcome-to-the-new-site/
and any other blog post page? Weird…
October 21, 2016 at 12:04 pm #1225647
JadeModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
October 24, 2016 at 3:46 am #1228045
dmullerParticipantSorry for the late reply, away for the weekend!
Details below. Whilst looking, can you also advise how I can reduce the featured image size on the news archives, as everything I try in CSS has a global effect – but perhaps let’s look at the dual sidebar issue first 😉 Thanks guys and gals!
October 24, 2016 at 3:46 am #1228046
dmullerParticipantThis reply has been marked as private.October 24, 2016 at 3:58 am #1228056
ChristopherModeratorHi there,
#1 Please remove widgets from cornerstone page, see the attachment.
#2 To reduce image size, add
width: 50%;in image’s style field.Hope it helps.
October 24, 2016 at 5:08 am #1228127
dmullerParticipantFirst part sorted now – stellar work, thank you.
Second part – these are featured imnages on the WP side, so no way to add
width: 50%;
to the style field (that I can find anyway)?Thanks for the tip on the blog posts, somehow I’d set it up to call the the widget (why?) and that just left me confused until I click on the post and could see exactly what I’d done. Duh.
October 24, 2016 at 5:58 am #1228161
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.archive .entry-featured { width: 50%; margin-right: auto; margin-left: auto; }Hope that helps.
October 24, 2016 at 7:00 am #1228244
dmullerParticipantThat fixes it there but also affects the shop, is there a way to target one and not the other?
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1223837 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
