GiaP
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Responsive for Youtube] What's syntax for adding parameters?What is the syntax for a video that should start and end at a certain place, please? For example, if I want the video to start at 53 seconds and end at 4 minutes and 23 seconds into the video, how is this written? Thanks so much!
-GiaPUm, duh, okeydoke! Embarrassing indeed, lol. Thanks so much ??
Best!
Sorry, had trouble loading an image here so I just linked the page, not sure if that helps…
Forum: Plugins
In reply to: [WP eCommerce] Different "Continue Shopping" links for fancy notificationI’m having the same issue. Disappointed that your question hasn’t been answered yet. This is a pretty basic feature I see in other e-commerce plugins where all you have to do is choose a setting from a list of options in your backend.
Did I just miss it?? Thanks and apologies if I did ??
Cheers!
Forum: Plugins
In reply to: Contact Form 7 Range Slider Output NumberIf it helps, here is what I have so far…
<script> var budget = 0; var min_year = 1897; var max_year = 1996; html = '<input type="range" name="birth-year" step="1" class="wpcf7-form-control wpcf7-range wpcf7-validates-as-number" aria-invalid="false" min="'+min_year+'" max="' + max_year + '" value="'+year+'" name="year" id="year_range" />\ <span>' + year + '</span>'; $(".birth-year").append(html); $('#budget_range').on("change mousemove", function() { $(this).next().html($(this).val()); }); </script>
Thanks again!
Forum: Plugins
In reply to: Contact Form 7 Range Slider Output NumberHi couple of questions and first, really really appreciate you posting your solution!!
1. Just a bit confused about execution:
$(“.range-24”).append(html);
$(‘#budget_range’).on(“change mousemove”, function() {
$(this).next().html($(this).val());
});
</script>Note the name in the code. Since my slider was named range-24 the range slider I made must also be the same name. You can change the min and max number to whatever you like. Where it says:
$(“.range-24”).append(html);
Where would I insert the values? I need to users to be able to choose a year using the slider. Range is from min value of 1897 to maximum value of 1996.
Thanks so so much!
-GiaPForum: Plugins
In reply to: [Fast Secure Contact Form] Multiple page form sends just the last oneSure can but this one didn’t look resolved so I posted here
Forum: Plugins
In reply to: [Fast Secure Contact Form] Multiple page form sends just the last oneI’m in need of the same info. Awesome plugin!
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Image size changes have no effectso what’s the outcome of this situation??? I’m having a very similar problem. Thanks so much, great plugin
Was there a solution to this? Thanks ??
Any fix yet? Having same problem but wasn’t sure whether to create separate post for it, sorry.
Forum: Plugins
In reply to: [WordPress Popular Posts] How to exclude a postHelp, the plugin is including my backend login page in the popular posts list in my sidebar!!!
I can’t seem to find the page id for the WP login screen. Any clue what it should be or where/how to find this info? Thanks in advance! Great plugin.
Forum: Plugins
In reply to: [WordPress Popular Posts] How to change Title Font Style & ColorThat’s why you rock, Lol ??
Thanks!Forum: Plugins
In reply to: [WordPress Popular Posts] How to change Title Font Style & ColorWhew! This was a toughy, but I found it. I added:
body #footer .widgets .widget .widget_wrap .wpp-post-title{ font-weight:bold; color:#db8e84!important;}
…to the stylesheet in my Theron Pro V.2 theme.
Good night, I need a nap, after that (mind you it’s only 4:07pm here, LOL!)
Forum: Plugins
In reply to: [WordPress Popular Posts] How to change Title Font Style & ColorIs there a way to override a theme’s style. I’m desperately trying to make my blog posts excerpt titles show up against a dark background! I’ve tried everything under the sun that I can think of to change in my theme “Theron Pro” but am still having NO luck ??
Please help me override the theme so that I can style your widget the way I want to, ONLY in my footer area where the widget displays.
THANKS so much, this plugin rocks!
-GP