rezon8dev
Forum Replies Created
-
Any luck David? Doing the same now..
Forum: Plugins
In reply to: [SendGrid] SendGrid Overides Email Templates of Several Other Plugins+1
Forum: Plugins
In reply to: [SparkPost] Sparkpost doesn't use gravity forms mail credentials++
Forum: Themes and Templates
In reply to: [Quark] Utilize Custom Excerpts and Default ExcerptsHi Anthony,
I actually solved this by adding is_archive to the code above which displays the excerpt for search results pages. like this:<?php if ( is_archive() || is_search() ) { // Only display Excerpts for archives and Search ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div> <!-- /.entry-summary -->
This seemed to do exactly what I was after.
Thanks for helping, and by all mean if you see issue with this please let me know.
Forum: Themes and Templates
In reply to: [Quark] Main Sidebar DuplicatingOK, thank you for the clarification, this makes sense. How would I go about changing the order of the sidebars so the main sidebar renders below the page specific widgets. So the page, post or archive widgets load above the main sidebar widgets?
Thanks and keep up the good work!
I’m having the same issue for my .git files and cant seem to figure out how to stop the alerts for these specific files. Would really like to see how to add files to be ignored. Can anyone help here?
Forum: Themes and Templates
In reply to: [Quark] Utilize Custom Excerpts and Default ExcerptsBTW, the f4d them is Quark it was just renamed to f4d…
Forum: Themes and Templates
In reply to: [Quark] Main Sidebar DuplicatingAnyone else seeing this?
Forum: Plugins
In reply to: [Gravity Forms Salesforce Add-on] How can i get last created IdIm also trying to figure this out. I would like to set this in a custom field but also store it in a gravity form entry field. This will allow me to provide my user with their unique id to reference their entry between wordpress and salesforce. @rontyahmed2013 did you find a way to store this on the entry or in a custom field?
Forum: Plugins
In reply to: [HookPress] Hookpress and Zapier++
Forum: Plugins
In reply to: [Autoptimize] Css option breaks style.css only in landscapeHey Frank,
This is a custom them based on Quark, KLEO theme and another . Only noticed it on Ipad…After deleting the white space in the geo.js file – issue largely resolved. The geo search / auto-complete is working. Any chance this will be handled in a plugin update?
It seems there are random
<p> or </p>
tags and an occasional>
thrown into the search section of the plugin when VC is enabled. This is really kind of odd and driving me nuts.. Is anyone else having issues with VC and EM?Thanks @angelo, I am only loading jquery 1 time and everything appears to be ok there. I’m thinking it may be one of the Google items included with Visual Composer that is causing the conflict but I really can’t tell yet. I hope to get this one nailed down tonight…
Forum: Plugins
In reply to: [BP Profile Widgets] User data disappears after disable / reenable pluginHere is some info you may find helpful:
https://wpcandy.com/broadcasts/pressbits/pressbits-005-dont-delete-plugin-options-on-deactivation/
https://mikejolley.com/2013/12/plugin-installation-techniques-activation-deactivation-uninstall/
https://codex.www.ads-software.com/Function_Reference/register_deactivation_hook