Joanne
Forum Replies Created
-
Forum: Plugins
In reply to: [Projects by WooThemes] How to change sort order of projectsThe latest version as of now (1.4.1) does not appear to make dates editable. Thanks Jason for your suggestion.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] How to add subscriber to a segment or groupHey Evan
Thanks for the awesome plugin – and the function too.
I’ve edited your function with my merge tag label. But for some reason the style rule and the jquery script don’t seem to be executing.
What am I’m Missing?
/** * This will hide the 0-5140a38f43-segment field and label * and populate it with the current page URL */ function custom_before_all_forms_action() { $page_url = (isset($_SERVER['HTTPS']) == 'on' ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; ?> <style> label[for="0-5140a38f43-segment"], label[for="0-5140a38f43-segment"]+input { display: none; } </style> <script type="text/javascript"> jQuery(document).ready(function() { jQuery( '#0-5140a38f43-segment' ).val('subscribed to blog on <?php echo $page_url; ?>'); }); </script> <?php } add_action( 'yks_mc_before_all_forms' , 'custom_before_all_forms_action' ); ?>
Forum: Plugins
In reply to: [WOW Slider] Does the WowSlider create the gallery too?Wow -thank you for getting back to me. I really appreciate it.
Forum: Plugins
In reply to: [Form Lightbox] Blank Add Lightbox interfacendowney:
Try this shortcode, adapted for your needs:
`[formlightbox_call title=”Ask for Details” class=”unique_id”]introductory consultation[/formlightbox_call] here.
[formlightbox_obj id=”unique_id” style=”” onload=”false”][contact-form-7 id=”414″ title=”Contact”][/formlightbox_obj]
Ultimately I chose a different plugin for my solution: Lightbox Plus ColorBox
https://www.ads-software.com/plugins/lightbox-plus/Forum: Plugins
In reply to: [Form Lightbox] Add Form Lightbox does not workThis is the perfect topic, as it is my exact problem.
Forum: Plugins
In reply to: [Form Lightbox] Add Form Lightbox does not workMe too – I’d love to try this plugin. But the add-form interface is a blank window.
Forum: Plugins
In reply to: [qTranslate] qTranslate and Navigation on frontend onlyHello,
Thanks also for the great plugin.
We are finding the same problem with the front end navigation.
When switching from the default language (English) to the additional language (Russian), the main menu does not change to Russian on the front end. It stays in English.
Here is the site:
https://cool.conservation-us.org/cool/photo-ru/This is a multisite installation. Is there a fix? Suggestion?
Thank you in advance
Joanne
Forum: Themes and Templates
In reply to: [Quark] No sidebar appears Blog page no matter what I doThanks Anthony
I appreciate your follow up very much. Turns out, I must have broken something when I changed content.php to post just the excerpts.
I restored my child theme from a backup and now it’s fixed.
Really great theme – thanks for all your work on it. I’m starting my next project with Quark too.
Forum: Plugins
In reply to: [Clean Testimonials] Simple Testimonials, test for no client nameMarking resolved ??
Forum: Plugins
In reply to: [Clean Testimonials] Simple Testimonials, test for no client nameHey Luke, thanks. I appreciate it! I look forward to your update.
Forum: Plugins
In reply to: [PopPop] POP POP Sizing on mobiletfc – just discovered PopPop Modal and love your css advice!
Thank you!
Forum: Fixing WordPress
In reply to: How can I turn comment moderation OFF??I’m having the same problem
“Email me whenever
[]anyone posts a comment
[]a comment is held for moderationBoth are unchecked. Still getting notification emails to moderate spam comments.
we are not using Akismet.
I am looking for a way to disable the comment notification email generator.
Forum: Networking WordPress
In reply to: Autoremove iframe code after as draft or save a postWell, I just worked on a WordPress site that had Google Calendar embedded in an iframe – which is easy for users to do. With so many 3rd party resources giving people iframes to copy and paste, it’s a good idea to help your users make them work if you can.
HI all
Woodyhayday – I noticed your Social Gallery plugin – it looks great and has a very snazzy website! Nice work.
Jaabie – If you want to avoid using a lightbox I have a suggestion for you —
Like Woodyhayday, I wanted a way to share NextGen Gallery images in social media. And like you, I wanted a tool that worked with the lightbox — or without it — and would not intrude on the images.
So I paid a developer to create ShareMyGallery .
You can see a demo of it here – the sharing icons show up on hover.
You can set it up to share on Facebook (works on iPhone too!), Twitter, Pinterest, Google Plus and by email.
Note: it’s not free — it is $18.
What do you think?
Forum: Plugins
In reply to: Jetpack Sharing Butttons ShortcodeIt turns out that the shortcode doesn’t override the plugin settings. So if you have Jetpack’s sharedaddy or ‘sharing’ settings ‘off’ for the page, the shortcode won’t display the sharing buttons.
This is true whether you use the individual sharing settings on the page, or the plugin settings on the settings page.
That’s too bad, because the plugin can’t work where it’s needed – which is precisely where the Sharedaddy tools don’t work.
Hmm… is there any way to fix this?