streamworksaudio
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kadence] Incorrect Breadcrumbs on Product PageThanks Karla,
I do not run any caching plugins on our server so it cannot be caused by caching. Unless there are some orphan records in the meta data table that could be giving Kadence problems. It is only happening for one product.
Here is the default breadcrumbs with the said product:
Here is the same product using Rankmath’s breadcrumbs:
You can see that default breadcrumbs are not showing the final category.
Cheers
I am talking about the Free version (Dokan Lite).
On the store page, there is a ‘Contact Vendor’ form. When a message is submitted from this form the mail goes to the vendor’s email, however the ‘Reply-To’ for that email is the email address set in the WooCommerce email settings. It should be the email of however sent the form.
Forum: Themes and Templates
In reply to: [Kadence] Incorrect Breadcrumbs on Product PageThanks Karla,
I did think of that, so I removed all categories from the product and saved it – then I selected only one category and the breadcrumbs always showed the wrong category.
Only thing I can think of is that there is some orphan meta data in the database somewhere that is confusing the theme. Or a bug 🙂
It is working fine with Rankmath’s breadcrumbs though.
Cheers
I gave it another shot and double checked my priorities and it is now working.
Thanks!
Thanks Jahidul,
I was in fact just doing some testing on this. I have to check the priorities, but I was unable to load mine before Dokan’s.
However I was able to Elementor’s Custom Code to enter custom CSS that overrode Dokan’s. So I might have to do it that way, but I would prefer to have them in my own CSS file.
I will try again with the priorities.
Cheers
Forum: Themes and Templates
In reply to: [Kadence] Dokan SupportHi Hannah,
Thanks for the reply. I am currently testing this on a local site so I cannot share a link.
I am thinking I might be able to create some CSS to override some of the styles.
Suggestion, perhaps it would make more sense to use the hook woocommerce_review_order_before_submit to place the reCaptcha? This should put it right over the ‘Place Order’ button.
Is there a way one can change the hook somehow?
Cheers
Forum: Themes and Templates
In reply to: [Kadence] Incorrect Breadcrumbs on Product PageJust to add, if I set the breadcrumbs to use Rankmath (and set Rankmath to use Product Categories as the primary taxonomy) everything is fine there.
- This reply was modified 4 years, 7 months ago by streamworksaudio.
How about editing a product? It might be wise to also need to approve changes made to a products.
Cheers
Forum: Themes and Templates
In reply to: [Kadence] Dokan SupportHere is the store profile with the banner on top and the store profile image that is supposed to be centered in the banner….
https://drive.google.com/file/d/1q7xXPtkBM68-O4aj6q_3a2NMt-yXjigw/view?usp=sharing
In the vendor page almost all of the select menus have no drop down arrow and looks like an input field…
https://drive.google.com/file/d/1SeTVfd8dQVQviS5vJPY5fVh0jQ05rFQE/view?usp=sharing
https://drive.google.com/file/d/1i4lVzK9m1Hf5I680uDAvkRa8hzjZN9i1/view?usp=sharing
The Downloads section of an order on the vendor page has no padding for the table cells…
https://drive.google.com/file/d/1s3-zfZ16lVcLzrsLEw2gdBuCG_iXCiC_/view?usp=sharing
I am sure that these are simple CSS conflicts between Kadence and Dokan where either Kadence’s styles override Dokan’s styles or what Dokan expects to be as a default. This is the case of Kadence setting
to display:block where Dokan expects the default (which would be display:inline).
I have already asked the Dokan team here on WordPress how one can de-register their styles so I can tweak them and re-queue them but they have not replied.
I guess I can just do some CSS tweaks here and see what works and what doesn’t.
Cheers
Forum: Themes and Templates
In reply to: [Kadence] Dokan SupportHi Kevin,
As I say, for the most part it looks fine, just some small issues with styles mainly. I.E the theme has the style of ‘display:block;’ for images which makes the store’s profile image not line up correctly on some of the store design presets.
I will try to gather some screenshots today and post them to give you a better visual representation.
Cheers
Forum: Themes and Templates
In reply to: [Kadence] Woocommerce Checkout – Additional InformationThanks for the info Ben, I will have a look at the plugin.
Cheers!
Forum: Themes and Templates
In reply to: [Kadence] Elementor Product Template and Kandence BreadcrumbJust thought I would follow up to say that this has been fixed in latest update.
Thanks again!
Forum: Themes and Templates
In reply to: [Kadence] Elementor Product Template and Kandence BreadcrumbThanks Ben!
Forum: Themes and Templates
In reply to: [Kadence] Elementor Product Template and Kandence BreadcrumbThanks for the reply Ben,
I assume when you talk about the Breadcrumbs being hooked into ‘woocommerce_before_single_product’ I assume you mean that is how Kadence does it? As the core template for WooCommerce only hooks the ‘woocommerce_output_all_notices’ function on that hook.
If so, is it a custom function that Kadence runs to show the breadcrumbs or is it WooCommerce’s own ‘woocommerce_breadcrumb’. If I know the function that us used I can add a remove_action to our own custom plugin to remove the breadcrumbs.
I am not sure exactly how or when Elementor is hooking into to replace the WooCommerce template, perhaps the same ‘woocommerce_before_single_product’ hook?
Cheers
- This reply was modified 5 years, 4 months ago by streamworksaudio.
- This reply was modified 5 years, 4 months ago by streamworksaudio.