Title: GiaP's Replies | WordPress.org

---

# GiaP

  [  ](https://wordpress.org/support/users/giap/)

 *   [Profile](https://wordpress.org/support/users/giap/)
 *   [Topics Started](https://wordpress.org/support/users/giap/topics/)
 *   [Replies Created](https://wordpress.org/support/users/giap/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/giap/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/giap/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/giap/engagements/)
 *   [Favorites](https://wordpress.org/support/users/giap/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/giap/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/giap/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Responsive for Youtube] What's syntax for adding parameters?](https://wordpress.org/support/topic/whats-syntax-for-adding-parameters/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/whats-syntax-for-adding-parameters/#post-5210616)
 * 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!
    -
   GiaP
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TheCartPress eCommerce Shopping Cart] Embarrasing Error: Pleeeease Help! Big Problem. Only an hour](https://wordpress.org/support/topic/embarrasing-error-pleeeease-help-big-problem-only-an-hour/)
 *  Thread Starter [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/embarrasing-error-pleeeease-help-big-problem-only-an-hour/#post-5445110)
 * Um, duh, okeydoke! Embarrassing indeed, lol. Thanks so much 🙂
 * Best!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TheCartPress eCommerce Shopping Cart] Embarrasing Error: Pleeeease Help! Big Problem. Only an hour](https://wordpress.org/support/topic/embarrasing-error-pleeeease-help-big-problem-only-an-hour/)
 *  Thread Starter [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/embarrasing-error-pleeeease-help-big-problem-only-an-hour/#post-5444898)
 * Sorry, had trouble loading an image here so I just linked the page, not sure 
   if that helps…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Different "Continue Shopping" links for fancy notification](https://wordpress.org/support/topic/different-continue-shopping-links-for-fancy-notification/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/different-continue-shopping-links-for-fancy-notification/#post-5054131)
 * I’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Contact Form 7 Range Slider Output Number](https://wordpress.org/support/topic/contact-form-7-range-slider-output-number/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/contact-form-7-range-slider-output-number/#post-4709502)
 * If 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Contact Form 7 Range Slider Output Number](https://wordpress.org/support/topic/contact-form-7-range-slider-output-number/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/contact-form-7-range-slider-output-number/#post-4709501)
 * Hi 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!
    -GiaP
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] Multiple page form sends just the last one](https://wordpress.org/support/topic/multiple-page-form-sends-just-the-last-one/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multiple-page-form-sends-just-the-last-one/#post-5039380)
 * Sure can but this one didn’t look resolved so I posted here
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] Multiple page form sends just the last one](https://wordpress.org/support/topic/multiple-page-form-sends-just-the-last-one/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multiple-page-form-sends-just-the-last-one/#post-5039378)
 * I’m in need of the same info. Awesome plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ready! Ecommerce Shopping Cart] Image size changes have no effect](https://wordpress.org/support/topic/image-size-changes-have-no-effect/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/image-size-changes-have-no-effect/#post-3812513)
 * so what’s the outcome of this situation??? I’m having a very similar problem.
   Thanks so much, great plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] [Plugin: MetaSlider] Not displaying. Printing ShortCode on Page](https://wordpress.org/support/topic/plugin-metaslider-not-displaying-printing-shortcode-on-page-1/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-metaslider-not-displaying-printing-shortcode-on-page-1/#post-4156296)
 * Was there a solution to this? Thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] DONT UPDATE 2.3 >> Slides Disappear Upon Save](https://wordpress.org/support/topic/dont-update-23-slides-disappear-upon-save/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/dont-update-23-slides-disappear-upon-save/#post-4196091)
 * Any fix yet? Having same problem but wasn’t sure whether to create separate post
   for it, sorry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] How to exclude a post](https://wordpress.org/support/topic/how-to-exclude-a-post/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-exclude-a-post/page/2/#post-3372584)
 * Help, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] How to change Title Font Style & Color](https://wordpress.org/support/topic/how-to-change-title-font-style-color/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-change-title-font-style-color/#post-3792919)
 * That’s why you rock, Lol 🙂
    Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] How to change Title Font Style & Color](https://wordpress.org/support/topic/how-to-change-title-font-style-color/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-change-title-font-style-color/#post-3792917)
 * Whew! 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] How to change Title Font Style & Color](https://wordpress.org/support/topic/how-to-change-title-font-style-color/)
 *  [GiaP](https://wordpress.org/support/users/giap/)
 * (@giap)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-change-title-font-style-color/#post-3792916)
 * Is 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

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/giap/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/giap/replies/page/2/?output_format=md)