|
Display Custom Post Type Fields in Genesis Header
Gestartet von: christophS-4
in: Toolset Professioneller Support
Quick solution available
|
|
2 |
3 |
vor 6 Jahren, 9 Monaten
christophS-4
|
|
Where are the Templates stored?
Gestartet von: christophS-4
in: Toolset Professioneller Support
|
|
2 |
2 |
vor 6 Jahren, 9 Monaten
Nigel
|
|
Layouts columns do not work
Gestartet von: christophS-4
in: Toolset Professioneller Support
Quick solution available
|
|
2 |
3 |
vor 6 Jahren, 9 Monaten
christophS-4
|
|
Custom Field with Url and link text
Gestartet von: christophS-4
in: Toolset Professioneller Support
Quick solution available
Problem:
The basic issue here is that the customer wanted to add text to a url from a another Types field.
Solution:
To do this you can print out the shortcodes in a format like this.
<a href="[types field='url' output='raw'][/types]">[types field='text'][/types]
|
|
2 |
3 |
vor 6 Jahren, 9 Monaten
christophS-4
|
|
How to report Beta Version issues
Gestartet von: fabioG-4
in: Toolset Professioneller Support
Quick solution available
Problem:
How can I report issues with a Beta version of your plugins?
Solution:
You can report them as used to like in other tickets.
Always mention that this is a Beta test environment and that you encountered "X" Problem in "Y" situation.
Often we will ask for a copy of the site, in order to achieve your same environment faster and enabling ourselves to solve the problem faster.
Beta Reports receive the same attention as "normal" reports, but it may be that a Solution will not be published as fast as it would for a stable release.
|
|
2 |
5 |
vor 6 Jahren, 9 Monaten
fabioG-4
|
|
Test-Site funktioniert nicht
Gestartet von: thomasK-7
in: Toolset Professioneller Support
|
|
2 |
3 |
vor 6 Jahren, 9 Monaten
Beda
|
|
Adding template for checkbox loop
Gestartet von: matthiasG
in: Toolset Professioneller Support
|
|
2 |
5 |
vor 6 Jahren, 9 Monaten
Nigel
|
|
Showing only "1" accessible page to members
Gestartet von: philipS-2
in: Toolset Professioneller Support
|
|
2 |
2 |
vor 6 Jahren, 9 Monaten
Nigel
|
|
Individual Links for buttons
Gestartet von: philipS-2
in: Toolset Professioneller Support
Quick solution available
Problem:
The essential problem in this thread is that the user wanted to dynamically allocate a link to a button in his code.
Solution:
To do this you will need to provide the link using the shortcode from a custom field that contains the link in the format.
<p><a href=" [types field='saleslink_test' output='raw'][/types] " class="btn btn-danger" role="button">GET MY FILE</a></p>
|
|
2 |
3 |
vor 6 Jahren, 10 Monaten
philipS-2
|
|
View mit zufälliger Auswahl an Artikeln derselben Kategorie
Gestartet von: uweH
in: Toolset Professioneller Support
|
|
2 |
5 |
vor 6 Jahren, 10 Monaten
uweH
|
|
Map marker pop-up open on page load
Gestartet von: alexd-6
in: Toolset Professioneller Support
Quick solution available
Problem:
A map has a single marker which has some content that appears in a pop-up when clicked. How is it possible to have the pop-up already open on page load?
Solution:
You would need to add some custom JS to your map:
( function( $ ) {
$( document ).bind( 'js_event_wpv_addon_maps_init_map_completed', function(){
var mapId = Object.keys(WPViews.view_addon_maps.maps)[0];
var map = WPViews.view_addon_maps.maps[mapId];
var mapsMarkers = WPViews.view_addon_maps.markers[Object.keys(WPViews.view_addon_maps.markers)[0]];
var markerId = Object.keys(mapsMarkers)[0];
var marker = mapsMarkers[Object.keys(mapsMarkers)[0]];
WPViews.view_addon_maps.infowindows[ mapId ].setContent( $('div.js-wpv-addon-maps-marker-'+markerId).html() );
WPViews.view_addon_maps.infowindows[mapId].open(map, marker);
});
})( jQuery );
|
|
2 |
7 |
vor 6 Jahren, 10 Monaten
Nigel
|
|
Since setting up access Tab is not shown in Ukuupeople
Gestartet von: Kai Gärtner
in: Toolset Professioneller Support
|
|
2 |
9 |
vor 6 Jahren, 10 Monaten
Christian Cox
|
|
Avia Advanced Layout Builder funktioniert nicht
Gestartet von: svendN
in: Toolset Professioneller Support
|
|
2 |
2 |
vor 6 Jahren, 10 Monaten
Christian Cox
|
|
Drittanbieter Benutzerdefinierte Felder in Views
Gestartet von: stefanM-6
in: Toolset Professioneller Support
Quick solution available
Problem:
Kann man Benutzerdefinierted Felder von Drittanbietern in Views als Custom Search gebrauchen?
Solution:
Das Problem hier ist das wir (Toolset) nicht wissen was für arrays zu erwarten sind von sogenannten "Drittanbieter Felder".
Damit ist es einfach nicht möglich ein komplexes Feld in einer Views zu v verwenden oder sons two, da meistens fehlerhafter output entsteht.
Nur "Simple Felder" können und sollten dafür benutzt werden, oder eben Types Felder (z.bsp. Adresse).
|
|
2 |
2 |
vor 6 Jahren, 10 Monaten
Beda
|
|
Spiderfying Map Marker
Gestartet von: christianS-11
in: Toolset Professioneller Support
Quick solution available
Problem:
The issue here is that if you have multiple markers on the same address they will not show correctly or elegantly. So the customer wanted to know if there was a way to spiderfy his map
Solution:
The good news about this is that this feature is coming to our maps version 1.4.1 and will use this API below to do the spiderfy
https://github.com/jawj/OverlappingMarkerSpiderfier
|
|
2 |
3 |
vor 6 Jahren, 10 Monaten
christianS-11
|