housebg
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Posts pagination not working?Thanks for asking this. I also have a blog with lots of posts with pagination. I’ve been reluctant to go to AMP until I know these will continue to be paginated. Following…
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] facebook commentsUPDATE: I have fixed this on my setup.
For anyone else following this, here is what I did…
1.) REMOVED the Facebook Comments Plugin
2.) Added the script from the documentation into the custom header html in the AMP for WP plugin:
https://www.ampproject.org/docs/reference/components/amp-facebook-comments
3.) Using the Ad Inserter Plugin, added the html for the form for both my non-amp pages and the version on the documentation above for the Amp pages.Both are now working, so please go ahead and mark this resolved.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] facebook commentsSorry, I thought that was clear when I said I have done all the same steps.
Facebook comments enabled for every post. Checked that it was not “disabled”. Shows fine on every post on “normal” pages.
Will NOT display on AMP pages
Normal page: https://welovesharks.club/the-kavachi-volcano-sharks/
Amp page: https://welovesharks.club/the-kavachi-volcano-sharks/amp/Notice that it is display the title “Join the Discussion” – but not the actual form itself for the Facebook comments.
I enabled in the AMP WP plugin (screenshot)
https://www.dropbox.com/s/lzhj6xfpxxmaqpz/Screen%20Shot%202017-07-12%20at%2011.31.10%20AM.png?dl=0On the Facebook Comments plugin, I left the defaults (screenshot)
https://www.dropbox.com/s/cgn189ytuaikifw/Screen%20Shot%202017-07-12%20at%2011.35.59%20AM.png?dl=0This is the last thing I need to get working, everything else has been fantastic. I even found a work around for the Category AMP issue by building pages with the Display Posts Shortcode and using those in my custom AMP menu. Fantastic work on this plugin.
Hopefully you can tell me what I need to do to get these Facebook comments working on the AMP pages.
Thanks!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] facebook commentsI have the exact same problem – exact same steps. Installed the plugin, facebook comments work fine on non-AMP pages. Turned on support in AMP for WP, no facebook comments. That was one of the main reasons I installed your plugin, so really need a solution here.
Did you push this fix? I currently cannot get the redirect to trigger at all. it blocks the content, but no redirect. And this is a single page – not archive.
Forum: Plugins
In reply to: [Advanced Database Cleaner] Activating PremiumThank you – I will check. I understand support pro version restrictions, and that makes sense – but I think putting in the FAQ is a good option. That way if you are sleeping when someone purchases they know what to do ??
Forum: Plugins
In reply to: [ImageInject] Pixabay errorI’m having the same type of problem with Pixabay, although I didn’t not get the same error. Nothing comes back from Pixabay on any search, and I can only access from Flickr
I get a pink bar that says “Pixabay error: no content could be found”
The first couple of searches works, then all of a sudden nothing came back from Pixabay. I’ve confirmed there are photos on Pixabay that match the search terms.
Forum: Plugins
In reply to: [NoSpamNX] Deprecated function __ngettext needs to be replaced@kubi23 – I just tried this myself and it worked fine.
Just changed it to the single underscore n (_n) in both the lines referenced above, and it worked perfectly.
Could you please get this into a future update for us?
Forum: Themes and Templates
In reply to: Theme Development – auto update changlog and iframe issueNevermind – I figured it out. The iframe is setup to pull in the page from the repository for free themes, and has a negative margin applied to hide the top header. By adjusting my html file I was able to work around this.
BTW, you can do this with an ugly CSS hack, by grabbing the ID of the specific page or post and using display:none. It’s really not ideal to be sure – but if you’re stuck…
It would look like this in your CSS
#post-2237 .dd_post_share { display:none !important; }
Same issue, need to remove from specific pages. Coupled with broken compact view on pinterest – may have to remove and add manually to theme.
Lack of a way to exclude from specific pages will force me to create separate page templates and do everything manually. Not ideal…
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Pinterest Compact not showing CountSorry, this is truly still open.
On any post or page that does not have any pins, the compact button is displayed without the count box.
Expected behavior is that the count box shows, with a 0 in the box.
Again – this applies to normal display NOT the floating display.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Pinterest Compact not showing CountMy Apologies.
As soon as I posted this, I went and checked the site again and not it is working. Must have been some sort of delay in updating.
Sorry, I should also mention that this site is built with iThemes Builder using a child theme – if that factors into the problems at all…
I might have different issues going here, as I don’t see the javscript showing as loaded when I look in Firebug.
I have a copy of my clients site on my dev server at clients2.xigko.com
We’re trying to track statistics for the businesses that have purchased a listing on his site. Here is an example
https://clients2.xigko.com/diving/details/dive-key-west/We need to track clicks to the business website, and clicks on the phone number – along with standard page views.
I tried to add onclick to the phone number, nothing showed up. And the website link gives the 404 error every time, doesn’t matter which one we choose.
Ultimately, once we get this data collecting the plan is to provide a link on the bottom of these pages that pops up statistics into an overlay for the business owner and shows them the page views, unique human visitors, clicks on the website and clicks on the phone number. I have downloaded the shortcodes plugin also – but need to get these two issues working in the admin first.
Thanks in advance!