Forum Replies Created
-
AuthorPosts
-
June 7, 2018 at 5:22 PM in reply to: How to autopublish post entered thru Frontend Submission with all the fields? #10099
EddyPiV
ParticipantOK, thanks for all your help. Consider this solved.
June 7, 2018 at 4:58 PM in reply to: How to autopublish post entered thru Frontend Submission with all the fields? #10096EddyPiV
ParticipantYou are right. If I deactivate the Text Blocks plugin, it is shown as you stated. But once I activate the plugin again, the 503 Service Unavailable error is back.
I have changed the contents of my text block to just a single line of text, but same problem.
Hence, the problem is the plugin.Before I start asking for support from the plugin developer, just a final question.
I am using this text block plugin to display all the fields in the frontend in the order/layout that I want.
Is there another, more appropriate way of displaying the fields in frontend?June 7, 2018 at 3:42 PM in reply to: How to autopublish post entered thru Frontend Submission with all the fields? #10092EddyPiV
ParticipantThe PHP version on the server is 5.6.30.
I have uploaded functions.php here: https://1drv.ms/f/s!AiZg1q2e9vdxhBlxbs_Mz30DdS2c
June 6, 2018 at 4:52 PM in reply to: How to autopublish post entered thru Frontend Submission with all the fields? #10080EddyPiV
ParticipantAha. Thanks so much for your help.
I have added it to functions.php. It results in a 503 Service Unavailable error (while trying to use an ErrorDocument to handle the request).
Any idea?June 6, 2018 at 2:13 AM in reply to: How to autopublish post entered thru Frontend Submission with all the fields? #10064EddyPiV
ParticipantWhere should I add this filter? I have added the following to single.php:
<?php add_filter( 'the_content', 'text-blocks id=”showfields”]' ) ?>, but without success.June 5, 2018 at 2:01 PM in reply to: How to autopublish post entered thru Frontend Submission with all the fields? #10046EddyPiV
ParticipantUpdate on this issue: I am no longer using TablePress, due to the problem I mentioned.
Instead I am using Shortcodes Ultimate plugin for the design of the output, and it works great.
So, to summarize:
- I am using the shortcodes from Shortcodes Ultimate plugin for the design
- I am defining the design with the Text Blocks plugin
- The shortcode for this text block needs to be included in the text of the post (at the end of it).Now, only the following question from above issue remain outstanding:
- How to (automatically) include the shortcode from the Text Blocks plugin (e.g. [text-blocks id=”showfields”]) in the text of the post?June 5, 2018 at 1:53 PM in reply to: How to display an image in frontend with link for full size? #10045EddyPiV
ParticipantAha, that works great. Thanks!
I missed the possibility to use such parameters in the shortcode. Still learning...
Issue can be closed.EddyPiV
ParticipantFor some reason, the tooltips show now in all browsers. Problem solved.
Thanks.EddyPiV
ParticipantThe issue is that I don't understand how to set the default value to the category in the meta box. I don't see it in the options, and if I need to set it through custom attribute, then how?
EddyPiV
ParticipantThanks, that works great. I now see how to fill the standard WP post attribues, except the Category. I have tried to use the fiels Taxanomy, but that shows me a dropdown box, while I just want to hide it and assign a fixed value to it.
Any suggestion?
(I understand that this is different from my original question. If you want me to close this one and open a new thread, let me know.)EddyPiV
ParticipantThanks, that works great in Firefox, but nothing is shown in Chrome, Brave or Safari.
Any suggestion?EddyPiV
ParticipantI have actually the same question for the custom HTML field.
EddyPiV
ParticipantThat's it. Thanks.
EddyPiV
ParticipantDone. I have created a page frontend-submission.
Good luck.EddyPiV
ParticipantIt's not working unfortunately.
I added quite a number of fields in the meta box. For some reason, it is even no longer creating a post when I press the submit button.Let me know if you need access to the site.
-
AuthorPosts