Home › Forums › Theone WordPress Theme › BM slider and blocks
Tagged: Team
- This topic has 9 replies, 2 voices, and was last updated 10 years, 1 month ago by
inception.
-
AuthorPosts
-
April 6, 2016 at 3:13 pm #10275
Hi,
First of all the theme is beautiful, thanks!I need a little help:
– In the home (BM slider), the logo background is small and the letters are wrapped incorrectly (i don’t want break-word), as in “screenshots”
– In the blocks (like “service” in default demo) long texts are cut, what can I change to adapt them (“screenshot2” picture)?Thanks.
April 6, 2016 at 4:12 pm #10278I have another question…sorry.
For the team I have created a page with the “page builder” by setting “use template team” to OFF, but if I click on the page I cannot view content.
And can I open the team pages on a new page?Thank you
April 6, 2016 at 10:44 pm #10280Hi, thank you for purchasing our theme
1. please refer this post: https://seatheme.net/forums/topic/probleme-with-logo-container/
2. try to set the fullwidth wrap “height” as auto
3. you need to create a Team module in a page, the team item(which category set) will be shown on Team moduleApril 6, 2016 at 10:44 pm #10281This reply has been marked as private.April 7, 2016 at 8:52 am #10284This reply has been marked as private.April 7, 2016 at 1:49 pm #102851. Letters in BM slider are wrapped incorrectly (i don’t want break-word)
Could you give more tips? Did you talked the logo?
3. Sometimes, when you insert a new fullwidth wrap, the content of in new fullwidth wrap would not be shown.
Please edit the fullwidth wrap, save it at least once(see screenshot: https://www.dropbox.com/s/tj9gvsyxoyj61m5/QQ20150908-1.jpg?dl=0).4- Can I open the team pages on a new page?
Did you mean that opened the team item page in new tab?
April 7, 2016 at 1:51 pm #10286This reply has been marked as private.April 7, 2016 at 2:01 pm #10288This reply has been marked as private.April 7, 2016 at 3:06 pm #102901. there is little trouble for this problem. The Blur text effect is not fit for long words with in multi lines, it fits in single line text.
Because the js function split the word as single letter, it don’t know which letter is in same word.4. /functions/pagebuilder/modules/team.php
line 101:
<a class="team-item-title" title="<?php the_title(); ?>" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
update to:
<a target="_blank" class="team-item-title" title="<?php the_title(); ?>" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>April 7, 2016 at 3:09 pm #10291Ok, Thanks a lot!
-
AuthorPosts
- You must be logged in to reply to this topic.
