Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #686269

    Hi all, I have some remaining issues on a shop we are doing.

    1. The single product view shows the wrong widgets resp. only the “Displayed Eveywhere” widgets, not the “Single Product Pages” widget.
    2. Is there a way to disable the parallax effect on the shop category page header image? Remember, I have this issue: https://kriesi.at/support/topic/parallax-background-image-in-color-section-is-not-respecting-section-height/ and the custiomer would rather have a perfectly fitting scrolling image than an oversized parallax one.
    3. I am using a full screen site width with a left header, so that means I have a lot of space available for product columns on the shop overview page. If I set the column number to 5, the columns are reduced in size until it switches to the mobile resolution (2 columns). 5 columns on a 1280 screen look bad and are unreadable on a 1024 screen. I would prefer to have more breakpoints, but I think Kriesi has not done this with simple media queries only, at least I couldn’t figure out how to reduce the number of columns at certain breakpoints.
    4. Why is the sorting of the realtime search results different then the sorting of the search result page? I know, a rather small issue, but still the customer asked for it ;-)

    Thanks
    Michael

    #686271

    Oh, before you ask regarding issue 1. – I have moved the sidebar to the right, but I did it according to the available instructions and it should be correct and should work.

    //BEGIN PRODUCT WIDGET AREA IN THE RIGHT SIDEBAR
    // adjust settings on init
    add_action('init','ava534345953_init', 50);
    function ava534345953_init() {
    	add_action( 'woocommerce_after_single_product_summary', 'avia_add_sidebar', 25);
    }
    
    function avia_close_image_div() {
    	echo "</div>";
    }
    
    function avia_add_sidebar() {
    	if(is_product()) {
    	$avia_config['currently_viewing'] = "shop_single";
    	get_sidebar();
    	}
    }
    //END PRODUCT WIDGET AREA IN THE RIGHT SIDEBAR
    #688597

    Hi,

    open different tickets for different issues/questions.

    1.) Can you explain further please? no idea what you’re talking about. Send us screenshots to make things clear please. Use imgur.com or dropbox. Also send us a precise link showing what you mean.

    Best regards,
    Andy

    #688615

    Really? After 5 days all I get is “open different tickets for different issues”? These question are all abou the same site, and you want me to fill out 4 tickets, each with the accces data and so on? Seriously? Well then….

    Ok, btt, issue 1.:

    Have a look here: http://dev.verlag-pfeil.de/Produkt/tegernseer-tal-naturkundliche-exkursionen/
    And have a look here: http://dev.verlag-pfeil.de/wp-admin/widgets.php and look into the “Single Product Pages” widget. You will see that the widget I placed there is not shown on the product page.
    And as you cann se in the code snippet, the sidebar clearly should show “shop_single” – but it doesn’t.

    Not sure how else I can explain this, if you don’t even bother to look.

    #689099

    Hi,

    does it work for you when using a default WordPress theme? please let us know about your results.

    Best regards,
    Andy

    #689125

    Hi Andy,

    since moving the sidebar to the right is done via function.php, this issue cannot happen in another theme.

    Andy, ich schreibe immer auf Englisch, damit ander etwas von unserer Konversation haben, aber nur ganz kurz, zur bessere Klärung: Das oben gezeigte Snippet stammt von Ismael und wurde schon öfter im Forum empfohlen https://kriesi.at/support/search/ava534345953/?avia_filter_search=yes&avia_search_forums=all&avia_search_dates=all&avia_search_include=no
    Aber die definition der Sidebar

    function avia_add_sidebar() {
    	if(is_product()) {
    	$avia_config['currently_viewing'] = "shop_single";
    	get_sidebar();
    	}

    scheint dabei nicht zu klappen, denn es werden eben nicht die Widgets aus schop_single genommen. Ich meine schon mal etwas diesbezüglich hier im Form gelesen zu haben, finde es aber nicht mehr und damit auch nicht die evtl. gefundene Lösung. Herzlichen Gruß, Michael

    #689174

    Hi,

    it’s best to keep writing in english about this issue, otherwise other moderators can’t help you.

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Andy

    #689200

    Hi Andy, achieve what, what customization? I am talking about a snippet postet by Ismael, not a customization I want. Ismael’s snippet doesn’t seem to be working correctly, so maybe we should ask him?

    #689734

    Hi,

    a snippet we build is a customization and sometimes it requires quite some time to build one. I will ask Ismael, but as I already said I think you need to hire a freelance developer for this job.

    Best regards,
    Andy

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