cdereta
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Prayer] Modifying FormThe modifications I need are related to the form and the display of the prayer info on the website. But for now, we need to find a way to allow people to comment on each prayer and add email notifications for prayer author. If you can add commenting capabilities, it would be great.
Forum: Plugins
In reply to: [WP Prayer] Modifying FormI updated the plugin to the latest, and it seems to error on the form site. If you add try to add a prayer, it says that the last name doesn’t exist. Also, I need the country to display next to the name of the person. The last name is not necessary.
Another question. If I want to modify the shortcode files, to fit the design we need, how do you recommend I do that without the risk of losing my changes in the next update?
Thanks
Forum: Plugins
In reply to: [WP Prayer] Modifying FormThe additional fields that we need include a separate first name and last name optional, country, and whether they want to sign up to our newsletter. The only one I would remove is the title field. It would be nice if there’s a way to customize it in the admin so it fits everybody’s needs. We also have three categories that the prayers will fall under, and if there’s a way to have them submit and display based on that category, it would be great.
Forum: Plugins
In reply to: [WooCommerce] Images not showing on productsI have been looking for a solution to this image issue for a while and I still can’t find the answer. I suspect that the custom fields are the reason, but I don’t know. The weird thing is that I have 11 products, and only one of them is displaying their image. I have tried to even duplicate that one and update the info, but instead the image doesn’t change. I have uninstalled and reinstalled woocommerce to see if this would fix the issue but it doesn’t. Can anyone please help me display the image of my products?
Forum: Plugins
In reply to: [Firelight Lightbox] Inline Content Popup and contact formI do have one more question. I need an exit intent delay on the popup. I did find an answer as to how to delay the popup by a few seconds, by downloading the development fancybox that includes the Auto Popup section. But I’ve attempted the code you included and its not working for me.
<div class=”fancybox-hidden”>
<div id=”exitcontactform” width=”400″ height=”600″>
<h1>Test Popup</h1>
</div>
</div>
<script type=”text/javascript”>
jQuery(document).on( “mouseout”, function() { jQuery(‘#exitintent’).trigger(‘click’); } );
</script>I was wondering if you have a working example of an exit intent popup and what that code looks like.
Thanks
Forum: Plugins
In reply to: [Firelight Lightbox] Inline Content Popup and contact formWow, thanks for your fast response. It worked right away. Thanks again. I love this plugin.
Forum: Plugins
In reply to: [Firelight Lightbox] Inline Content Popup and contact formI wanted to let you know that I set up a delay on another popup I’m using temporarily, so it will take 45s to display the popup. Sorry about that.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox not working inside mastersliderThanks, I got it working.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Fullscreen possible?At the moment the site is in production and its not live. But the idea is that the slider needs to always cover the browser, whether its on a computer screen or a mobile device. At this moment the slider is responsive based on the width, but I need it to be based on the height of the browser, and I need it to cover the screen when the homepage is loaded. Here’s the closest example I have for what I’m looking for:
http://demos.bavotasan.com/arcade/
I do have content below the slider but when the window first loads it needs to cover the whole screen.
Thanks