Dan Stramer
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] Empty paging buttons divHi Josh
As you suggested, I created a slideshow and added the slides to it.
The slidewhow’s name and slug is ‘hp’.
https://clientname.dmdesign.co.il/shinytech/and the template code is:
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("hp", ""); } ?>
Still no nav buttons
Dan
Forum: Plugins
In reply to: [Meteor Slides] Empty paging buttons divthis is the second site:
https://clientname.dmdesign.co.il/hagay/this is the first one:
https://clientname.dmdesign.co.il/shinytech/Dan
Forum: Plugins
In reply to: [Meteor Slides] Empty paging buttons divHi Josh,
The meteor buttons are still not showing up, there are 2 staging sites currently, both have the buttons configured but they are not showing.
I disabled all plugins and also went back to the 2010 theme but still no-go.the only modification I did was add these lines of code after line 145 on the meteor-slideshow.php file: (acf)
<div class="slider-text"> <p><?php the_title() ?></p> <p class="sub"><?php the_field('sub-content'); ?> </div>
[Moderator Note: Please post code & markup between backticks (not single quotes) or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
but also reverting to the original code didn’t show the buttons.
Any ideas?
Thanks
DanHi Mike, thanks for your answer.
But there are popup plugins that allow a popup to appear when the user clicks on the ‘x'(closing the browser) or navigates away from the page.
I thought there could be such a functionality with this plugin too.Dan
Forum: Plugins
In reply to: [Meteor Slides] Empty paging buttons divHi Josh
This is the current TEMP url for the website:
https://clientname.dmdesign.co.il/shinytech/
It would be great if you could take a look and tell me why the buttons are not showing up.
Thanks
DanForum: Plugins
In reply to: [Meteor Slides] Empty paging buttons divWill do
Forum: Plugins
In reply to: [Meteor Slides] Empty paging buttons divHi Josh, thanks for your reply.
The site is currently on local production.
It’s a fresh install of WP 3.6 – twenty ten theme.
If it won’t be solved on localhost, once I upload the site I’ll post the link here.Dan
Forum: Plugins
In reply to: [Meteor Slides] Use variable in template tagThanks Josh!
I also got it working like so (I am using the afc plug in):
<?php $slideshow = get_field('slideshow'); ?>
<div class="slideshow-project">
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow($slideshow, "width:718, height:356"); } ?>
Forum: Plugins
In reply to: [Flamingo] Use different fields for "Subject" and From "Name "?Hi, check out this temporary solution:
https://www.ads-software.com/support/topic/subhect-and-date-fields?replies=5I hope something better comes along the way
Dan
Forum: Plugins
In reply to: [Contact Form 7] Universal AnalyticsThanks, so can I use the new code or have to use the old one?
Forum: Plugins
In reply to: [Contact Form 7] Universal AnalyticsI got it working using the old analytics code (ga.js).
Both scripts (the old and the new analytics code) can run together on the website – as google says.
https://developers.google.com/analytics/devguides/collection/analyticsjs/pagesOnce I used the old analytics code the conversion tracking started to work and the ajax notifications showed up again.
Does CF7 plan on migrating to the new analytics code?
DanI have also had this problem.
I reverted to the old ga.js code:
https://developers.google.com/analytics/devguides/collection/gajs/But I still have a problem with an on_sent_ok tracking code.
I posted about this problem earlier today.Dan
Forum: Plugins
In reply to: [Flamingo] Subhect and date fieldsThanks Kerri
I’ll give it a try.
For entries older than 24 hrs – do you see the date or just the label?Dan
Forum: Plugins
In reply to: [Flamingo] Subhect and date fieldsHi
Have you had an oppurtunity to take a look?
Thanks,
DanForum: Plugins
In reply to: [Contact Form DB] Only one formHello Michael
Thanks for your great plugin, I have 2 questions:
1. I have 2 forms on my website, can I show all the entries in the admin on one page (not having to choose which form’s entries to show in the select box)?
2. I would like to purchase the data editor but would like to know if it is compatible with Hebrew characters.Thanks!
Dan