ProteusThemes
Forum Replies Created
-
Forum: Plugins
In reply to: [One Click Demo Import] Required plugins per demoHi Steven,
Yes, that could be done using the hooks available in the plugin, however the implementation itself it’s up to you:
https://github.com/proteusthemes/one-click-demo-import/search?q=do_action&unscoped_q=do_action
Forum: Plugins
In reply to: [One Click Demo Import] How to revert to original siteHi,
This plugin doesn’t have any functionality to revert the imported content. That’s why there’s a notice before importing the content what will happen, some settings might be overwritten and that it’s recommended to import the demo content in a fresh WP install, without content.
Forum: Plugins
In reply to: [One Click Demo Import] When i want to import demo i got Error: OK (200)Hi,
Was the content imported or not? 200 status code means that everything is OK.
Forum: Plugins
In reply to: [One Click Demo Import] Plugin doesnt appear in admin panelHi,
I’m not sure if anyone had similar issues before. It might be a conflict with another plugin. Do you have a fresh WP installation?
If you were able to access the page I guess that you’ve managed to import the content and I am marking this as resolved. If you still have issue, let me know.
Forum: Plugins
In reply to: [One Click Demo Import] Doesn’t workHi,
I’ll need more info from you to investigate what went wrong.
Forum: Plugins
In reply to: [One Click Demo Import] Getting Warning: Too few argumentsHi,
Sorry, I am not aware of this issue. Because it’s warning it should still work for you and when you import the content you can deactivate the plugin.
Take care!
Forum: Plugins
In reply to: [One Click Demo Import] Fatal Error on line 4Hi,
Which version of PHP are you using? This could be an issue, plugin requires at least PHP 5.6.
Forum: Plugins
In reply to: [Tabs Widget for Page Builder] change the fontHi,
you can change the styling (fonts as well) with custom CSS code. You will need to use specific CSS selectors for each tab to use a different style (font).
If you are not familiar with CSS code, then I suggest, that you find a developer, which will be able to write the code you need.
Take care!
Forum: Plugins
In reply to: [One Click Demo Import] Error: ok (200)Hi @joand,
I’ve answered you in the github issue, let’s discuss and fix this via the github issue…
Take care!
Forum: Plugins
In reply to: [Tabs Widget for Page Builder] search results show each TAB NAME and CONTENTHi,
yeah, but I think you are using the Responsive Tabs widget on both of those pages… Anyway, the Excerpt text should fix your problem…
Take care!
Forum: Plugins
In reply to: [Tabs Widget for Page Builder] search results show each TAB NAME and CONTENTHi,
aha, I see now… You should edit your Villa Diamante post and add the text you want to display in the category archive or search results in the Excerpt field. If the Excerpt field is not showing in the edit screen, you can enable it in the “Screen Options” in the top right corner.
BTW none of these pages are using our Tabs widget. I think you are using a different tabs widget on both of these pages…
Take care!
Forum: Plugins
In reply to: [Tabs Widget for Page Builder] search results show each TAB NAME and CONTENTHi,
I’ve tried to search on your site for “villa diamante” and the search returns OK results as seen [here](https://www.awesomescreenshot.com/image/2822537/c8ff1840771ea89764024d7fd0567028)
I am not sure if I understood what the problem is?
Forum: Plugins
In reply to: [One Click Demo Import] Feature Request (Choosing Import Object)Hi,
something like importing widgets, theme options (customizer settings) and content separately, could be done with our plugin and some custom code, but importing posts, pages, media, CPT, categories… separately, that is not possible at the moment.
It might be a good idea, to implement that in the future plugin versions, but I can’t promise anything.
Please open a GH issue here: https://github.com/proteusthemes/one-click-demo-import/issues, so we don’t forget about it and we’ll see what we can do.
Take care!
Forum: Reviews
In reply to: [One Click Demo Import] Great plugin, very easy to useThank you! ??
Forum: Fixing WordPress
In reply to: Notify site administrator of WP update?Thank you, adding
define('DISALLOW_FILE_MODS', false);
resolved the issue for me.