Embedded videos are not displayed in chrome inside the custom fields
Started by: jasonL-10
in: Toolset Professional Support
Quick solution available
Problem:
The user is using and embed from vimeo in the middle of the page. In Chrome Desktop the embed displays at the top of the page.
Solution:
This was caused by a CSS rule in the child theme, once removed the issue was resolved.
2
13
4 years, 2 months ago
jasonL-10
Remove category slug from URL of custom Taxonomies
Started by: julesW
in: Toolset Professional Support
Quick solution available
Problem:
I've created two custom category taxonomies and am looking for a setting to prevent the taxonomy slug from showing in the URL.
Solution:
There isn't such kind of built-in feature within Toolset, you can try other plugin, for example:
https://wordpress.org/plugins/remove-taxonomy-base-slug/
Relevant Documentation:
3
6
4 years, 2 months ago
julesW
Installing GDPS compliant Banner
Started by: ilonaB-2
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user wanted know how to add a script to the header of their website.
Solution:
This is possible to do with Toolset, however you will need to wrap the script tag in one of the WordPress hooks that allow you to insert the script into the header.
You can use the hook below.
function wpb_hook_javascript() {
?>
<!-- Start cookieyes banner --> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/fcec4432640d070c50f260b1/script.js"></script> <!-- End cookieyes banner -->
<?php
}
add_action('wp_head', 'wpb_hook_javascript');
This can be added to the Toolset Custom code settings in Toolset -> Settings -> Custom Code, ensure that it is activated once you've set it up. If you want to have the code run only on the frontend then you will need to check only the frontend option.
Alternatively you can use the plugin below to add the script as well.
https://wordpress.org/plugins/insert-headers-and-footers/
2
3
4 years, 2 months ago
ilonaB-2
Picture at gallery does not update
Started by: danielR-18
in: Toolset Professional Support
Quick solution available
Problem:
The user was changing the featured image of a product, but it was not updated on the products archive.
Solution:
The user is using an Image custom field in the archive template, instead of the featured image. The custom field's image was not updated.
3
23
4 years, 2 months ago
Jamal