callender
Forum Replies Created
-
thanks – i purchased premium and now have this feature.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] errors on front endcool thanks! for the help.
here is a screenshot of the errors – with wp-config debug = true.
https://www.evernote.com/l/AAGChGMWrcpOx4W3wwYHToswbe7a9yfyO74B/image.png
let me know your thoughts
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] errors on front end===
Can I set the search to search just one category.
I want to use this faq feature for the jobs content / page, but don’t want jobs appearing in the search faqs.
thanks again!
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] errors on front endthe errors are with debug mode – true – in wp-config.
Forum: Plugins
In reply to: [CMB2] How to create repeatable blocks (not custom fields)Thanks for the reply Michael.
Please find the code that I need to make repeatable – into a group.
Thanks again, in advance!
$panel9_box = new_cmb2_box( array( 'id' => $prefix . 'panel9_box', 'title' => __( 'Industry Table 5', 'cmb2' ), 'object_types' => array( 'page', ), 'show_on' => array( 'id' => array( 1741, ) ), 'priority' => 'high', 'repeatable' => true, )); $panel9_box->add_field( array( 'name' => __( 'Table Heading', 'cmb2' ), 'id' => 'panel9_indheading', 'type' => 'text', )); $panel9_box->add_field( array( 'name' => __( 'Table Content', 'cmb2' ), 'id' => 'panel9_indcontent', 'type' => 'wysiwyg', ));Forum: Plugins
In reply to: [CMB2] Show shortcodes in wysiwyg cmb2For those that are looking for the answer – I found this which worked for me –
<?php echo do_shortcode( get_post_meta( get_the_id(), 'custom_field_key', true ) );?>Change ‘custom_field_key’ for your unique field name.
Forum: Plugins
In reply to: [CMB2] don't show fields in front end when not populated with content🙂
Forum: Plugins
In reply to: [CMB2] using multiple cmb2 blocksthanks for the reply – i’ve sorted it now.
Forum: Plugins
In reply to: [WP Responsive Menu] Cannot click menu – does not expandUpdated to latest jquery
Hi Tara, thanks for the message – no this is not the case – I have added and removed comments in wp admin, and still the ‘comments are closed’ message does not appear.
I have not edited the comments.php template.
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Minify cannot write CSSsuperb, quick response, great plugin!
Forum: Plugins
In reply to: [Len Slider] Plugin cant be activatedsame issue here
Plugin could not be activated because it triggered a fatal error.
Fatal error: Class ‘LenSlider’ not found in /httpdocs/wp-content/plugins/len-slider/lib/lenslider.settings.class.php on line 2
Thanks for the reply.
I will check the custom fields.
I didn’t realise this is manual. Ie switching order from processing to complete.
I have also noticed there is no ssl in place.
Forum: Fixing WordPress
In reply to: http error while uploadingcool – this has resolved the issue. thanks!
Forum: Fixing WordPress
In reply to: http error while uploadingany news on this? seems many people are having the same issue!