idigmarketing
Forum Replies Created
-
Is it possible to get someone to look at this?
Just to add some more context I used this on another WP WooCom site & it works great. I had used the tutorial on your site. And so after having so much trouble getting it to work on this site I exported the container that was working from the other site & tried that… still only shows add to cart & doesn’t seem to be getting all of them either. Really confused and not sure if its the tag manager, ga4 or the plugin settings I have wrong.
You can see what I mean here: https://imgur.com/a/XoQuuWo
The website is sbsimpson.com
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No results in diviI have left Divi support a message as well to see if they have insights… do you think I should buy & install pro and use this function do you think that would get it working?
add_filter( ‘et_builder_plugin_compat_path_relevanssi-premium’, function() { return ET_BUILDER_DIR . “plugin-compat/relevanssi.php”; } );
https://www.relevanssi.com/knowledge-base/divi-page-builder-and-cleaner-excerpts/
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No results in diviOoooh I see!! one thing that just got me very very excited is it returned the search results (albeit messed up) FAST!! Much faster than Advanced Woo Search was doing… So hopefully that remains the case when I get this working properly within divi… I enabled the exlcude posts / exclude pages and still no results and the URL looks like this now – https://sbsimpson.com/?s=drill+bits&et_pb_searchform_submit=et_search_proccess
So it did remove some of the stuff… but not getting results still.
I read in your documentation the free version works with divi but I will need to buy the pro version anyways as I need the categories to display.. should I update to Pro and see how that goes with the function you guys have in documentation? would that get it to work do you think? Or should I check with Divi support first?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No results in diviThis is where I setup the search form to run tests from –
https://sbsimpson.com/relevannssi-test/wc product tables is disabled for search results but its still giving me no results
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No results in diviSo I disabled the table plugin for search results but I still get no results found… any ideas? https://sbsimpson.com/?s=drill+bits&et_pb_searchform_submit=et_search_proccess&et_pb_include_posts=yes&et_pb_include_pages=yes
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Add keys to wp_aws_index ?I tried Relevanssi really hoping it would be the cure but I disabled my other search plugin, removed the custom functions that were making it the right order incase they messed with Relevanssi & then installed, set up & indexed but when I do a search on the front end it returns No results found… not sure why
I enabled the backend search as well that works but not all that fast compared to how it was its maybe 15% faster at best. But would like to see it work on front end to be sure…
https://sbsimpson.com/relevannssi-test/
I should move this to their forum sorry just FYI.. .appreciate the advice but I can’t seem to get it going
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Add keys to wp_aws_index ?w4spUKxk < here you go
Yes it doesn’t seem to be very advanced lol
Strange its a standard RSS feed from a WordPress website. I haven’t done anything to the RSS feed its just exactly stock how it comes from WP. Isn’t this supposed to work with WP feeds? Any idea what I should do? do I need to adjust something in my WP site the feeds coming froms settings?
Forum: Plugins
In reply to: [WooCommerce added to cart popup (Ajax)] Need support (premium)Also seeking some support on the premium plugin I have bought. I am looking for a way to disable the plugin on specific products. I’ve come up with the following but seeking assistance determining if this will work before I implement :
function remove__construct() {
global $product;
$ids = array(2679320);
if(in_array($product->ID,$ids)):
remove_action(‘wp_enqueue_scripts’,array($this,’enqueue_scripts’));
remove_action(‘plugins_loaded’,array($this,’load_txt_domain’),99);
remove_action(‘wp_footer’,array($this,’get_popup_markup’));
remove_filter( ‘pre_option_woocommerce_cart_redirect_after_add’, array($this,’prevent_cart_redirect’),10,1);endif;
}add_action(‘wp_head’, ‘remove__construct’, 1);
Could you take a gander at that and correct where I’m wrong?
This is very odd as when I hit the link and open the file I see images:
See the image block there. But doesn’t appear. Am I doing something wrong?
[feedzy-rss feeds=”https://www.ajtek.ca/feed/rss” max=”3″ feed_title=”yes” refresh=”12_hours” sort=”date_desc” meta=”date, time” summary=”yes” thumb=”yes” http=”force” ]
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] ReportingYes I did find them in those tables. I’m able to do a search in wp_woocommerce_order_items and can find them… question is how to actually export that using WP all export or anything else… bit tricky to find them in the wp all export plugin but perhaps I’ll have to ask that plugin author as you suggest…