TEDS-IT
Forum Replies Created
-
Forum: Plugins
In reply to: [ICS Calendar] mobile responsiveplease check your info email account.
Forum: Plugins
In reply to: [ICS Calendar] mobile responsiveHi Room34, i did some testing but i cannot find the code i need to display a list or a vertical view (on a mobile device) of a workweek (mo – fri) days with all hours between 08:00 hrs and 17:00 hrs..
I hope you have some pointers?
TIA!
Forum: Plugins
In reply to: [ICS Calendar] mobile responsiveThanks for your help! Why i ask for this is to be able tp show customers which timeslots are available to book (instead of which are already taken) Different approach ??
Forum: Plugins
In reply to: [ICS Calendar] mobile responsiveHi Room34, thanks for the swift response.
My short code is [ics_calendar url=”https://mijn.24x7email.nl/home/[email protected]/website.ics” view=”week”]
If i select this is see the complete week. If i look at this page on my phone (android with google browser) i only see the day where tere are appionments instead of the complete week.
How can i show the complete week on a mobile device? The nomobile option shows the week horozizontal (like on the desktop) but not “per day”to scroll…
Forum: Themes and Templates
In reply to: [Customizr] Color change not working?….something with editting and rights ??
new altered file and all is ok…Forum: Themes and Templates
In reply to: [Customizr] Slider button link to external siteForum: Themes and Templates
In reply to: [Customizr] Slider button link to external siteThanks again!
This works now but i have one final challenge on this item..
I want to use “target= _blank” in the code below. I just can’t find the right spot fot this…
add_filter('tc_slide_link_url' , 'my_slide_custom_link', 10 , 2 ); function my_slide_custom_link( $slide_link , $image_id ) { //custom links array : image_id => link $image_links = array( '16' => 'https://vimeo.com/81040719', '51' => 'https://www.eddhawkes.co.uk/wp-content/uploads/2014/01/Union-Jack-Final.jpg', '13' => 'https://vimeo.com/81078747' ); //does nothing if the requested image_id is not a key of the array if ( ! array_key_exists( $image_id, $image_links ) ) return $slide_link; //else returns the custom link return $image_links[$image_id]; }
regards,
tedForum: Themes and Templates
In reply to: [Customizr] Slider button link to external siteThanks for the reply!
I saw a lot of code for this to work but this is not exactly what i ment.
Now, if you create a button you can direct it to a post or page (and i have seoslides, they are visible to).
Why can’t the Links in WP not be part of that array, i mean, the links are already in WP, why can’t i use these links?regards,
ted