Yourdigihands
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Area] Errors when creating a new pagelog gives the following errors on missing end-tag in html:
<p class=”cuar_form_row”>
<label for=”cuarco_description”>Description</label>
<span>
<div id=”wp-cuarco_description-wrap” class=”wp-core-ui wp-editor-wrap tmce-active”><link rel=’stylesheet’ id=’editor-buttons-css’ href=’https://localhost/Votad/wp-includes/css/editor.min.css?ver=3.8′ type=’text/css’ media=’all’ />
<div id=”wp-cuarco_description-editor-tools” class=”wp-editor-tools hide-if-no-js”><div id=”wp-cuarco_description-media-buttons” class=”wp-media-buttons”><span class=”wp-media-buttons-icon”></span> Media toevoegen</div>
<div class=”wp-editor-tabs”>Tekst
Wysiwyg
</div>
</div>
<div id=”wp-cuarco_description-editor-container” class=”wp-editor-container”><textarea class=”wp-editor-area” rows=”5″ cols=”40″ name=”cuarco_description” id=”cuarco_description”></textarea></div>
</div></span>
</p>Forum: Plugins
In reply to: [WP Customer Area] Errors when creating a new pageby changing my theme i got the buttin for media back. Also the string category is now translated.
But the problem to enter the description unerneath the title is still there. It is also a mandatory field so i can not use pages and files now.
Please help me with that.regards, peter
Forum: Plugins
In reply to: [WP Customer Area] Errors when editing a conversationThe tekst in the media button is back again after changing my theme.
But editing detailed conversation is still not good. There is no CSS loaded for that page ??Forum: Plugins
In reply to: [WP Customer Area] String "created" not on language filessorry,
had to get the rest of the strings from the sources. I now completed full translation into Dutch.Forum: Plugins
In reply to: [Link Library] ERROR generating thumbshotsafter new installation it works.!
Forum: Plugins
In reply to: [Participants Database] Change Link in Template from ID to Private_IDHi, i have the same request and changed the list-detailed.php template. i changed line 165 into:
// add the record ID to the single record link
$participant_data = Participants_Db::get_participant($this->record->record_id);
$single_record_uri = Participants_Db::add_uri_conjunction($single_record_link) . “pid=” . $participant_data[‘private_id’];
/*But it still doenst work. When i klick on de lastname i stil go to the single_record page instead of the editable pdb_record.
In the url it still shows de record ID and not the PID.What did i do wrong?