jonhebert007
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Form Builder] Previous Entries Randomly ReplicatingI am having the same issue, any luck fixing it?
Forum: Plugins
In reply to: [WooCommerce Square] Problem with image importsThis was actually an error on the client’s end, the pictures were not uploaded to Square. Thank you @rossviviano for the reply.
Forum: Plugins
In reply to: [WooCommerce Square] Problems with Square Plugin for WooCommerceDoes anyone know if version 2.1.5 has fixed the location error?
Same here, after upgrading to php7. Any resolution?
Forum: Plugins
In reply to: [Polylang] Mobile menuAlexeinporis, here is how I did it:
I used this HTML:
<div id=”lotuslang”>- <?php pll_the_languages(array(‘show_flags’=>1)); ?>
</div>
And this CSS:
#lotuslang
{
background-color:#9d0b0e;
padding:5px 10px;
}
#lotuslang a
{
color:#fff;
font-size:14px;
font-weight:bold;
}
#lotuslang li
{
margin-right:20px;
}Forum: Plugins
In reply to: [Polylang] Mobile menuThanks, I was able to hard code it in.
Forum: Plugins
In reply to: [Polylang] Mobile menuI found how to add the switcher to the footer and sidebar, but I would like it to appear at the top of the site, in the header if possible?
Forum: Plugins
In reply to: [vSlider Multi Image Slider for WordPress] Vslider captions not showingNevermind, ditched vslider and went with something different.
Forum: Plugins
In reply to: [vSlider Multi Image Slider for WordPress] Vslider captions not showingJust asking for help again, thanks. Anyone else have this issue?
Forum: Plugins
In reply to: [vSlider Multi Image Slider for WordPress] Vslider captions not showingHi, anyone want to take a stab at this? Much appreciated.
Forum: Fixing WordPress
In reply to: PayPal button with "click to accept"Closed.
Forum: Fixing WordPress
In reply to: PayPal button with "click to accept"I may have figured this out…
Forum: Fixing WordPress
In reply to: PayPal button with "click to accept"I see so many people asking how to do this in the forums, but no answers. Anyone??
Forum: Fixing WordPress
In reply to: PayPal button with "click to accept"Thanks esmi. I’m not good enough at javascript to handle that.
Going by this, https://en.support.wordpress.com/paypal/, it says you have to use the “email code” instead of the “button code.”
I couldn’t figure out how to use the script along with the email code.
Jon