nextorontoweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] POST DATEHi Jory,
I saw that page already but still confused.
Do I need to use the CAST operator for the post_date field?
Basically I’m trying to add a where = (post_date = today’s date)
Had to do some custom coding to integrate the two plugins but works now.
Thanks for the reply.
Forum: Plugins
In reply to: [Contact Form 7] File /refillI have the same issue. I even completely removed contact form 7 and cleared the cache in WP rocket yet the issue still remains. Anyone have a solution to this yet or a way to block the call?
Forum: Plugins
In reply to: [Visual Form Builder] Paid for plugin but not getting supportI paid for this plugin hoping to get support.
I purchased this plugin over 2 months ago and support can’t help me with my issue other than telling me it works.
I’ve spent almost 3 hours on the phone with Godaddy who confirmed SMTP works fine and I also tested with another plugin. VFB Pro DOES NOT WORK to send notification emails.
If support is so confident that it works why not test with their own SMTP credentials?
I paid for this plugin and support has closed tickets knowing fully well it’s not working for me. I will keep opening up tickets until they can prove the plugin works with SMTP or the notification emails work.
Forum: Plugins
In reply to: [Visual Form Builder] VFB Pro IssuesI purchased the plugin.
I’ve sent yet another ticket today.
Can someone please respond to my ticket?
I’ve sent at least 4 tickets in the last week and nobody has responded.
Forum: Plugins
In reply to: [Visual Form Builder] VFB Pro IssuesI sent in 2 more tickets after my ticket was closed with no resolution
I’ve contacted Godaddy several times and they even ran a test to verify SMTP works according to a script they ran and I tested with WP SMTP as well which worked.
I can’t get the notification email working and it’s been over a month since I purchased the plugin.
Can someone please help me get SMTP/notification emails working?
Forum: Plugins
In reply to: [Visual Form Builder] VFB Pro IssuesHi,
Yes, I have submitted another ticket.
It’s been over 2 weeks that I’ve been trying to get my notifications working and still unsuccessful.
I’m hoping I can finally get this fixed today.
My site is hosted with Godaddy.
Forum: Plugins
In reply to: [Visual Form Builder] VFB Pro IssuesIt’s been one week since I purchased it because I really needed help setting up the email notification. I’ve tried setting this up with both hotgator and gmail and NEITHER work.
I’ve submitted another ticket and hoping someone can look into this for me as this is an issue i’d really like resolved.
Forum: Plugins
In reply to: [Visual Form Builder] VFB Pro IssuesCan someone please respond to the tickets I sent?
I purchased the Pro version to fix the notifications issue and now I have that problem PLUS I can’t edit the email design template.
HELP!
Forum: Plugins
In reply to: [Visual Form Builder] VFB Pro IssuesI’m still waiting for my ticket to be resolved.
My confirmation email is still stuck with the VFB branding and I need to get the notification emails to work.
I sent a new ticket with my diagnostic.
Forum: Plugins
In reply to: [Visual Form Builder] VFB Pro IssuesHi,
I did submit a ticket the same time I posted here but haven’t received any response yet and I need this fixed since it doesn’t work after upgrading.
Is there anywhere to get the technical requirements so I can check my hosting?
I’m getting the same issue. Why is this marked resolved?
Forum: Themes and Templates
In reply to: [Verbo] Shortcode improvement : sibblingsIf you want to include the parent page before the siblings, here’s a quick fix:
in the function: public static function siblings (around line 921)
replace:
return ( $return ) ? '<ul class="su-siblings' . su_ecssc( $atts ) . '">' . $return . '</ul>' : false;
with:
return ( $return ) ? '<ul class="su-siblings' . su_ecssc( $atts ) . '"><li><a>post_parent ) . '">' . get_the_title( $post->post_parent ) . '</a></li>' . $return . '</ul>' : false;
If anyone has a better way feel free to correct me.
- This reply was modified 8 years, 1 month ago by nextorontoweb.
Great!
For some reason I can’t see get the default WordPress comments to work with the template but hopefully the Jetpack comments will work.
I’ll let you know if I have any further issues.
Forum: Themes and Templates
In reply to: [Sydney] How can I secure the logo and slider images ?I just re-uploaded the logo and slider images and that seemed to do the trick.
Thanks!
Dan