Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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
    Dirk

    #948838

    Hey 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,
    Ismael

    #948940

    Hey 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,
    Dirk

    #949731

    Hi,

    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,
    Yigit

    #949907

    Hi 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,
    Dirk

    #951226

    Hi,

    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,
    Ismael

    #951445

    Hi,

    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,
    Dirk

    #951903

    Hi,

    That is a third party plugin, please consider to contact the developers so they can help you out.

    Best regards,
    Basilis

    #952152

    Hi,

    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,
    Dirk

    #952927

    Hi,

    So to know, what is the open ticket that is left so we know what we need to assist?

    Best regards,
    Basilis

    #952947

    Hi,

    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,
    Dirk

    #953890

    Hi,

    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,
    Ismael

    #953900

    Hi,

    I set the shop page to this one (see private field).

    Best regards,
    Dirk

    #954645

    Hi,

    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,
    Ismael

    #954740

    Hi,

    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,
    Dirk

    #954940

    Hi,

    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,
    Yigit

    #955298

    Hi,

    now it’s perfect!
    Thanks a lot!!

    Best regards,
    Dirk

    #955602

    Hi Dirk,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.