Hi X,
I know in pro there are a ton of content dock issues but now in the normal X as well. I cant select certain pages or products. I take it this is also a known issue you are working on? When will content dock be fixed?
Hi X,
I know in pro there are a ton of content dock issues but now in the normal X as well. I cant select certain pages or products. I take it this is also a known issue you are working on? When will content dock be fixed?
Hey,
Thank you for writing in!
To investigate your problem better, can you provide to us your website link including the WP credentials? This way we can check if there`s some external factor causing it.
Hi John,
Please find details below.
Hopefully you can resolve this as i have the same problem on a few sites.
Hi there,
Thank you for the login information. I see that you are using the old version of the plugin and as the folder name is changed in the new version you need to do as follows:
Thank you.
Hi Chris,
Yes fixed the issue with the pages but still have tons of issues with the content dock:
Why are your extensions causing so many problems lately? There are lots of issues with all of them? Are you aware of all the issues?
Hi there,
Actually, that is not the case in our installation. My guess is that something is off in your installation. I checked your website and found out that might be related to Jetpack and the W3 Total Cache plugins.
We minify the assets of the plugins and theme ourselves, and those plugins try to do the same thing and the double minification happens which might cause such an issue.
I suggest that you purge all caches and turn off those plugins to do the changes.
Thank you for your understanding.
Hi Chris,
I have turned off the plugins and purged the cache but still no luck in seeing the changes to content dock?
Since Jetpack has over a million installs surely the plugins should be designed to work with it?
Any other idea how i can get this to work?
I have checked and its just the styling issues of the border and close button that dont work properly.
I added a title to the content box in a yellow header that displayed fine but i cant seem to change the border and close button styling. Should i use css to do this since the plugin doesn’t work properly?
Hi, @craig!
Thanks for asking.
Width (px) on Content Dock settings at the minimum value (250px) and now it’s working. This value is needed for javascript animations. Please check if it’s working properly on your mobile now.1px solid, so it remains visible even with no color set.Both misbehaviors (close button and border) are now set to be fixed in the next release of the extension. As a temporary fix, please try the following:
.tco-content-dock {
border: none;
}
a.tco-close-content-dock span[data-content]::before {
content: attr(data-content);
}
wp-content/plugins/views/site/content-dock.php at the line 89 and change from:<span>✖</span>
to:
<span data-content="✖"></span>
Thanks!
I have issues with content dock too, it does show always even when user click “Do not show again” and reload page, it is there again, this is too intrusive. I suspect it is issue with WP Super Cache, but hey who doesn’t cache their sites nowadays as otherwise load times are unacceptable. Any ideas? Thanks.
Hi @ArnieX,
Thanks for writing around! Can you confirm that you are fully updated? (Theme and Plugins)
You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.
If you find anything to be out of date, you can review our update guide.
Also make sure to purge the cache and deactivate your cache plugin and see if this resolves the issue.
Let us know how this goes!
Hi,
thanks for the reply. I’m fully updated, cache cleared. I haven’t tried disabling supercache but in meantime I have installed ConvertPlug, such a powerhouse ;), I should’ve started with it right away. ConvertPlug works perfectly and has a ton more features, thanks for including it within X theme.
Martin
You’re welcome Martin!
Thanks for letting us know that it has worked for you.