Ricci
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Futurio] Error with Writing Effect HeadlineI have disabled the cache but the problem still exists. Can you provide more information on the errors you are seeing?
Forum: Themes and Templates
In reply to: [Futurio] Bug with Writing Effect HeadlineI am having the same problem with the writing effect headline. Everything is up to date and running Futurio Extras Version 2.0.13, Futurio Theme Version 1.5.4, and WordPress Version 6.6.2
I have tried to do that on the support chat but it keeps failing, kicking me out of the chat session and forcing me to raise a new case every time I try to get back in.
The code needs to be above this line:
<?php wp_head(); ?>
Google’s consent mode only relates to Ads measurement and Ads personalization. So those need to be denied by default. You can alter the other variables to “granted”.
This is how I have it implemented @clickcloud:
<!– CookieYes GA Consent Mode Script –>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag(“consent”, “default”, {
ad_storage: “denied”,
ad_user_data: “denied”,
ad_personalization: “denied”,
analytics_storage: “granted”,
functionality_storage: “granted”,
personalization_storage: “denied”,
security_storage: “granted”,
wait_for_update: 2000,
});
gtag(“set”, “ads_data_redaction”, true);
gtag(“set”, “url_passthrough”, true);
</script>
<!– End CookieYes GA Consent Mode Script –>According to the?documentation here, if you are using the plugin then you do not use Tag Manager, you need to manually insert the custom code into the website pages.
According to the documentation here, if you are using the plugin then you do not use the CookieYes CMP in Tag Manager, you need to insert the custom code into the website pages.
I have tried the fixes suggested by @ascentsy and @patiowebdesign but neither of them have worked for me. I can only get access to the translated page if I change permalink structure to “Plain” which is not an option for my site.
Forum: Plugins
In reply to: [Polylang] Elementor + Polylang not workingI have just tried setting Polylang (V3.5.1) up on our Elementor (V3.16.6) website and I also have problems. I have only enabled the homepage translation in the setup wizard, but when I try to access it to add content I either get a 404 or “Updating failed. The response is not a valid JSON response”. The only way I can get it working is if I change the Permalink structure to “Plain” which is obviously not a solution but may help the developers to identify where the issue is. Would be interested to know if others (@filipmorgan @camward4) with the same problem find this temporary workaround also works for them?
Polylang settings – URL modification
- The language is set from the directory name in pretty permalinks
- Hide URL language information for default language
- Remove /language/ in pretty permalinks
- The front page URL contains the language code instead of the page name or page ID
- This reply was modified 1 year, 4 months ago by Ricci.
Forum: Themes and Templates
In reply to: [Futurio] Accessibility errorsCan any of the developers help with this? @futuriowp
I have tried what you suggested as well as the other option of adjusting the CSS but neither of these has resolved the issue.
Forum: Plugins
In reply to: [Freshdesk (official)] When wil the plugin be fixed?+1 for this, does anyone at @freshdeskintegration have any idea what is happening?
Yes that appears to have fixed it. Thanks @jamesosborne
Forum: Themes and Templates
In reply to: [Futurio] Accessibility errorsAnother accessibility error we have discovered on the main navigation menu:
Links do not have a discernible name Failing Elements div.main-menu > nav#site-navigation > div.container-fluid > a#main-menu-panel <a href="#" id="main-menu-panel" class="open-panel" data-panel="main-menu-panel">
@jamesosborne I only have MS Edge, I can’t switch between reporting periods as this crash happens almost immediately when the dashboard is loading, admin toolbar dropdown only shows total impressions and total clicks.