Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Can you show us the link? You can also use private reply option.
Let us know,
Thanks,
laranz.Hi,
It scores 81 in pingdom http://tools.pingdom.com/fpt/#!/duQkNp/http://www.wunschraeuber.de/ and it loads fast for me in the browsers too. You can use W3 cache plugin without minify option to increase the speed too.
Let us know,
Thanks,
laranz.Hi,
Use this Custom CSS in Theme Options.
Red color:
.woocommerce .order_details li, .woocommerce-page .order_details li { font-size: 1.2em; }
orange:
.woocommerce-checkout .my-account-left { display: none; }
Blue & grey:
I can’t reproduce that in my local, can you give details to reproduce that?
Let us know,
Thanks,
laranz.Hi,
That is the default behavior of the tab element, in the mobile display it display like that, because there is only less space. And also no option to change the tab element to accordion on mobile it takes a lot of code changes, we can’t do that in support. I am afraid to say.
Let us know,
Thanks,
laranz.January 19, 2015 at 7:52 am in reply to: Maintaining spacing with photos and Pictures to appear clean and consistency #142272Hi,
You either use same size images, or try to use our page builder elements, like columns and single image elements, you can make it elegant with those 🙂
Let us know,
Thanks,
laranz.Hi,
It is strange, I run windows 8.1 and check on all the browsers, it works without any issue, can you try deactivate all plugins, clear cache if any and check that in the windows system.
Let us know,
Thanks,
laranz.Hi,
What you want to show on the excerpts on facebook? Here: https://trello-attachments.s3.amazonaws.com/54b1a142e573a713f57a70fd/498×294/0bc0838b2216cda02169d021c7fac2bd/upload_2015-01-14_at_11.34.39_pm.png
Let us know,
Thanks,
laranz.Hi,
I tried this site, http://palmyhealing.com/feed/ but it shows the image as you want. Screenshot: http://take.ms/keVd9
Let us know,
Thanks,
laranz.January 18, 2015 at 8:44 pm in reply to: search results pick up column breaks of portfolio posts #142229Hi,
You mean, you want custom excerpt for team members instead of the excerpts auto generated by WordPress??
If so you can change that when it gets printed,
$search_item .= '<div class="excerpt">'.$post_excerpt.'</div>';
to
$search_item .= '<div class="excerpt">'.$custom_excerpt.'</div>';
Let us know,
Thanks,
laranz.Hi,
Glad it works 🙂
Let us know, if you have any other questions.
Thanks,
laranz.January 15, 2015 at 11:02 am in reply to: search results pick up column breaks of portfolio posts #141667Hi,
In that line, instead of this
$post_excerpt = strip_shortcodes(get_the_excerpt());
Try this
$post_excerpt = strip_tags(strip_shortcodes(get_the_excerpt()));
Let us know,
Thanks,
laranz.Hi,
Try this,
.page-heading h1, .page-heading h3 { text-align: center; }
Let us know,
Thanks,
laranz.January 14, 2015 at 7:29 am in reply to: search results pick up column breaks of portfolio posts #141344This reply has been marked as private.Hi,
If you provide not_in parameter means, it will exclude those authors, so make sure you give correct author ID array. I see only 11 comments in your site, so all the other 10 is from the post author, I doubt.
Like @Rui said, it is out of support scope too. I suggest you to go through this set of query parameters, http://codex.wordpress.org/Function_Reference/get_comments to get what you want.
Let us know,
Thanks,
laranz.Hi,
It is fixed in the blog page you shown, for portfolio category can you try this Custom CSS.?
.page-heading h1, .page-heading h3 { margin: 0 48%; }
Let us know,
Thanks,
laranz. -