fearRacious
Forum Replies Created
-
Thanks… Having issues with the height size? What’s best to use for this one, px or vw?
Hi,It seems I figure it out about the overalapping, i increase the height and it seems to be working. But now their is too much space because of the increase height.
Forum: Fixing WordPress
In reply to: Woocommerce Fundraise like Give And GrowYeah… For a wordpress ecom
Ah… Yes, changed it…
wordpress plugin from facebook… There were 3 option I choosed the last option they provide me. This one,
Facebook for WooCommerceThe id seems the same… It shows the last 3 digits on the content id from the pixel helper but for the content id on catalog its shows like this 32603881245_467. So I guess it pulls only the last 3 digits?
Also, I tested the addtocart, its showing but still showing a warning…
Cheers
ohh.. Ok.. removed it… So there’s no need for addtocart to be added? So that will track if theres order?
1. Yes, the catalog is on the right pixel and when I go to the catalog at facebook business its in there and showing but its saying no events. Wierd, ill contact facebook…
2. I actually copy what you have on your docs.. .Just the addtocart is what I kind of not getting figure out.
Forum: Fixing WordPress
In reply to: Punch in(sign in)Yeah… I may have, looking for it but no luck:)
Forum: Fixing WordPress
In reply to: Punch in(sign in)Hey Steven,
Kind of like that.. But it will be just button and not needing the employee id or number since it will be a membership one..Forum: Fixing WordPress
In reply to: cant select widget anymoreHey,
It happen even the plugins are deactivated and also when using a default theme. One fix I did was to downgrade back to 4.7. So for now, using 4.7Forum: Plugins
In reply to: [Portfolio Slideshow] plugin does not work anymore: empty spaceGlad it worked!! ??
Forum: Plugins
In reply to: [Portfolio Slideshow] plugin does not work anymore: empty spaceIm at 1.12 and it happen to me too.. Try this code added on your css
.showloader .portfolio-slideshow, .showloader .slideshow-nav, .showloader .pager {
visibility: visible !important;
}It seems they were hidden, thats why its not showing, when changed to visible, images start to show up and slides.
Goodluck
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Spam Filter/ReCaptchaYou can just add via recaptcha. I mean, go to the site
https://www.google.com/recaptcha/Then register your domain or add your domain, after adding it. There are ways two implement the recaptcha, via keys or via code.
You should see this one..
Paste this snippet before the closing </head> tag on your HTML template:
<script src=’https://www.google.com/recaptcha/api.js’></script>Paste this snippet at the end of the <form> where you want the reCAPTCHA widget to appear:
<div class=”g-recaptcha” data-sitekey=”keyhere”></div>I did it on my localserver with caldera and it work fine..
Cheers
Forum: Plugins
In reply to: [BackUpWordPress] not creating a backup anymoreHello,
Im not sure why it does it.. But after I updated the version to the latest one.. It did a backup again..Thanks