CalvT
Forum Replies Created
-
Forum: Plugins
In reply to: [Hammy] call_user_func_array() ErrorHi Jason
Care to specify what that alternative is? So people reading this thread may be able to resolve their issues by using this other plugin.
Thanks
If you are using CF7_GET key why are you wanting a placeholder? The field will be prefilled with your text anyway, so a placeholder wouldn’t be seen.
EDIT: Re-Read your post – missed the second bit! Have you tried
[dynamictext* your-registration-key "CF7_GET key='regid'" placeholder "Registration ID"]Forum: Themes and Templates
In reply to: [Hueman] Added Image Borders Disappearing on Right SideDo you have chrome? I dont use firefox, so something similar may be included with it. Or with firebug.
But if you use chrome and select inspect element, you can often see that some of the css values on the side have a line through them. This means that the css value is being over ridden by another value. It could be something to do with that.
Sorry am on my phone so can’t check your site right now. Will try later.Forum: Fixing WordPress
In reply to: Remove a WooCommerce Button<a href="/?add-to-cart=1284" rel="nofollow" data-product_id="1284" data-product_sku="BDA01" class="button add_to_cart_button product_type_simple" style="visibility: visible; opacity: 1; top: 81.5px;">Add to cart</a>The code…..
Forum: Fixing WordPress
In reply to: Doesn't show up in cpanelIf your website is for example http://www.example.com – type that into your browser…
This is if it is installed directly into public_html.
If it’s in a folder in public_html (I’ll call mine folder1) you will need to type in http://www.example.com/folder1
Chrz