-
Posts
837 -
Joined
-
Last visited
Everything posted by vidmarc
-
Social Media AddThis buttons not displaying
vidmarc replied to vidmarc's topic in Customising Look & Feel
OK, I've now worked out the problem. My Mac wasn't displaying the green cookie compliance token in the bottom left corner of the browser, and the social media options were working fine. On other computers, it is displayed and the social media link are not being displayed. I switced off cookie compliance mode and voilĂ , there they all were. So it would appear that it's a bug of some sort which is interfering with social media settings and cookie compliance settings. How to fix? -
Does anybody know what this means? PHP: [Warning] /home/fabpress/public_html/includes/lib/smarty/sysplugins/smarty_resource.php:349 - filemtime() [function.filemtime.php]: stat failed for /home/fabpress/public_html/skins/blueprint/skins/blueprint/templates/element.image_slider.php [Warning] /home/fabpress/public_html/includes/lib/smarty/sysplugins/smarty_resource.php:349 - filemtime() [function.filemtime.php]: stat failed for /home/fabpress/public_html/skins/blueprint/skins/blueprint/templates/element.slider.php [Warning] /home/fabpress/public_html/includes/lib/smarty/sysplugins/smarty_resource.php:349 - filemtime() [function.filemtime.php]: stat failed for /home/fabpress/public_html/skins/blueprint/skins/blueprint/templates/layouts/three_column.php [Warning] /home/fabpress/public_html/includes/lib/smarty/sysplugins/smarty_resource.php:349 - filemtime() [function.filemtime.php]: stat failed for /home/fabpress/public_html/skins/blueprint/skins/blueprint/templates/element.breadcrumbs.php [Warning] /home/fabpress/public_html/includes/lib/smarty/sysplugins/smarty_resource.php:349 - filemtime() [function.filemtime.php]: stat failed for /home/fabpress/public_html/skins/blueprint/skins/blueprint/templates/widgets/regional.php
-
Social Media AddThis buttons not displaying
vidmarc replied to vidmarc's topic in Customising Look & Feel
I'll have a go tomorrow, he's not at all technical (not that I'm much better!). -
Social Media AddThis buttons not displaying
vidmarc replied to vidmarc's topic in Customising Look & Feel
He's popping round tomorrow, hopefully we'll be able to work out what's happening. -
Social Media AddThis buttons not displaying
vidmarc replied to vidmarc's topic in Customising Look & Feel
Sadly it's more complex than this - he has indeed ticked the CAP acceptance. He sees no social media options but from here I see three rows. AddThis / Facebook / Google+ I think it may be a firewall or security setting somewhere on his Mac or router etc perhaps? -
Social Media AddThis buttons not displaying
vidmarc replied to vidmarc's topic in Customising Look & Feel
Thanks for that - let's hope it's as simple as that -
Social Media AddThis buttons not displaying
vidmarc replied to vidmarc's topic in Customising Look & Feel
Both sites have AddThis enabled in the Social media plugins section of Cubecart, I see this on the Fab Press product pages: and this on the Nucleus product pages: -
Social Media AddThis buttons not displaying
vidmarc replied to vidmarc's topic in Customising Look & Feel
I've posted a message to the AddThis support team. -
Adding a Facebook "like" button to our home page
vidmarc replied to vidmarc's topic in Customising Look & Feel
I installed the most up to date Blueprint a few days ago. Not sure what else I can do? -
Adding a Facebook "like" button to our home page
vidmarc replied to vidmarc's topic in Customising Look & Feel
Thanks for the feedback. I have the Facebook plugin enabled. I also have the latest CC installed and the latest Blueprint theme installed. How do I upgrade the Facebook plugin? It sounds a bit confusing. -
Social Media AddThis buttons not displaying
vidmarc replied to vidmarc's topic in Customising Look & Feel
If you take a look at my site which uses the same theme you will see it displaying with no problem. http://www.nucleusfilms.com/video-nasties-the-definitive-guide-2-signed.html -
http://developers.google.com/speed/pagespeed/insights It sounds depressing. Is it worth worrying about?
-
They display fine on my old Mac in Safari, but not on the guy's 2 Macs who I built the site for. He's tried using several different browsers and none of them display the AddThis buttons row. http://www.fabpress.com/books/nightmare-usa-hardback.html
-
This doesn't work on our home page. We have the ShopDev Blueprint theme installed. Can anyone help? <div class="wrapper"> <h3>Mailing List</h3> <div class="content"> <form action="http://www.fabpress.com/index.php" method="post"> <p> <label for="subscribe">Enter your e-mail address to receive our newsletter</label> <input name="subscribe" id="subscribe" type="email" placeholder="Email Address" required class="required" maxlength="250" title="Email Address"/> </p> <input type="submit" class="button" value="Subscribe Now" /> </form> </div>
-
Looking through sales logs, it seems nobody has ever paid for anything in a foreign currency, the issue we appear to have is that, although the currency changes on screen, we have NEVER actually had an order completed and paid for in either Euro or Dollars. Our old website it used to happen all the time, so something is not working as it should. Any ideas?
-
Adding a Facebook "like" button to our home page
vidmarc replied to vidmarc's topic in Customising Look & Feel
Shouldn't this option be part of the Facebook social media plugin already installed? It would simply mean adding an option in the skin for it to work without having to made manual edits (which I am no longer going to do). Basically you need to add an iFrame: <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nucleusfilms.com&width=150&layout=button_count&action=like&show_faces=true&share=true&height=21&appId=186862398157406" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe> Or it can be done with HTML5: Initialize the JavaScript SDK using this app: Include the JavaScript SDK on your page once, ideally right after the opening <body> tag. <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&appId=186862398157406&version=v2.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> Place the code for your plugin wherever you want the plugin to appear on your page. <div class="fb-like" data-href="http://www.nucleusfilms.com" data-width="150" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div> Or a simple url: Use this URL in an iframe or as a link to your plugin. http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nucleusfilms.com&width=150&layout=button_count&action=like&show_faces=true&share=true&height=21&appId=186862398157406 -
What's the quickest way of deleting spamabot customers?
vidmarc replied to vidmarc's topic in Technical Help
Had the reCAPTCHA enabled, it made no difference whatsoever. I disabled it last week. -
I've been going through the list and removing them one by one, but it means having to keep going back to view the complete customer list each time. Is there a quicker way?
-
I wish I'd have known he wasn't replying to support request before paying for a Blueprint skin yesterday.
-
That links to our Facebook business page. Any tips on how to do this? Can I add a box via the admin area in which to insert the Facebook code?
-
I can't remember what I upgraded from. Last upgrade was about a year ago.
-
I've been told by Al that it's a bug in the Blueprint skin.
-
I'm using the "By Weight" module. All postage rates have been entered so not sure what the problem could be. I upgraded to the latest CC yesterday.
-
Yes, we ship anywhere. What would be causing that? We've shipped to the US in the past.
-
Some users can't get through to checkout without getting an error - can somebody have a look and see if there are obvious problems I can't see? http://www.nucleusfilms.com/ Thanks