jidwictut9
Forum Replies Created
-
Thank you for your quick reply.
Unfortunately, changing the priority has not changed anything.
I have disabled block 4 so that you can see better when block 2 is working.
I copied block 2 from block 4. The only difference is the cookie.Debugging is now on.
The section is only visible on Phone!!!
Forum: Plugins
In reply to: [Calculated Fields Form] Problem with JS in calculated fieldHello,
I have solved the problem in another way.
Thank you for your help.Forum: Plugins
In reply to: [Calculated Fields Form] Problem with JS in calculated fieldHello,thanks for the quick reply.
Unfortunately I don’t know anything about JS.
Sorry.
I would like to solve the problem.Best regards
Forum: Plugins
In reply to: [Autoptimize] Lazy Loading-Exclude images by class does not workHello,
thanks for the quick reply.Without the point…..then it works with the classes ??
But…….I did the following to disable WP Lazy Load:
add_filter( ‘wp_lazy_loading_enabled’, ‘__return_false’ );
That’s right isn’t it? But it doesn’t work for the featured image (I know this has nothing to do with AO) ??Do you know how to exclude images from lazy load in Elementor?
So it is not possible to use Real Cookie Banner and your plugin as I imagine it?
But Real Cookie Banner sets only one cookie as described above and also to see on my page.
This cookie contains the categories for which the consent was given: Marketing etc.
Borlabs, for example, also sets only one cookie in which everything is included. On your website you say to Borlabs that you should then insert this:
borlabs-cookie[consents][marketing][*]=google-adsenseIs there not something like this for Real Cookie Banner?
I would like that the advertisement is only displayed if the visitor gave the agreement for example to the category marketing.Hello, thank you for your very quick response.
I don’t use IAB TCF v2 api.
I would also like to include other advertising. But this should only be displayed when the visitors have given consent.
Can this be implemented with Real Cookie Banner and your plugin?Forum: Plugins
In reply to: [Autoptimize] Uncaught ReferenceError: wp is not definedHello,
thanks for the quick reply.
If I exclude /wp-includes/js/ the error is fixed. That was it ??
Curious that it worked before without excluding it (before I update Elementor/Elementor Pro)
Thanks a lot.Forum: Themes and Templates
In reply to: [Astra] How do I remove the Astra theme search icon?Hello,
quick workaround is this:
.ast-search-icon {display:none}
If I see this correctly you are using the ivory search plugin. I’m not familiar with it but the plugin provides shortcodes to embed the search.
This can be easily integrated in the header builder via the widget “Shortcode”.OR
In the Header Builder, delete the Astra search.
I just saw that in the Ivory search settings you can set where and how search can be displayed:Menu Search-Display search form on selected menu.
If you select your menu there and delete the built-in Astra search in the Header Builder, there should be only one search left.
Regards
Forum: Themes and Templates
In reply to: [Astra] Astra mobile menuHello,
through your post I noticed that I have the same problem.
Here is the solution via CSS:
.ast-menu-toggle {border-style:hidden}
.ast-menu-toggle:focus {outline:none}
.ast-header-break-point .ast-icon.icon-arrow svg {margin-left:0}The background color is #E1EAF2. This was set somewhere in the elementor (button hover/focus color).
Regards
Forum: Themes and Templates
In reply to: [Astra] Mobile Menu show ALL pagesHello, have a look here.
https://www.ads-software.com/support/topic/mobile-menu-is-not-working-13/
Maybe this will solve your problem.
Regards
Forum: Themes and Templates
In reply to: [Astra] Search BoxYou’re welcome.
Please mark as solved ??
Forum: Themes and Templates
In reply to: [Astra] Astra theme, Elementor, Header and FooterCan you share the website url?
How will the template be integrated? If it happens via the Elementor you should maybe ask their support.
Forum: Themes and Templates
In reply to: [Astra] Search BoxHello, please try:
.widget_search .search-form .search-field {background:#fff;}
or
.ast-search-menu-icon .search-form {background-color:#fff}
Depending on how you have integrated the search.
With kind Regards