fatsandrew7
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] global custom “widgets” in mobile menui did come up with a workaround using the pro version, however, it would be nice if that was part of the core functionality.
my workaround:
- create an elemntor section template
- add a megamenu custom link to a menu
- configure the megamenu settings to use the complete replacement feature
- paste in the shortcode of my elementor template
another feature that would be incredibly awesome is: adding the option to animate/slide the submenu items into full screen view on mobile when clicking the main menu item. example: https://thelaughingcow.com on a mobile device.
- This reply was modified 6 years, 4 months ago by fatsandrew7. Reason: formatting
Forum: Plugins
In reply to: [Max Mega Menu] Free version: max menu duplicated with sticky headerthat did the trick! thanks, tom!
could i send you a private message with the link? the site is in development and not ready for any public eyes yet ??
hi adrian-
i am having the exact same problem.
for reference, i have checked “required” for both the infusionsoft form and the formlift form.
the other item i checked in infusionsoft was to precheck the box.
there isn’t a compatible option in formlift for this.
[EDIT] the thing is, checking the formlift box on the live form does not physically check the infusionsoft form.
what can i do to fix this?
- This reply was modified 7 years, 3 months ago by fatsandrew7. Reason: provided more information
hmmm – so you were trying to add data to infusionsoft using a gravity form, but you were not initially collecting their email address — is that correct?
we definitely are collecting email address from our gravity form.
am i misunderstanding what you meant?
@va1ue – what did you do to get this working?
we are experiencing this problem as well. the same situation applies where several other (nearly identical) forms all submit and pass data successfully. this one, single form alone fails though when a new contact is being submitted to the database.
here is the error code: Fatal error: Uncaught [DatabaseError]Error adding contact Attempted: 1 time(s). thrown in /home3/newleaf/public_html/wp-content/plugins/infusionsoft/Infusionsoft/App.php on line 99
please shed some light on this or indicate how to fix it.
thanks sam. i sent you the site details.
bump
Forum: Plugins
In reply to: [CC Child Pages] Link Full DIV not just Title and Morei was able to edit the /includes/ccchildpages.php file to change the output html.
what i did was change the second containing [div] to an [a] element.
in order for this to be semantic across all browsers, i also had to change the embedded [div] tags to [span] elements.
the important thing is to avoid adding the parameter in the shortcode that links the title and the thumbnail image since the entire chunk is wrapped with an [a] tag.
it would be great if the developer could update the plugin to accommodate this need.
i am not sure what the policies here are for sharing modified plugin code. i am happy to share what i did unless it goes against some rule.
Forum: Plugins
In reply to: [CC Child Pages] Link Full DIV not just Title and Morei would like to see this as an option as well.
Forum: Plugins
In reply to: [Timed Content] weekly event date changeyes, that is correct.
i will have to account for holidays and other pre-determined “off weeks”.
the general pattern dictates skipping the first week of the month as those are the “off” weeks.
Forum: Plugins
In reply to: [Timed Content] weekly event date changei guess the challenge i am having with the rules is configuring the content to be hidden until its very specific time frame and at that time it is revealed (while all other content blocks are simultaneously hidden). then when the specific time period ends the content automatically disappears, revealing the new one.
it seems i can use the custom shortcodes to achieve what i need, but was hoping configuring rules would do the same.
does that make sense?
Forum: Plugins
In reply to: [Timed Content] weekly event date changehi-
if i do that, i may as well just use the server side shortcodes right in the content — correct?
my hope was that i could create a minimal amount of rules to control the entire showing and hiding of pieces of content.
i will need approximately 40 blocks of unique content on the page that will be hidden and shown according to each week’s current date.
does that make more sense?
Forum: Plugins
In reply to: [Timed Content] weekly event date changethe problem is that each week’s content will be different from the previous week. what i need to happen is for content-1 to show from last tuesday through this tuesday and content-2 to show from this tuesday through next tuesday etc etc.
when the new content appears, i also need the old content to disappear. can that be done with the rule creator?