Digital experiences for all disciplines
Forum Replies Created
-
-
Thanks!
<3 Thanks!!
April 24, 2015 at 8:26 am in reply to: Post Meta & Curtain Slider Problems after upgrade (from Cardinal) #167993This reply has been marked as private.February 19, 2015 at 9:32 am in reply to: sf_mail_icon and others not displaying in team contacts #151485It works thank you!
You can resize the gif yourself and just overwrite it on your FTP. Use the same name as WordPress for the different Versions.
See as example: http://parcyvall.com/arbeiten/ (the sparkling wine bubbles)
Kind regards,
SimonFebruary 17, 2015 at 11:26 am in reply to: Use the %portfolio-category% tag in the Portfolio permalink base #150834Never mind. Sorry about that. I just updated to Version 2.0.3 which broke the fix in the functions.php 😉
Kind regards,
SimonFebruary 17, 2015 at 11:11 am in reply to: Use the %portfolio-category% tag in the Portfolio permalink base #150828Hi, I just noticed that with the solution above the permalink for media files is still messed up and does not replace the tag with the proper word.
Kind regards
SimonFebruary 9, 2015 at 12:42 pm in reply to: Use the %portfolio-category% tag in the Portfolio permalink base #148373I understand that. I just would expect this to work, as it is possible with the standard WordPress permalinks.
If you’re not going to integrate it, I completely understand, and I’ll just add it myself 🙂
Kind regards
SimonFebruary 9, 2015 at 12:10 pm in reply to: Use the %portfolio-category% tag in the Portfolio permalink base #148353Yes, it’s working fine. Although it seems like an unnecessary step. Shouldn’t this be integrated in the Theme?
Kind regards
SimonFebruary 9, 2015 at 9:14 am in reply to: Use the %portfolio-category% tag in the Portfolio permalink base #148265Hi,
I added this to the themes function.php:
add_filter('post_type_link', 'swift_portfolo_permalink', 1, 3); function swift_portfolo_permalink($permalink, $post_id, $leavename) { if (strpos($permalink, '%portfolio-category%') === FALSE) return $permalink; // Get post $post = get_post($post_id); if (!$post) return $permalink; // Get taxonomy terms $terms = wp_get_object_terms($post->ID, 'portfolio-category'); if (!is_wp_error($terms) && !empty($terms) && is_object($terms[0])) $taxonomy_slug = $terms[0]->slug; else $taxonomy_slug = 'portfolio-category'; return str_replace('%portfolio-category%', $taxonomy_slug, $permalink); }
I would still appreciate feedback if this is the right way to go.
Kind regards
SimonHi, I am really sorry to have caused you all that trouble. Turns out cloudflare was serving me cached files no matter what browser I was using or what cache I cleared locally.
Now I can see every button but I still can’t fix the issue where the Blog Item is not fullwidth, all tough I set it that way.
Thanks for your help and patience!!!
Great support, as always!Kind regards
SimonAttachments:
You must be logged in to view attached files.I was not yet able to test it on another computer.
In the meantime I have created a page called “Support” with an asset that does not display the buttons when edited.kind regards
SimonI deleted all cache, on the wordpress installation and in safari. I tried a completely different internet connection and different user accounts. I switched of every plugin, emptied the cache again, the problem does still occur.
When switching back to 1.95 everything is fine instantly.
Where you able to reproduce the problem on your end before emptying the cache or was it fine from the start?
kind regards
SimonCould you please tell me what you did exactly?
I can’t replicate on my end. I purged the page from cache, deleted all cache and still the buttons do not show.kind regards
Simon -