Zeb
Forum Replies Created
-
Thanks Kevin. I’ll try this!
CheersAny help?
Any help or directions how to overcome the above mentioned problem is highly appreciated.
cheers
Forum: Fixing WordPress
In reply to: RSS Feed not working 404 errorI have the same problem.
It seems that when I import posts from another blog the posts don’t show up in the feed. However, when I publish a new post in the blog then that post is showing up in the feed but not the other imported posts.
It could be a bug in WordPress or the WP-Import plugin I used to import them.
Any ideas how to solve this issue?
Thanks!
Forum: Plugins
In reply to: [FeedWordPress] Formatting strippedThe plugin breaks wordpress galleries and only the shortcode is displayed intead of images. I believe it’s a result of same issue that mentioned above.
Forum: Plugins
In reply to: [FeedWordPress] Formatting strippedThis is definitely the FeedWordPress bug.
If you first inactivate the plugin and then just open each post and save it as it is, the problem will be solved. Of course, this is a temporary solution until an update is available.
You shouldn’t need to change the post with tags or alike.
Please inform the author on his website.Forum: Plugins
In reply to: [FeedWordPress] Formatting strippedI have same problem. The paragraph formatting is not working even if I copy and paste manually from a site which worked before.
The enter key that separates the paragraphs does not work either. Of course, it could be a WordPress issue too.
Getting desperate! Hope a solution is on the way.
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Filtering… can't figure it out…Have you tried it in the tag and category tab in the syndication settings?
In the category tab, you have the possibility to select if the plugin should match keywords with your existing tags/categories. In case the new posts tags or category does not match, it will not be published or save as draft.
I’m not quite sure if you could filter posts in another way!
Forum: Plugins
In reply to: [Grunion Contact Form] Form in sliderThanks you very much for your reply. I appreciate it.
Your suggestion seems to be a logical solution but for me with little knowledge of programming is quite complicated. However, I will post a new question to see if anybody can help me out with this
Thanks!
Forum: Plugins
In reply to: [Grunion Contact Form] Form in sliderThanks for a fast reply.
No, that was not what I meant.I have provided a custom field called my_email for each post. It is intended that if any author wants to attach a contact form to the post, he/she may only type an email address in this field which will allow the the form to be displayed in the bottom of the post when it’s published, and the response will be sent to the email address (or addresses) typed in the custom field.
However, the main issue is to make the form be able to chose the value of the custom field. Accordingly, empty field means no form to be displayed.
Thanks!Forum: Plugins
In reply to: [Grunion Contact Form] Form in sliderHi,
I was considering to use template code and to set it up so that, if possible, (1) individual email addresses are used and also (2) the form is displayed like an image using color box frame and when a phrase (eg “Use this contact form to reach us”) is clicked.
However, could this following code be used for individual emails?
<?php echo do_shortcode( '[contact-form to="<?php echo get_post_meta($post->ID, 'my_email',true);?>"]' ); ?>
Moreover, what should I add more to make it to be displayed through colorbox frame?
Forum: Plugins
In reply to: [Custom Field Template] [Plugin: Custom Field Template] Dynamic select listThanks for your opinion @brenfm. I have already used that but I can’t get what I’m intend to do.
Well, my intention is to put some data in a custom post type called services with small thumbs (icons) and then give the user capability to choose from these alternatives. However, when a user checks some of the check boxes, it is intended that the thumbs to be published in a row and the value should be displayed as tooltip.
Of course, this could be solved by calling the values into the custom field (as discussed earlier in this post) but I can not get the value or the thumb to be published.
For example, The values of the custom post type appears in the custom field (check boxes and select box) but when I intent to retrieve the value, I get only the ID’s of the post types and not the values. Meanwhile, even empty values appearing with list buttons without any value.
Is there any way to retrieve the thumb, value and the key by any code and at the same let the empty values to be ignored?
Please, anyone!
Any help is appreciated.Forum: Fixing WordPress
In reply to: custom meta box – how to group custom fieldsDid you use any plugin to create your fields?
Have you tried this plugin if it works for you?Forum: Fixing WordPress
In reply to: custom meta box – how to group custom fieldsThat could be a problem facing this issue but they should add a feature to make this possible. I hope we find some solution anyway.
Forum: Fixing WordPress
In reply to: custom meta box – how to group custom fieldsGood question. I’ve also difficulties with space in the admin area and wish to find a way to group them somehow.
Forum: Requests and Feedback
In reply to: Please start a WikiHmmmm … you mean that anybody can create a post and it’s possible that others can update it like Wiki? That was new to me!