dalemiles
Forum Replies Created
-
Thanks David,
So, using the pro version of the plugin, multifeed support, and the date range extension I could;
Collate events from multiple sources into a list that shows events from 1 week ago going into the future. With say the old events at the top so the user scrolls down and as they go down it goes into the future?
Sorry just want to confirm.
Thanks
Forum: Plugins
In reply to: [Front End PM] admin-ajax.phpGreat! Thanks, I thought it was this causing all the account executions, I couldn’t think what else it could be.
I’m going to trial automatic checking to once ever 10 minutes.
I want the site wide notification header as it’s good when they arrive on the site and see the header if they have a new message.Changing the code to:
'interval' => apply_filters( 'fep_filter_ajax_notification_interval', 6000000 )
Should make it 10 minutes.
Forum: Plugins
In reply to: [Front End PM] Does the new version send email notifcations (non pro)Thanks! I will look into this hopefully tomorrow.
Forum: Plugins
In reply to: [Front End PM] Does the new version send email notifcations (non pro)Hi
Great news regarding the email notifications still going out. I’m currently doing some testing on local dev server with the new version and they wern’t being sent, but wanted to check before I move to live staging server.
function new_message_fep_shortcode($atts){ global $user_ID, $post, $wp; $token = fep_create_nonce('new_message'); $to_id = $post->post_author; $to = get_the_author_meta('user_login', $to_id); $current_url = home_url(add_query_arg(array(),$wp->request)); ob_start(); ?> <form class="form_contact" action="<?php echo esc_url( home_url( 'messages/?fepaction=checkmessage' ) ) ?>" method="post" enctype="multipart/form-data"> <input type="hidden" id="fep-message-top" name="message_top" autocomplete="off" value="<?php echo get_the_author_meta('display_name', $to_id); ?>"> <input type="hidden" id="fep-message-to" name="message_to" autocomplete="off" value="<?php echo $to; ?>"> <label>Subject</label> <input type="text" id="enq" name="message_title" placeholder="Subject" maxlength="65" value="" class="text"> <div class="clr"></div> <label>Message</label> <textarea id="enq" name="message_content" class="text"></textarea> <input type='hidden' name='message_from' value='<?php echo $user_ID; ?>' /> <input type='hidden' name='parent_id' value='<?php echo $parent_id; ?>' /> <input type='hidden' name='token' value='<?php echo $token; ?>' /><br/> <input type='hidden' name='redirect' value='<?php echo $current_url; ?>' /><div class="clr"></div> <input type='submit' class="btn_orange" name='new_message' value='<?php echo __("Send Message", "fep")?>' /> </form> <?php $newMsg .= ob_get_contents(); ob_end_clean(); echo $newMsg; return $newMsg; } add_shortcode( 'new_message_fep', 'new_message_fep_shortcode' );
was the code I was using on my live server so that the in page contact form was sending through the private message system, however, this isn’t working on the new redesign im building. It simply takes me to the inbox but the message wasn’t sent.
I’m going to hopefully spend some more time tonight looking at it again.
Sorry, just want to note I’ve not created a separate thread as its the same issue as this one.
I’m not using the same theme as you. I’m using a theme called Enfold (also on ThemeForest). But I’m also having the same problem.
I’ve also enabled the option for theme video problems, and the background videos also have issues.
Sometimes it works, sometimes I just get a black background.
If I enable auto play in this plugin then the video background works all the time.But I don’t want my videos to auto play on pages they don’t need to.
http://www.2shots1kill.com – home page has a video background
Forum: Plugins
In reply to: [Broadcast] Broadcasting content – have I misunderstood?Legend – Thanks this worked perfectly 😀
Great plugin 🙂
Forum: Fixing WordPress
In reply to: Secondary site on subdomain using same contentSo I’m guessing no one knows if its possible to run a secondary theme on a subdomain but using the same content as the main site?
Forum: Fixing WordPress
In reply to: Secondary site on subdomain using same contentHi,
Sorry let me try to explain further.
I have my main site – mysite.com
This is where all my main content is hosted.
I have hundreds of members.I want to set up a second site using a different theme (with different functions) at directory.mysite.com
I will be coding the theme to match the look of my mysite.com
Things that need to be seemless across both sites are:
1) Users
2) Sidebar WidgetsThe only content that will be hosted on directory.mysite.com will be venues and events. Content in the side bar for things like “latest comments / recent posts” I want to be taken from mysite.com and the links to go to that content on that site.
Does this explain things better?
Forum: Plugins
In reply to: [Front End PM] "Contact me"You’re not the Original Poster?
Unfortunately that code isn’t what I’m looking for – those are just links?The OP said he wanted a Form on the page itself (which is what I’m after).
Good luck on your site though.
Forum: Plugins
In reply to: [Front End PM] "Contact me"I just found this after posting pretty much the same question (not sure how I missed this when looking through the existing threads first!)
Would be great if you could provide example of the code you used on your pages.
Forum: Plugins
In reply to: [Front End PM] "Contact me" buttonCare to share how you did it?
I have a classified site, with the private messaging in the system,
I want to replace the default contact form (which emails the ad owner) and replace it with a pm message.thanks
Please note I have have tried deactivating ALL my plugins and the issue still occurs
I actually notice that the search results only show content from my site and NOT from the kbe_knowledgebase taxonomy.
I already have custom taxonomies (classified themed site) would this be conflicting?