Hi,
1.) Add this on your custom.css or Quick CSS, adjust the height according to the height of the header when you it shrinks.
.header-scrolled #header_main .container {
height: 58px !important;
line-height: 58px !important;
}
2.) This the code that controls the arrow:
#top .avia-slideshow-arrows a {
font-family: 'entypo-fontello';
display: block;
text-decoration: none;
color: #fff;
visibility: visible;
position: absolute;
width: 60px;
text-align: center;
height: 60px;
line-height: 62px;
font-size: 25px;
top: 50%;
margin: -30px 15px 0;
z-index: 99;
overflow: hidden;
text-indent: -600%;
}
Regards,
Ismael
Hello,
I really want to help you with Japanese translations, but can you please fix these two issues:
– The date/time formats are hard-coded like: “11 Aug 2013”, but it needs to be translated to “2013年 8月 11日”. As you can see the order of day, month, and year is different in Japanese. The format should match to the WordPress admin’s General settings (Date Format and Time Format).
– There is a problem with breadcrumb when using Japanese (or any non-ascii language). When a title is truncated because it is too long, it doesn’t cut off at a character boundary of UTF-8 (Unicode).
Please take a look at the right-side of the header breadbrumb at:
http://jp.emeditor.org/emeditor-%E3%81%AF-%E3%82%B7%E3%82%A7%E3%82%A2%E3%82%A6%E3%82%A7%E3%82%A2%E6%A5%AD%E7%95%8C%E8%B3%9E-%E3%81%AB%E3%81%A6%E6%9C%80%E5%84%AA%E7%A7%80%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7/
the two characters at the right (“��”) are invalid charactes because UTF-8 string was not correctly truncated.
These two issues are very important to me, and if not fixed, I won’t be able to use the Enfold theme. I posted the similar issues at different topics, so I apologize for double posting, but I thought this topic is more appropirate. If these issues were fixed, I would be gladly submit my Japanese translations (.po).
Thank you,
Hi,
There is no fix for the table element yet. We suggest that you hide them when viewing on mobile device then show a tab element instead. You can add this on your custom.css or Quick CSS:
This will hide the table then show the tab element instead when viewing on Mobile Devices:
@media only screen and (max-width: 767px) {
.avia-table.avia-data-table {
display: none;
}
.tabcontainer.top_tab {
display: block;
}
}
This will hide the tab element on desktop or iPad view:
@media only screen and (min-width: 767px) {
.tabcontainer.top_tab {
display: none;
}
}
Regards,
Ismael
Hey,
Please refer to this link:
https://kriesi.at/support/topic/adding-gradient-background-to-icons
Regards,
Ismael
I’m interested in acheiving a boxed layout with margins at the top and bottom. The second solution you gave in this thread https://kriesi.at/support/topic/boxed-layout-margin-on-top-and-bottom worked (although the first didn’t, and I’m also on chrome).
Anyways, I’m hoping you can tell me how to incorporate this with a sticky nav menu. If my top and bottom margins are set to 40px, when I scroll down the page the sticky menu stays at 40px and cuts across the page as it scrolls up.
Thanks a lot!
Im having the same problem, hoping you can provide some direction. I spent about an hour looking at support posts and tried entering in the QuickCSS box as well as altering the avia.js file (from post: https://kriesi.at/support/topic/header-menu-intersecting-with-logo).
my website, http://www.resnnInvestments.com, has the same problem as above.
full screen the top navigation looks great, mobile size it looks great as well, but in between, if you shrink the window there is a huge overlap where the left 2-3 menu items are under the logo and the right menu items get pushed down to cover up the page title. makes it look really bad.
can you help? thank you!
I decided not to mess up with targeting the touch screen laptop.
But can you point me to the piece of code and file file (css or js) that controls the easy slider arrow buttons size?
I will figure it out from there how to modify the size and target the tablet portrait mode.
Thanks!
I did that but still having the same problem.
Hi Darryl,
Once you’ve followed this step: https://kriesi.at/support/topic/enfold-archive-exceprts#post-120517
If you are in a child theme need to create the includes folder and put the loop-archive.php in it. Now you can edit the loop-archive.php file and where it has the_content change it to the_excerpt.
Regards,
Devin
You just need to undo this change you asked how to do previously: https://kriesi.at/support/topic/remove-sidebar-from-bbpress-forum
As for individual sidebar removal and adding in you would need to do some kind of conditional change but I’m not familiar enough would bbPress specifically to say what it would be for individual forums.
Regards,
Devin
Hi guys,
I have a forum, and I have buddypress and bbpress plugins installed. My question is, looking at the forum page located at http://drinkallthebeers.com/forums/, there is no log in or create user button or link for someone who is not registered to post or create topics. What do I need to do here?
Thanks so much,
Tyler
I tried this and was very happy to see it work, but very sad to see $output = “”;
in the top left corner of the website (and iconlist modal window). I will leave this current for the time being for your viewing pleasure.
http://66.147.244.223/~peterwi1/
I agree, this should be standard option-to make as a button. There needs to be a hover effect that goes with this though, as every other link gets a hover feature.
I there!
1. was wondering 2 things. I want to use the blog-page as a feed (showing all of the post on the feed page) witout the feature image on top. Is there a way to remove this and still keep the feature image? I want to keep it for “you might like this” feed and other feeds. i feel this could be an otion when choosing the look of the blog maby?
2. My blogposts look like crap in firefox. in safari they look ok, but in firefox they will not adjust to the blog with, and does not look good…What to do? I tried to search the forums and found some codes (i really like the qouick-kode thingy as i´m not exactly loving the coding stuff), but they did not help at all.
Thank´s!
AS
Again, I don’t have the hardware to test it but most browsers will recognize touch vs non touch devices. There has been a lot of talk lately because of this hardware about what to do for future web development because right now we don’t have a way to really differentiate the hardware because of touch controls.
If possible, can you create an admin account for me so I can log in and take a look. If you are able I’ll try a few things and see if we can come up with a bandaid while we try some other things out.
Send the information to my email at DevinVinson [ at ] gmail.com. Please include a link to this topic in the email so that my spam filter doesn’t grab it :)
Regards,
Devin
Hi liondancetoronto,
Please do not create multiple topics for the same issue. I’ve already closed one of your duplicate topics and answered you here: https://kriesi.at/support/topic/enfold-menu-option-page-not-displaying-so-no-ability-to-edit-or-create-menu
We can continue to diagnose and try to solve your issue in that topic.
Regards,
Devin
Hi All,
It looks like an update is needed to fix some issues with the last version. If anyone has any issues after updating just make a new topic and we’ll take a look then.
Regards,
Devin
Hi,
I’m not sure if this is what you want but you can add the code on your custom.css or Quick CSS. You need to provide a twitter icon for the content property:
#top .widget_twitter li:before {
content: url('IMAGE URL HERE');
position: absolute;
left: 0px;
margin-top: 20px;
}
#top .widget_twitter li {
padding: 0 0 8px 55px;
margin: 0 0 8px 0;
border-bottom-style: solid;
border-bottom-width: 2px;
}
Regards,
Ismael
Hi,
I’ve added the <div> for the Progress Bars on this page: bigdata.serviceteamit.co.uk to the Layer Slider on this page: bigdata.serviceteamit.co.uk/slide_three.
I followed the outline here: https://kriesi.at/support/topic/make-content-elements-appear-in-the-layerslider-wp.
My progress bars do not show at all, just the text of the progress bars.
Can anyone suggest what I’m doing wrong? Thanks in advance.
to be more precise, it’s the slider on homepage and the services page which are strange.
on the services page the page is “cut” and when i’m logged in the wordpress navigation bar which should be on top is right in the middle of the page.
No, I did. BBcode keeps stripping them for some reason. Here’s a screenshot of the actual code:

I attempted to fix the problem by inserting a list item at the top like so: <li style=”list-style-type:none”> , but the Avia layout builder strips the and ignores it.
I’ve set builder mode to debug, so I’m going to copy the code and replicate the page without using the builder to see if that fixes the problem, but I’d like to know why it’s happening in the first place.
Hi,
Did you use a Mega Menu for this item? Please check it first, disable the mega menu if you accidentally enabled it on Appearance > Menus > About.
Then add this on your custom.css or Quick CSS:
#top #header .mega_menu_title a {
font-size: 11px;
line-height: 11px;
color: #808080;
}
Regards,
Ismael
Hey,
Please upgrade to WordPress 3.6 and update the theme to Enfold 2.0.1. I hope that will fix the issues.
Regards,
Ismael
Hey,
You can use this:
#top .header_color #s[placeholder] {
text-align: right;
clear: left;
}
Regards,
Ismael
Hey,
Edit config-templatebuilder > aviashortcodes > iconlist.php, find this code:
$output = "";
$output .= "<li>";
$output .= "<div class='iconlist_icon avia-font-".$icon_el['font']."'><span class='iconlist-char'>{$display_char}</span></div>";
$output .= "<div class='iconlist_content_wrap'>";
$output .= "<h4 class='iconlist_title'>".$atts['title']."</h4>";
$output .= "<div class='iconlist_content'>".ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop( $content ) )."</div>";
$output .= "</div>";
$output .= "<div class='iconlist-timeline'></div>";
$output .= "</li>";
Replace it with:
$output = "";
$output .= "<li>";
$output .= "<a href='{$atts['link']}' title=''><div class='iconlist_icon avia-font-".$icon_el['font']."'><span class='iconlist-char'>{$display_char}</span></div></a>";
$output .= "<div class='iconlist_content_wrap'>";
$output .= "<h4 class='iconlist_title'>".$atts['title']."</h4>";
$output .= "<div class='iconlist_content'>".ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop( $content ) )."</div>";
$output .= "</div>";
$output .= "<div class='iconlist-timeline'></div>";
$output .= "</li>";
Cheers,
Ismael
Hey,
Yes, sure you can. Please refer to this link if you want to add background to your iconbox and iconlist:
https://kriesi.at/support/topic/adding-gradient-background-to-icons
You can also use this if you want to change the color of the icons:
Icon box:
.iconbox_icon.heading-color.avia-font-entypo-fontello {
color: red;
}
Icon list:
.iconlist-char {
color: pink;
}
Regards,
Ismael
I am having a problem that arose recently for no apparent reason. The easy slider I have on the lower part of the page will not cycle past the second image any more.
see here: http://www.wallerforcolorado.com
What could be the problem and why would it randomly stop working.
First, add this to your functions.php:
add_theme_support('avia_template_builder_custom_css');
This will give you a new field on all your advanced layout editor elements. For each element you want to customize you can just give it a class and then add some css to effect that class specifically.
So for the hr element you could add the class name of or-custom-hr . Then add this css to your Quick CSS:
#top or-custom-hr-gray{
border-color: #333;
}
(I’m adding or to the start of the class for your initials to make sure there is no possible overlap of css names on accident).
Then repeat for each element you want to edit/specifically customize.
I have an easy slider on my website that doesn’t show on my Samung Mobile device.
It shows up with av_slideshow size=’extra_large’ animation=’slide’ autoplay=’true’ internal=’4 etc.
How could I fix this
Thanks Michael.
-
This topic was modified 12 years, 5 months ago by
Kriesi.
-
This topic was modified 2 months ago by
Yigit.
-
This topic was modified 2 months ago by
Yigit.
Hi axiom555,
Right now we are getting a huge spike in support requests so we are a bit slower than normal. Typically responses are within 24 hours and if there are a couple of us on at the same time we may be answering the oldest posts and posts in the middle of our Queue at the same time so we don’t accidentally overlap mid response.
Just a note on your specific topic and how our queue works: each time you self respond or bump a post it actually sends it to the end of our queue since it goes by oldest response in a topic.
Regards,
Devin
I posted a question yesterday in the support forum about my contact form. https://kriesi.at/support/topic/cant-get-contact-form-to-work
I’m curious how long it normally takes to get a response as it seems like other questions have been answered more quickly. I’d appreciate a response. Thanks.