niikk
Forum Replies Created
-
hello @razyrx
Thanks. I disable the βDeprecated Filtersβ addon now. First I made some tests on Dev.
But I guess the new shortcodes work not 100% as the old one. Because I’m not able to use a filter shortcode twice on a page. I have different filter approach on desktop (Left sidebar) and mobile (Off canvas). And when I use a shortcode or your widget in the sidebar, then i’m not able to the same filter in the off canvas.
Workaround: I now build every filter twice and it works.. but this is strange. With the older version it was no problem at all. π
Cheers
Hello @rur165
Thanks. To be more specific: We want to show the Vendor Store photo instead of the avatar on the vendor store listing page. The same logo as on the vendor store page.
I guess we have to adjust the line to something like that here:
<?php echo esc_attr( $profile_img_class->ID, 150 ); ?>But this does not work.. π
Cheers
- This reply was modified 5 years, 8 months ago by niikk.
Hello @sohanhossain
No π
With OOTB I mean βout-of-the-boxβ. The question regards to the seller store listing page which lists every vendor store.
There is the seller banner and on top of them the seller avatar. I want to change the avatar to seller logo. π
Forum: Plugins
In reply to: [Kadence for WooCommerce and Elementor] Build unique products pagesNow it works. π
Hello @tanjiralmamun
Thanks, but this is not working. We already change value with locotranslate but no change for this label. For other it works. No idea why it does not work for this one.
Any idea why this is not working?
Cheers
Hello @dholovnia
Sure, https://brewmee.ch/shop/ is the url.
The Button is only visible on mobile view when a filter is selected.
1. Switch to mobile view
2. select a filter via filter button
3. filter reset button becomes visible (Maybe a page refresh F5 is needed if you switch to mobile view that the reset button becomes visible)Cheers
- This reply was modified 5 years, 9 months ago by niikk.
Hello Dima @dholovnia
That was also a try… but then nothing happens when I click the icon. I guess, this is because the icon does not trigger the button.
Cheers.
Hello @razyrx
Okey, Now we made some tests with the following CSS:
input.berocket_aapf_reset_button:before { content: "\f146" !important; }.bapf_reset:before { content: "\f146" !important; }But both of these CSS does not work. We are able to insert the icon in front of the button with a other CSS div class but NOT in the button itself. π
Done! π
Hello @razyrx
Thanks. We did that alrady but we do not know how to insert a fontawesome icon via CSS in the Shortcode button.
Can you maybe make a example?
Thanks & Cheers
Hello @manuelrocha88
Yes, now it works. But we have to use also
width: 100% !important;to get this to work. πNow it looks nice.
Looking forware for the update that more than one element can be sticky π
Cheers & thanks for your work! very nice!
Hello @razyrx
Thanks. But how with custom CSS?
Can you give us any idea how this should work?Thanks & cheers
I already tried this with left: 0px !important; and right: 0px !important;
But I still have some space on the side.
Our current css:
.customsticky.sticky-element-cloned.element-is-sticky { background: red; text-align: right; left: 0px !important; right: 0px !important; }Whats wrong with our code? π
Cheers
Hey @manuelrocha88
Thanks. This is awesome! But I need to use a div around in order so style this as a banner.
Now the element or let’s say the div is sticky as expected. Now am fighting with the margin.
This is how it loks like at the moment: https://ibb.co/QDnLnSJ
And we wand to style them as a banner like added to cart banner: https://ibb.co/qrpcfdG
But the Div has so much space to the edges and also to the top. I guess this is coming from the inline styles of the plugin, but I don’t see any option to style the edges.
Did you see a change to style this as the mentioned banner?
cheers
- This reply was modified 5 years, 9 months ago by niikk.
Hello @manuelrocha88
Thanks! But that does not work. π
But I gave the shortcode the class βtest02β and define this as sticky (.test02). That works.But now have to modify this a little. We need a div around the shortcode in order that we can define a background and that is look better. Is should look like a banner or so..
So for that I change the code to the following:
<div class="test02"> [ocs_trigger id="productfilter01" icon="fa fa-bars" element="button" text="PRODUKTE FILTERN" class="hide-on-desktop test02"] </div>Nothing special.. but now the sticky class βtest02β does not work. The whole div should be sticky. Do I understand tje sticky thing wrong? π
This is the link to the page: (the sticky div/button is only visible on mobile or tablet) https://dev.brewmee.ch/shop/
Thanks & Cheers
- This reply was modified 5 years, 9 months ago by niikk.