Digital experiences for all disciplines
Forum Replies Created
-
-
Ok Ed, thank you for your understanding
OK, I hope that the developers will fix this problem soon, this function is quite substantial
Thank you Kylethe new social network is “Viadeo” exactly (http://fr.viadeo.com/fr/),
thanksAfter twitter and linkedin, right of the main menu
Ok, and you can also add the option 5 columns, it will be perfect.
Thanks
May 12, 2015 at 1:07 pm in reply to: Swift Page Builder> "Portfolio" does not work with "WPML" #174087I created à Blog test but the excerpt not appear, I don’t know
http://www.humour.pierrecommenge-design.com/test-blog-excerpt-styles/
OK, thanks Moammad, I hope that the developer will find a solution
Ok Mohammad, You can do what you want with this test, but then I have can make the changes on this column dimension.
Currently, the only solution is to transform the column 1/6 1/4 column, and then again transform the sixth column, it is not very convenient. Is this a bug template?
May 12, 2015 at 10:29 am in reply to: Swift Page Builder> "Portfolio" does not work with "WPML" #174002ok, thanks Rui
This reply has been marked as private.May 11, 2015 at 2:40 pm in reply to: Swift Page Builder> "Portfolio" does not work with "WPML" #173819Ok, when you create a post, the excerpt does not display the styles in WordPress (bold, color …). With this code, it works.
But if I use this code, the pages which contain a Portfolio does not load.
This is the only pb. Do I have to remove this code? If so, is there another way to display style
ok Kyle, thank you for this support
ok thanks, that’s what I thought. I’ll stay like that.
But how to change the background color on rollover please?
Ok thanks, I understand. To be as clear as possible, this is the result I would like (see screenshot please)
Currently, it works, except the second caption (http://www.humour.pierrecommenge-design.com/?p=13540)
The same result is it possible if I use the Portfolio?
Attachments:
You must be logged in to view attached files.May 11, 2015 at 1:35 pm in reply to: Swift Page Builder> "Portfolio" does not work with "WPML" #173788Thanks but if I use my code for style in custom excerpt, it don’t work
function improved_trim_excerpt($text) { global $post; if ( '' == $text ) { $text = get_the_content(''); $text = apply_filters('the_content', $text); $text = str_replace(']]>', ']]>', $text); $text = preg_replace('@<script[^>]*?>.*?</script>@si', '', $text); $text = strip_tags($text, '<p><a><strong><br /><font><h2><h3><span>'); $excerpt_length = 80; $words = explode(' ', $text, $excerpt_length + 1); if (count($words)> $excerpt_length) { array_pop($words); array_push($words, '[...]'); $text = implode(' ', $words); } } return $text; } remove_filter('get_the_excerpt', 'wp_trim_excerpt'); add_filter('get_the_excerpt', 'improved_trim_excerpt');
-