Plugin works only with theme in WP - plugins

I have installed a plugin on my WP website, it works when I choose a theme from the products page but not with my default template. The problem is that the structure of the website breaks when I choose a theme. So I need a plugin that works on the default theme plugin.
Product pages are the only place the plugin can't be displayed.
Any ideas on how to solve this issue?
Thanks in advance!

Related

tinymce adding a context form to a custom plugin in wordpress

So after a lot of trial and error I managed to make a simple tinyMCE plugin that suits a project I'm working on , the plugin at the moment adds or removes a html tag from the slection , but now I want to add a Context Form similar to the link Context Form tinyMCE comes with but there is no clear documentation to do this with the wordpress plugin inside the tinymce.PluginManager . Anyone know how to add this using the tinymce functionaities (in Wordpress).

Shopware: Plugin implemented only on responsive theme

I have lately installed a Google Tag Manager plugin on our Shopware store, the problem is that it is only implemented on the Responsive theme.
We have created another theme, which is derived from Responsive but has another name.
How can I make the plugin work for this theme as well (or instead)?
Thanks!
Try adding protected $injectBeforePlugins = true; in your theme's Theme.php file.

Wordpress Disuqs plugin not working properly

Hi I am new to working with Disqus plugin and I have a strange behavior.
After I installed the plugin and configured it it show comments without andy styling and without even the add comment textarea just showing the comment and comment author name only
It doesn't even include any scripts related to Disqus plugin .
here is the code I used in single.php
<?php comments_template(); ?>
here is the result I get
I have tried to disable the plugin and re-enable it then I try using the twentyfifteen theme and every thing worked fine with it but with my theme I get the issue
Any help will be appreciated , Thanks in advance
The fix for me was to uncheck External Javascript Files option in the plugin settings panel.
It says "Disable this if are not seeing Disqus appear on pages that normally have comments. This will fix the issue if your theme does not support the 'wp_enqueue_script' function, are caching your site on a CDN."
it works like a charm now!
That's happening because the function comments_template() is associated/overridden with the template you're seeing now.
Go through your theme files and you shall find a template that's showing up to you right now.

SugarCRM Custom Theme 6.5.13

I am trying to create a custom theme for my SugarCRM CE 6.5.13 setup.
I've tried everything I can find. I copied the Sugar5 theme folder to the custom/themes/folder and renamed it Sugar-Custom.
I edited the themedef.php file. The theme shows up in my theme selector in the admin panel.
I went in and changed every instance of a color in the css/style.css file, just to make sure I can get that working, but that didn't work.
I did a Repair/Rebuild and I deleted my cache/themes/ files.
I cleared my browser cache.
But, when I do an inspect element (using Chrome) it shows its still pulling the css files from the Sugar5 theme folder. How is that possible if I selected the custom theme? I must be doing something wrong.
Any help is greatly appreciated. Thank you.
Try setting the theme as your default theme in your personal settings. The global setting doesn't override the user settings. the global setting only works for new users.

Plone TinyMCE themed preview

is there a "healthy" way to make the TinyMCE-Preview-Button work with plone.app.theming?
Content could be in different workflow_states (private, visible, ...)
For example:
Work on content (http://edit.example.com) -> click TinyMCE Preview-Button -> Live-Preview with themed site (http://www.example.com/)
thanks for suggestions
I'm not sure the question is relevant.
You mix plone.app.theming and multi domains theming.
Plone is not multidomain theming friendly and will not be.
And even if it was (let say throw an addon) you have to build your own tinymce plugin to do that because tinymce is not itself a multidomains tool.
So you will have to build a specific plugin to achieve this.