-
AuthorPosts
-
April 27, 2018 at 9:08 am #947732
Hi,
I’m using a theme shortcode for a slider and a WooCommerce shortcode on top of my shop page.
In addition I’m using the “Easy Custom Sidebars” plugin for individual sidebars.After using the shortcodes, the layout is broken, because the shortcodes are placed on top of the sidebar in full width.
How can I get into into the normal layout?I also can’t find where to change the sidebar for the shop categories, all the pages display the standard sidebar and I want to change it to my shop sidebar.
Thanks for helping!
Best regards
DirkApril 30, 2018 at 8:12 am #948838Hey Dirk,
Thank you for using Enfold.
How did you use the shortcode? Try to include it inside the widget area in the Appearance > Widgets panel. Use a text widget.
Best regards,
IsmaelApril 30, 2018 at 10:03 am #948940Hey Ismael,
I put the shortcode inside my shop page. No idea, how I get it inside the page from using a text widget. I only use widgets for the sidebar.
What about my question concerning the sidebars?Best regards,
DirkMay 1, 2018 at 11:07 pm #949731Hi,
1- Could you please post a link where we can see the issue and a screenshot? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
2- You can go to Appearance > Widgets and add your widgets into Shop Overview Page widget area. If you would not like to display default widgets, please add empty Text widget into your widget area.
Best regards,
YigitMay 2, 2018 at 9:43 am #949907Hi Yigit,
I put in the theme shortcode for the slider and html into the Shop Overview Page in the widgets area: no effect.
What I tried before is in the shop’s page, I posted 2 screenshots.I also can’t find where to change the sidebar for the shop categories pages?
Best regards,
DirkMay 4, 2018 at 4:17 am #951226Hi,
You need to put the “Easy Custom Sidebars” shortcode in the widget area. It has to be inside the sidebar container, not the ALB. Remove the slider shortcode from the widget area.
Best regards,
IsmaelMay 4, 2018 at 8:43 am #951445Hi,
the “Easy Custom Sidebars” is only for changing my sidebar content. The shop content I added (on top of the shop’s start page) has nothing to do with the sidebar, it should be placed next to the sidebar (and not full width) – this didn’t work when I put the code into the widget area how Yigit suggested.
Question 2 is:
I added a sidebar by “Easy Custom Sidebars”, this “Shop Sidebar” works fine at the Shop Overview Page which I find in my pages and just change the default sidebar to the new one. But the shop’s category pages I can’t find, so I don’t know how to access them to change the sidebar?Best regards,
DirkMay 4, 2018 at 9:41 pm #951903Hi,
That is a third party plugin, please consider to contact the developers so they can help you out.
Best regards,
BasilisMay 5, 2018 at 7:16 pm #952152Hi,
my issues are not concerning the third party plugin.
1) Where can I put the slider shortcode and my text menu without destroying the shop layout? (see screenshots)
Update:
2) Where can I change the sidebar content for the shop’s category pages?
I solved it by my own, very simple: Just put the code in the Shop Overview Page and it appears in the category pages :)Best regards,
DirkMay 7, 2018 at 10:07 pm #952927Hi,
So to know, what is the open ticket that is left so we know what we need to assist?
Best regards,
BasilisMay 7, 2018 at 10:28 pm #952947Hi,
it’s still this:
Where can I put the slider shortcode and my text menu without destroying the shop layout?
I put a new screenshot how it should look like.Best regards,
DirkMay 9, 2018 at 1:05 pm #953890Hi,
Thank you for the update.
The shop page is blank. Where can I see the actual product page with the slider and the custom shortcode? (see private field)
Best regards,
IsmaelMay 9, 2018 at 1:15 pm #953900Hi,
I set the shop page to this one (see private field).
Best regards,
DirkMay 10, 2018 at 4:28 pm #954645Hi,
Thank you for the info. I can’t modify the functions.php file via the Appearance > Editor panel. Please add this code.
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { $(document).ready(function() { $('.woocommerce-products-header .page-description').prependTo('.template-shop .entry-content-wrapper'); }); })(jQuery); </script> <?php }
Best regards,
IsmaelMay 10, 2018 at 6:11 pm #954740Hi,
great, this works!
Only the top line of the slider doesn’t flush with the sidebar on the right as the other pages.How can I get rid of the top padding?
Thanks a lot for helping!
Best regards,
DirkMay 11, 2018 at 12:18 am #954940Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.page-description > .avia-slideshow { margin-top: 0; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitMay 11, 2018 at 2:15 pm #955298Hi,
now it’s perfect!
Thanks a lot!!Best regards,
DirkMay 12, 2018 at 8:25 am #955602Hi Dirk,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.