Dan Stramer
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] Add text before row of buttonsThanks!
I would keep that text field always visible and not under the arrow icon.Dan
Forum: Plugins
In reply to: [Flamingo] Date of message not displayedUpdated
Forum: Plugins
In reply to: [Flamingo] Date of message not displayedOk, great, thanks.
Forum: Plugins
In reply to: [Flamingo] Date of message not displayedThanks.
Updated the translation, waiting for the approval.
Will it be pushed in the next flamingo update?Dan
Forum: Plugins
In reply to: [Flamingo] Date of message not displayedI’ll be happy to fix it.
Is the translation done via polyglots or the .po file?Dan
Forum: Plugins
In reply to: [Flamingo] Date of message not displayedHi,
Any updates regarding this?Thanks
DanForum: Plugins
In reply to: [CF7 to Webhook] Additional fieldsThanks very much for the info Mario,
I ended up using Zapier’s own date stamp:
{{zap_meta_human_now}}https://zapier.com/help/modifying-dates-and-times/
Dan
Forum: Plugins
In reply to: [CF7 to Webhook] Additional fieldsThanks.
But I just want to add a timestamp to when the lead was sent.
Adding a [date] tag in the form will create a date UI for the users, and that is not what I want.
I thought that adding the [_date] tag like described here:
https://contactform7.com/special-mail-tags/
would pass it to zapier.
Another option – is there a way to fetch the meta data of the form?Dan
Forum: Plugins
In reply to: [Contact Form 7] Form Label tag accessibilityRight, so having the same form displayed twice on a page when an ID is added to an input element on the page caused this issue.
I duplicated the form and changed the input fields’ ID’s and now the error is no longer showing.Dan
Forum: Plugins
In reply to: [Contact Form 7] Form Label tag accessibilityYes, That’s because there are 2 contact forms on the page. They are the same cf7 form.
One is in the page, and one appears from the side when clicking on the small red tag.
Is that a problem with accessibility – having two same forms on the page?Thanks,
DanForum: Plugins
In reply to: [Flamingo] Date of message not displayedIt seems that in Hebrew, the time of the message is not outputted in the correct place but instead just the “YEar / Month / Day” label.
<td class="date column-date" data-colname="תאריך"><abbr title="2017/10/02 3:30:25 PM">שנה/חודש/יום</abbr></td>https://www.dropbox.com/s/lvsapb6jaz7khnk/flamingo-date-2.png?dl=0
Forum: Themes and Templates
In reply to: [GeneratePress] content and sidebar widthHi Tom,
I just checked it out now and it’s working as expected.
It’s my first time using generatepress and the unsemantic framework – it’s working great!Thanks
DanForum: Themes and Templates
In reply to: [GeneratePress] content and sidebar widthThanks Tom,
So the “return” on the filter is the value of the grid added to the css?
and all the other corresponding values?
grid-50 tablet-grid-50 mobile-grid-100 grid-parent sidebar pull-50 tablet-pull-50And the content would adjust accordingly?
So in my case adding this filter:
add_filter( 'generate_left_sidebar_width','tu_custom_left_sidebar_width' ); function tu_custom_left_sidebar_width( $width ) { // If we're on a category return 50; // Return the default return $width; }And if I select a ‘full-width’ page from the metabox in the page editing pane – will it override this setting? Since I would like to have some ‘full-width’ pages.
Thanks again for your help,
DanI was thinking there might be a jquery script to manipulate the slider into stopping on the last frame.
Hi Lyle, thanks, but changing Infinite Loop to > No just causes the slideshow to display as: 1>2>3>4>3>2>1 etc…
Dan