carterkay
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Taxonomy Sub CategoriesI realised that the reason the Custom Taxonomies weren’t showing was because WP was still displaying an older CT I created and not the new one with the child CT’s selected.
The problem I have now is that WP is displaying older CT’s, even though I have deleted them in CPT UI,,, so I was thinking of starting from scratch, can you please recommend the best way to do this (like a reset button, or do I need to update the PHP files)?
Thanks
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Taxonomy Sub CategoriesThanks Michael, that’s fixed it.
Forum: Fixing WordPress
In reply to: How to add box shadow on rolloverThanks Tammie and zmmccrocklin… I went with the great article on https://tobiasahlin.com
Resolved
I figured it out,, you need to download dfactory plugin..
Hello,,
Just updated the plugin and I am getting same issue, content disappeared, deactivated plugin and all okay…
Until this os fixed, is there a way of loading a previous version of the plugin?
I have installed a new copy on another site and checked wpl/views/basics/features/, and I get the same, a folder named tmpl and index.html,,,, no wpl_print.php, wpl_pdf.php or wpl_rss.php?
I have tried creating a new page and using various WPL shortcodes but the listings aren’t being populated by the plugin.
I have deactivated then deleted the plugin several times, whilst double checking the plugin has been completely removed from the server and database, but I’m still getting the same issue.
I think the problem lies with a conflict between the database and the plugin, but the databse has no traces of WPL on deltion, so I don’t know why the issue still exists once re-built?
Would upgrading to WPL PRO help?
Thanks,
CHi,
I have checked /path/to/wpl/views/basics/features/
and all I have in this folder is a folder named tmpl and index.htmlSo am I missing wpl_print.php, wpl_pdf.php and wpl_rss.php?
Thanks,
CThe page with the problem is
https://diamondproperties.ky/properties/
I have created another page with a shortcode, to see if it’s a problem with the theme, but still the same problem (see below).
I have checked the php file and the code is there;
75 if(!trim($function)) $function = wpl_request::getVar(‘wpltype’);
76 _wpl_import(‘views.basics.features.wpl_’.$function);
77
78 $obj = new wpl_features_controller();
79 $obj->display();
80 }
81 elseif($this->view == ‘addon_crm’)
82 {
83 _wpl_import(‘views.frontend.addon_crm.wpl_main’);Could it be an issue with another part of the plugin that’s calling the ‘wpl_features_controller’?
Thanks
The error just happened, no work was being carried out at the time.
Forum: Plugins
In reply to: [Fast Secure Contact Form] How secure is the data you fill out and submitTop draw!
Thanks.
Forum: Plugins
In reply to: [Fast Secure Contact Form] How secure is the data you fill out and submitIs the data sent to the email using
SSL Encryption?Forum: Plugins
In reply to: [Fast Secure Contact Form] How secure is the data you fill out and submitThanks Mike for your response and
for a great plugin!The data is medical information and
highly personal so I need to be clear
of the process.I now understand the email part, but
how does it get sent to the email,,
I am guessing the once the submit
button is pressed the data leaves the
website server and heads to the email
server,, if so I suppose I need to
find out how secure my hosting company
is?Forum: Fixing WordPress
In reply to: IE hack for semi transparent backgroundThat’s a much easier way of doing it,,
tried it and it works fine..One question, why do you set rgb(0, 0, 0),
does it effect the png file?