Dean
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] The results page is always emptyWas there a solution for this? I also use facetwp for filters, use elementor and fibosearch. Everything was working well until I added facetwp. Theres seems to be a conflict between facetwp and fibosearch.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Auto Ads injecting in rating widgetHere you go
Forum: Plugins
In reply to: [Comments - wpDiscuz] Auto Ads injecting in rating widgetThank you for the css fix!
The recaptcha error displays when I am logged out and appearing as a guest to wpdiscuz. I’m able to reproduce the error in incognito mode.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Auto Ads injecting in rating widgetI got this this problem fixed by modifying the ads styling code but I do have another issue that has been present on my site for quite awhile.
There is an issue with the recaptcha. When I go to an article on my website I get ‘reCaptcha Error: reCAPTCHA has already been rendered in this element’ .in google console this appears to be caused by wpdiscuz. As far as I can tell I don’t have another recaptcha service running on my site. Any ideas how I can fix this? thank you
Here is an example post that has this problem present. https://www.deancent.com/the-worst-porsche-944-turbo-saved/
Forum: Plugins
In reply to: [Autoptimize] Youtube embed breaking with Aggregrate JS files enabledMaybe an awesome plugin developer could incorporate this into their youtube embed plugin? nudge:nudge ;D
Thanks again Frank, I left you 5 stars since my issues are self-inflicted lol. Thank you for the great plugins and support!
Forum: Plugins
In reply to: [Autoptimize] Youtube embed breaking with Aggregrate JS files enabledI don’t believe I would be able to automatically have my recent uploads shown in this embed that way unless I am missing something.
That is the only reason I chose this method, it was the only way I could find to have an automated method of showing my most recent uploads on my site rather than always having to go into the embedded video object and updating the video links.
I saw your youtube lyte plugin, but like the rest of them it allows only a copy/paste method.
Forum: Plugins
In reply to: [Autoptimize] Youtube embed breaking with Aggregrate JS files enabledDo these settings not optimize other pages than just the main page?
I ran two of my blog posts through gtmetrix and it shows defer javascript is not working on my blog posts.
all of these scripts are not optimizing with autoptimize and async enabled:
https://www.youtube.com/yts/jsbin/player-vfl718orE/en_US/base.js (1.1MiB)
https://www.youtube.com/yts/jsbin/player-vfl718orE/en_US/base.js (1.1MiB)
https://www.youtube.com/yts/jsbin/player-vfl718orE/en_US/base.js (1.1MiB)
https://www.youtube.com/yts/jsbin/www-embed-player-vflrgX76v/www-embed-player.js
https://www.youtube.com/yts/jsbin/www-embed-player-vflrgX76v/www-embed-player.js
https://www.youtube.com/yts/jsbin/www-embed-player-vflrgX76v/www-embed-player.js
https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js (76.1KiB)
https://www.deancent.com/diy/homemade-penetrating-oil/ (75.9KiB of inline JavaScript)
https://youtube.com/watch?v=4loaw4usp-Y%3Frel%3D0%26modestbranding%3D1%26controls%3D1
https://youtube.com/watch?v=dMx-FMugEtA%3Fcontrols%3D1%26showinfo%3D0%26rel%3D0
https://youtube.com/watch?v=dMx-FMugEtA%3Frel%3D0%26modestbranding%3D1%26controls%3D1
https://static.addtoany.com/menu/sm.21.html- This reply was modified 6 years, 4 months ago by Dean.
Forum: Plugins
In reply to: [Autoptimize] Youtube embed breaking with Aggregrate JS files enabledThat did it! Thank you so much.
I was able to enable async with the Async plugin as well.
Thank you for the link, love learning the ‘why’ usually comes in handy down the road.
Forum: Plugins
In reply to: [Autoptimize] Youtube embed breaking with Aggregrate JS files enabledNot sure if this is helpful but this is the script I’m using to pull my recent youtube videos in.
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js”></script>
<iframe id=”youtube_video” width=”400″ height=”225″ frameborder=”0″ allowfullscreen></iframe>
<script>
var channelID = “UCkuRuUjHawvqzl33iz-9Nlw”;
$.getJSON(‘https://api.rss2json.com/v1/api.json?rss_url=https%3A%2F%2Fwww.youtube.com%2Ffeeds%2Fvideos.xml%3Fchannel_id%3D’+channelID, function(data) {
var link = data.items[0].link;
var id = link.substr(link.indexOf(“=”)+1);
$(“#youtube_video”).attr(“src”,”https://youtube.com/embed/”+id + “?controls=1&showinfo=0&rel=0”);
});
</script>Forum: Plugins
In reply to: [Autoptimize] Youtube embed breaking with Aggregrate JS files enabledThank you for getting back to me so quickly.
I see this in the error console with only ‘Aggregate JS-Files’ selected.
Uncaught TypeError: Cannot read property ‘match’ of undefined
at autoptimize_4c0bf93b413ae643858b3118e31ec36c.js:205
(anonymous) @ autoptimize_4c0bf93b413ae643858b3118e31ec36c.js:205Then I get this error with ‘Also aggregate inline JS?’ enabled
Uncaught TypeError: Cannot read property ‘getJSON’ of undefined
at autoptimize_03227ffcee7ad0d4f856d4fb31419267.js:214
(anonymous) @ autoptimize_03227ffcee7ad0d4f856d4fb31419267.js:214With Optimize javascript code turned off in autoptimize, and turned on in Async I get this error:
Uncaught TypeError: $ is not a function
at Object.success ((index):331)
at j (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at x (jquery.min.js:4)
at XMLHttpRequest.<anonymous> (jquery.min.js:4)I don’t expect any support for Async here, I just included it in case it was helpful in determining the cause of this issue.
I’ve left autoptimize ‘Aggregate JS-files?’ and ‘Also aggregate inline JS?’ settings on. I turned Async off so you can the errors on my site if interested.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Buttons and styling not showingUpdate 2: Purging the cache after upgrading to better font awesome 2.0.0 beta3 has completely fixed my issue.
All icons and styling appear to be back to normal.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Buttons and styling not showingupdate, I got some of the icons back. I had to update to better font awesome’s new beta then my icons came back.
Still some styling issues present though.
Forum: Plugins
In reply to: [W3 Total Cache] Fatal error: Class ‘W3TC\Config’ not foundYes this was resolved
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Permalink / shop base conflictHi nixiack8, I’m still having serious issues with my woocommerce store. I’m at a loss with what is going on and at the point where I think moving my blog from deancentgarage.com to deancentgarage.com/blog
and then moving
deancentgarage.com/shop to deancentgarage.com
Might be my only option.Just worried I am going to break a lot of things and set myself back weeks or months.
Hoping for an alternative if there is one. This is a screenshot of my current permalink structure.
https://www.deancentgarage.com/shop/wp-content/uploads/sites/2/2018/10/permalinks.jpg
I had to use Anywhere Elementors Post block tool to create product previews at the product view level below category because the default woocommerce product pages were completely broken and created an endless 404 loop. My guess is there is conflict somewhere but I cannot for the life of me figure it out.
I thought I had this figured out but found out my product pages are breaking other elements on the page and the filter button disappears which would make it difficult to narrow down results. Also the results from using a filter on category pages are also broken and again, creates an endless 404 loop.
I’m so close to having this store done, would really like to figure out this last big issue.
Here is a product page that has problems, google console is throwing lots of errors on these pages. The cart button at the top does not work (works great on every other page other than product pages), The filter button is missing, and the footer category dropdown and image slider break on these product pages.
Here is a page with the endless 404 loop. This is created after going to a category page, selecting ‘filter’ above categories and then selecting an option.
https://www.deancentgarage.com/shop/product-category/oil-system/oil-lines/?filter_color=black
This is how the product pages should look, I can only get to this page by going to
Wp admin–>products–>attributes–>color and then clicking view under one of options.
https://www.deancentgarage.com/shop/color/black/
This is exactly how a product page should look, less the filters of course.
Thnak in advance for any help.
Forum: Plugins
In reply to: [WooCommerce] Category pages not workingFigured it out, Elementor pro needed updating and is all good now.