Michael Aronoff
Forum Replies Created
-
Forum: Plugins
In reply to: [Appointment Calendar] Position of Text vs. Calendar on PageBailey88, no matter what I do your code is not working.
Is it possible an update broke it?
Forum: Plugins
In reply to: [WP Supersized] default backgorund issueIn WordPress go to “Plugins”, then “Editor”.
Choose WP-Supersized in the upper right corner and click “Select”.
Then Click on “wp-supersized/css/supersized.css” (you will need to make sure this is editable on your ftp site or else make the change on your PC and then ftp up the change)
There you will see the backgound set to black. Remove the background css altogether or specify another color.
Do the same for “wp-supersized/css/supersized.core.css”
If you are too Noob to get CSS then you need to hope the Plugin includes this option at some point.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Strange Scroll behaviorSorry, I forgot to mark this resolved. Thanks for the great plugin and great support!
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Strange Scroll behaviorOK, That fixed it.
I use a responsive theme so I also added the following to my css.
@media only screen and (max-width: 765px) { .left-sidebar #secondary { min-height: 40px; } }
That way the responsive stuff still works.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Browser Resize ProblemThat worked great but since my theme also has widgets in other locations that have different sizes I used the following:
#main .widget { width: 220px; }
That way only widgets in the main body area are affected. I hope that helps some other folks.
Keep in mind if you use a different theme you may need to set the size differently.
Forum: Plugins
In reply to: [Support Tickets v2] Request: CAPTCHAI use Contact Form 7 and it allow use of WP-reCAPTCHA with another plugin called Contact Form 7 reCAPTCHA extension.
Since your plugin is based on Contact Form 7 perhaps you could integrate the same functionality someday.
Thanks for the plugin!
Forum: Plugins
In reply to: [Store Locator Plus? for WP] Search boxes tripple?Yes, I understand. So what are my solutions. Where should I look to fix the theme or can I do a workaround by not using a shortcode but using a PHP code instead?
Forum: Plugins
In reply to: [Store Locator Plus? for WP] Search boxes tripple?I am using the shortcode [STORE-LOCATOR] one on my page. How can I fix the problem? Should I use a php call in a custom template page? If so what would I use?
Thanks
Forum: Plugins
In reply to: [Store Locator Plus? for WP] Search boxes tripple?The page is at https://www.intlwindow. com/dealer-locator/
(remove the space for proper link)I hard coded a working search function into the wordpress page and turned off the search and radius box I had on. But if you look at the code you can see:
<div id='address_search'> <div id='addy_in_address' class='search_item'> <input type='hidden' id='addressInput' value='' /> </div> <div id='addy_in_address' class='search_item'> <input type='hidden' id='addressInput' value='' /> </div> <div id='addy_in_address' class='search_item'> <input type='hidden' id='addressInput' value='' /> </div> </div>
I used CSS to hide the whole div since even though the inputs were hidden there was still extra whitespace.
Cool, thanks.
As a suggestion it might also be nice to be able to specify variable data as an array instead of just a default. For example I have a number of button classes setup with colors. So instead of just color=white it might be nice to have the ability to do something like, color=white,green,red,black and have that create a drop down selector.
Anyway thanks for all the work, your plugin saves me tons of time.
This feature is not working for me.
I created an HTML snippet called Callout, the variables are: width=750,float=center
and the snippet is <div class=”cta” style=”width:{width}px;float:{float};margin:0px auto;”>Text Goes Here</div>
When I press the icon to insert the snippet it shows the default value, but when I press insert what gets inserted is: <div style=”width: {width}px; float: {float}; margin: 0px auto;” class=”cta”>Text Goes Here</div>
Any ideas? am I doing something wrong?
Thanks for the great plugin anyway ??