1359 comments found.
Hi, I would like to use the “video” shortcode : [su_video url=”http://www… [/su_video] but it doesn’t work with mobile phone. do you have a solution ? Thank you
Hi
Try insert just video link http://joxi.ru/DrloX9pi4Ddl4A
I would like to edit the copyright text. Where do I do this? (I am not very technical / knoledgable on CMS systems)...
Hi
You can do this on theme options page > tab general > Text in the footer block http://joxi.ru/a2XZ9GOSy9NKXr http://joxi.ru/KAgoaXWig0oJEA
Is there any update for optimize loading ??
Hi
Please read change log.
Hello, how can I create an item menu with no article or page linked because this item menu is the parent of sereral items menus and I don’t want the possibilitie to click on the parent item menu . ? thanks, regards
Hi,
Maybe just don’t add any URI when you create a custom menu item? It should work.
hi, I thought about that but the url is mandatory, do you have another solution ?
You can add ”#” sign. This works for sure.
-
I’d like to add a full length bio to the home page about section with it being cut off. I replaced the php call in the template file with the full length text, but now the blog section overlaps on mobile view because it is too long. I’ve tried clear classes on divs, etc. to no avail.
Hi
Could you send me URI your site?
Hi,
I wanted to activate slider revolution with my purchase code, it says that it is invalid.
since i am not a direct buyer and the slider revolution was included in the package what do i need to do? thanks Pascal
Hi
You don’t need to activate Revolution Slider. It’ll keep working for you without it. Just activate plugin that’s all
Well that’s the problem, it says it is not activated. and the only options i have is to register it https://drive.google.com/open?id=0B6CwM2bysz0tYWE4TVV6N3NKMWc
No, It is not a problem. You don’t need to register it in order to use it. Just use and that’s all.
Hi! When a user register to subscribe to my newsletter, he receives an email in text format, and not in HTML. Do you know how can I change that setting? Thank you!
Hi,
If I’m not mistaken, this letter comes from MC. So, it is somewhere in the MC account, you have to look there.
Hi, I didn’t find any option in my MC account. But when I subscribe by my MC signup form (http://eepurl.com/bTKl1P) i receive the email in HTML Format. So it might be linked with the subscribe function of the template.
Do you receive the confirmation emails in HTML on your version of the template using your MC account?
Hi,
Yes, it seems you are right. It is on the theme side. Sorry that I confused you. Pls, wait for the theme update (1-2 days), I will make it possible to control this parameter via WP filter, so you will change this easily.
thank you. Looking forward for the next version!
Hi, It has been 8 days now. Can you tell me when this new version will be available? Thank you!
Hi. Our back-end developer in vacation now. His name is Vitalii. And I don’t know why he didn’t add settings what you need. I tried to find in theme options setting to change email from text format to HTML. But it seems he didn’t add it, maybe he had some problems with that. Please give us more time. I promise you if it possible he add this settings
Ok. I’ll wait then for the next update. Thank you for the quick reply.
Thank you for your understanding
Hi,
Sorry, I forgot to tell you. The theme is already updated, you can find a new version 1.6.7 on TF. And you can use this piece of code (also you can find it commented out in functions.php of the child theme from archive of the item):
add_filter( 'uni_asana_theme_mailchimp_variables_filter', 'uni_asana_theme_mailchimp_variables_func', 10, 1 );
function uni_asana_theme_mailchimp_variables_func( $aListOfMCVars ) {
$aListOfMCVars['email_type'] = 'html';
return $aListOfMCVars;
}
Add this code to functions.php file of your child theme, for instance.
Nice. Thank you!
I am struggling. I have an embed code for a youtube video I want to get on my website. Can I get it integrated into the Grid module?
I would like it here: www.simonsakroyoga.dk/akroyoga which is based on the template “Values” I believe. Preferably in full screen video.
How and where can I do it?
Thanks.
The embed code: <iframe width=”560” height=”315” src=”https://www.youtube.com/embed/_owJ0Jc8H0U” frameborder=”0” allowfullscreen></iframe>
You website is locked be ‘coming soon’ page. I don’t see anything.
It’s locked yes, because I don’t want people to see an unfinished website. Could you still reply to my questions without seeing my website?
Sorry, no, I can’t. I have to see the exact place where you want to add a video.
OK, I have now opened up the website. I hope you can reply ASAP as I don’t want to many people to see this “under construction” website. Thanks.
This is “About us” page template. You cannot add your video and make it full screen via admin, sorry.
What are my options then. How big can the video be in the “About us” template? Where could I add a full screen video?
1) It can be a max the same size as your right image (you have two at the beginning). This is the only place where you can put your custom content.
2) Sorry, there is no such option to do that.
That is such a shame
I have the most beautiful video that would be amazing to have in full screen… Please do let me know if this becomes possible at some point 
It is possible now and via admin, but not for this template. You can use RevolutionSlider plugin (bundled with the theme), create a full width slider and place it on the page (default page, without page template) by using a related shortcode.
Otherwise a custom coding needed to add your video in place you want it.
Hello, I just wanna ask you if you’ve got any idea why latin extended characters are not displayed properly on firefox? It works just fine on all browser but firefox. What should i do to fix this?
Hi,
What font do you use? How you included it?
I’m using default font “lato” and it was already included, below you can see screenshot how it looks on different browsers:
firefox (not good): http://i.imgur.com/q4reI76.png chrome (pretty good but could be better) http://i.imgur.com/JHZP28c.png safari(just perfect): http://i.imgur.com/IZAygia.pngHi. Sorry for delay.
Could you show me URI your site? Here or you can contact me via contact form on my profile page.
Hi! Thank you for the amazing support! I have one more request. I would like to insert a button in the ‘values’ text with the style of the homepage buttons or sign up button (round button). I would like to be able to use this style of buttons on my posts as well.
How can I do that?
Maybe you could add different styles of button as shortcodes on the next version, that would be very nice!
Hi. Sorry for delay
If I understand you right you want to add button like this http://joxi.ru/zANY9jkclagVx2
Add this code to style.css in asana-child folder
.ourValuesBtn, .ourValuesBtn:visited {display: inline-block;line-height: 42px; padding: 0 35px;margin-top: 30px; border: 2px solid #5fc7ae;color: #5fc7ae; font-size: 12px;font-family: 'Montserrat', sans-serif;text-transform: uppercase;text-decoration: none;-webkit-border-radius: 23px;-moz-border-radius: 23px;border-radius: 23px;-webkit-transition: background 0.3s ease, color 0.3s ease;-moz-transition: background 0.3s ease, color 0.3s ease;-o-transition: background 0.3s ease, color 0.3s ease;transition: background 0.3s ease, color 0.3s ease;}
.ourValuesBtn:hover {background: #5fc7ae;color: #fff;}
than add this link here http://joxi.ru/n2Ya9VOCjDORl2
<a class="ourValuesBtn" href="#">Our values button</a>
yes perfect! Thank you!
How can I add the same button in single post pages?
Just insert this button in post
<a class="ourValuesBtn" href="#">Our values button</a>
The style is not correct when I do that. For example: button ‘ver a nossa agenda’ in this page http://www.tantra-touch.com/blog/tantra-touch-evento-o-despertar-do-coracao/
Try this code
.ourValuesBtn, .ourValuesBtn:visited {display: inline-block;line-height: 42px; padding: 0 35px;margin-top: 30px; border: 2px solid #5fc7ae;color: #5fc7ae!important; font-size: 12px!important;font-family: 'Montserrat', sans-serif!important;text-transform: uppercase;text-decoration: none;-webkit-border-radius: 23px;-moz-border-radius: 23px;border-radius: 23px;-webkit-transition: background 0.3s ease, color 0.3s ease;-moz-transition: background 0.3s ease, color 0.3s ease;-o-transition: background 0.3s ease, color 0.3s ease;transition: background 0.3s ease, color 0.3s ease;}
.ourValuesBtn:hover {background: #5fc7ae;color: #fff!important;}
If you use another color for your theme just change this #5fc7ae to this #e57070
it works just fine! thank you!
Hello, why in contact page, google map is not in color ?, The map is only black and white ? how to do to have the normal google map ? thanks, regards
Hi,
It is a stylish map, looks nice!) Sorry, you cannot change it via admin, but I’m going to add such an option in the next version of the theme.
Hi thanks for getting back to me about the events calendar and tickets. I checked out tickera and its seems like the best choice so thank you for the referral.
I have one more question about the theme.
I can’t seem to figure out how to add content to the about page. The page template calls for CPT “Values” I could not find where this was coming from. I created my own custom post time using CPT UI plugin but I cannot find where the theme is pulling the Values content from.
any help would be appreciated.
Thank you
Hi
Have you this http://joxi.ru/n2Ya9VOCjDVVy2 menu item in wp-admin? If you haven’t maybe you didn’t activate all recommended plugins!
I have the downloaded Uni custom post types and taxonomies plugin but it does not show in the admin dashboard. I am developing locally if that makes any difference. I tried deactivating and re-activating the plugin as well as deleting and reinstalling but i still do not see a CPT listing in my dashboard. what can I do ?
Pls, also read the FAQ section in the documentation http://highseastudio.com/demo/asana-wp/docs/#faq Maybe this is the case.
Hey! In the homepage of my website, i would like to allow more words displayed on the welcome text. Here “tantra touch – é sobre amor, confiança,...”. Where can I change that.
Also, on my other texts, that are formatted by the function uni_asana_theme_excerpt(), I would like only the first sentence of the text to appear, without the ”...” How could I do that?
Thank you for your support!
Hi
Could you show me on screenshot where exactly you want to display more words?
sorry… the first text on the homepage: http://www.tantra-touch.com/
and I just want to display the first sentence of the description of the posts on categories pages: http://www.tantra-touch.com/blog/category/sessoes/
Thank you!
Hi
For first text http://joxi.ru/nAyxGM9hXRbVo2 on home page add this code (step 30px) to style.css in asana-child folder:
.homeAboutSection .mainItemDesc p {max-height: 150px;}
2) add this code:
.postItem p {max-height: 72px;}
“and I just want to display the first sentence of the description of the posts on categories pages: http://www.tantra-touch.com/blog/category/sessoes/"
You know, I will add a support of WP excerpt in the next theme version.You will be able to add a custom text here http://awesomescreenshot.com/0095u50p6a and exactly this text will be displayed. Just pay attention of the length of this text, because it won’t be cut automatically! This update will be available within 2-3 days, so actually you don’t need to add the second css style as I mentioned before.
Very good!
Looking forward the next version!!
can you add this feature for the display of the posts on home page, and the posts category page?
posts on home page: http://www.tantra-touch.com/ posts on category page: http://www.tantra-touch.com/blog/category/sessoes/
I don’t like the way the text is cut and finishes by ’...’.
THANK YOU!
Yes, sure. It will be added for the all such items.
Same here ‘This update will be available within 2-3 days’ and it has been 11 days…still waiting for the next update. Thank you!
Again, sorry I didn’t tell you. It is already added – in version 1.6.7 you can use excerpt field, add own excerpt and it will be shown. Just watch out for the length of your excerpt as it will not be cut automatically!
Thank you! It is working.
Hello 
Love this theme! You did an amazing job!
One thing I really need is for the Events Page Template, It seems I can only add a One Day event. However most events / retreats are multiple days and i need to find a way to make this multiple day. Can you tell me how to do this or make an update to include this feature?
Thanks,
Doug
Hi,
I plan to add such an functionality soon. Thanks!
Hi! I have some pages that are a slection of posts by category. I would like to know how can I erase the ‘Arquives’ title on the tab of my page. For example: http://www.tantra-touch.com/blog/category/retiros-workshops/
On the tab it is written: ‘Arquivos Retiros e Workshops’, and I would like it to be ‘Retiros e Workshop’. The ‘arquivos’ is added automaticaly, and I don’t want’ it…
Thanks for you help! Loving the theme and thanks a lot for the support, very good job!!
Hi,
Thanks!)
For better control over titles (as well as meta tags) I would suggest to use plugin like Yoast SEO. It is really powerful and easy to use plugin and you will be able to configure titles, including this one, on your website.
Hello, With UNI CALENDARS, how can I add “instructors” because my listbox is empty ? Thanks, Regards
Hi,
It is described it the documentation. Have you tried that way?
Hi, I found it in “users” item to create “instructors”. regards
Hello, with “Uni calendar” How can I repeat the same lessons every week in the calendar immediately for all the years ?
You cannot do this immediately as well as for the whole year at once.
I’m having a lot of trouble with the timetable, it just won’t work. Everytime I try to add a new Calendar,no matter what I can’t get any times to populate. Secondly, the calendar is hidden on the full screen, I minimise to use it but still nothing works. Can you help me to get this working. Oh, and how can I change the colour of the google map in say the contact page.. and colour of text in the titles..
Hi,
Sure. Pls, contact me via contact form on my profile page and describe these:
1) What you already tried to do in order to add new classes to the calendar? Just want to know where the problem is. Maybe I should update the documentation etc.
2) What is the resolution of your screen? When the calendar is hidden?
3) What titles colours do you want to change? And what you mean under ‘colour of the google map’? A colour of a map marker?
sorry forgot my purchase ID 30c3d2aa-7f64-4f20-986f-e798825c4d57 Again im trying to figure out how to create events for the event page and also how to accept payment for them on the site. so far I have been able to populate the calendar for the classes page but cant figure out how to publish events. Thanks for your help
You don’t have to publish your purchase code!
Pls, contact me via contact form on my profile page and describe what you already did and what you have troubles with? Thanks!
trying to figure out how to charge for events using theme settings. after not figuing it out for a while I installed event espresso plugin but cant seem to figure out how to integrate it with the calendar. any help would be appreciated. GREAT THEME
Hi,
Events and classes are separate entities.
I plan to add a support of Tickera plugin for events soon. As an alternative to existed built-in events. You will be able to sell tickets for events then.
Classes are just to show your visitors a schedule. You cannot charge for classes.
Additionally, you can buy WooCommerce subscriptions plugin and use it in order to add a possibility for users to subscribe for any subscriptions plans.