<div class="wpsm_panel-group"
… and it is empty, with </div> right on the next line, without any content!!! In Brave, it is normal, has children:
<!-- Inner panel Start --> <div class="wpsm_panel wpsm_panel-default"> .... etc
Notice: unserialize(): Error at offset 135 of 21978 bytes in /…/responsive-accordion-and-collapse/front/ac-content.php on line 43
Warning: Invalid argument supplied for foreach() in /…/responsive-accordion-and-collapse/front/ac-content.php on line 57
]]>They often show as broken images (see the bottom of the page for an example)
I have tried the following:
I am unsure what else I can do on my end to fix this issue, do you have any advice or considerations for me to consider?
]]>I am using TranslatePress for a site which also contains some client side loaded react components. It all really works like a charm and Im very happy with the plug-in, but I noticed something that is a bit off and I don’t know how to fix it.
I have a React component for which the content changes based on the route. Sometimes the contains is displayed in the original (English) language, but when I navigate away and back again, I see the correct translated text (in Dutch).
I made a screen recording to demonstrate what is happening: https://youtu.be/2fqjW6ZKk_I
Checking Fix missing dynamic content sadly doesn’t work.
Is there an other thing I can do to fix this? Like first loading a blank page before loading in the content in React?
I’m using the latest versions of WordPress, wpForo and all plugins.
Any thoughts?
]]>My question involves adding amazon custom ads to an individual post on my site. The process that I followed:
If you visit the page and “view source” of it, then search for “amzn_assoc_tracking_id” then you will find the code for the ad.
I do use “ezoic” and verified that I have nothing listed under “script removal”, although I do not know why I would ever remove script using their tools.
Has anyone seen this issue before? ANyone know how to resolve it???
]]>I’m using both ACF (5.12.2) and ACF Extended (0.8.8.7) plugins and there seems to be a conflict between the two when I use conditional logic for certain fields. I’ve tried disabling ACF Extended and everything worked fine.
To replicate my logic, do the following:
– Create group field course
and Tab field for another group field pdf
.
– Group field pdf
contains 3 fields: file
(File), title
(Text), description
(Text). Text fields title
and description
are required and should render only if file
is selected (Has any value).
<strong>content</strong>
HTML tags are created either way). Mysteriously, italics still work fine.
I tested this in multiple browsers, checked my additional CSS and typography settings in Customize, and tried activating a couple of plugins that seemed the most likely culprit for this type of problem, but nothing fixed it until I switched to a default theme, so it does seem to be a Vega issue.
Any thoughts about what could be causing this type of issue?
]]>For us Advance Custom Fields users can you add the following after line 147 on Subscription/Pages.php
$this->wp->addFilter(‘acf_the_content’, [$this,’setPageContent’], 10, 1);
And on any other the_content filters you may use.
This fixed the problem of the [mailpoet_page] not rendering in a ACF wysiwyg field.
Thank you
]]>I’ve reached out to Learndash developers and below is what they had to say about it.
Here is the link to a page where katex renders.
https://orientationbatistonparcours.srv11.createurdimage.fr/quizzes/derivees-niveau-3/
And another one where Katex does not render
https://orientationbatistonparcours.srv11.createurdimage.fr/quizzes/derivees-piste-verte/
____________copy paste from learndash support_______
Our developers dug into this deeper and the issue is coming from the Katex plugin and how they render the shortcode.
Since our quizzes are being generated via Ajax for the most part, the shortcode is not rendering correctly. More specifically, this conditional is blocking the shortcode from generating: https://monosnap.com/file/qEqxCaZJi77ulw6VPbD6bVpRfOMn0I
So this is why when the questions are being loaded via AJAX the [katex] shortcode is not registered with WP and thus not setup to handle the parsing of the content.
It does seem like the Katex plugin author is aware of this to some extent, so it would be more appropriate for them to resolve it via their plugin.
]]>I have a problem with a test page.
I’m creating a blank page, adding the area graph and publish the page. Area graph data does not show if the page is initially loaded in landscape view using mobile (Galaxy S20, Google Chrome).
The problem only occurs if the first visit is in landscape mode via mobile. If you launch the page in portrait, then switch to landscape everything looks fine. Also, if you visit in landscape first, then switch to portrait the graph data appears and remains if you switch back to landscape again.
It’s a fresh installation of the latest WordPress and all plugins are up to date. No catching enabled.
Thanks for your help!
]]>