Hello Kriesi Team –
I have a problem with the tables being viewed on mobile devices. I have searched the forums and read about a similar problem here:
https://kriesi.at/support/topic/problem-with-table-layout-in-mobile-devices
But there was no solution. I have rebuilt the table, centered the columns and still the first column header is missing and all the other headers shift and that causes a real problem. On our rope page, it appears as if our Tensile Strength is None. You can my table here:
http://www.litrotechnologies.com/futureglo/ropes-thread/
http://www.litrotechnologies.com/futureglo/hard-hats/
Any suggestions? I have just updated to 1.7 and rebuilt the rope table using 1.7.
Scott
Hi,
Please follow this link, look for Nick’s instruction.
https://kriesi.at/support/topic/youtube-icon
The process is a bit complicated right now.
Kriesi said he will make it possible to add your own icons on future updates.
Regards,
Ismael
Hi,
It is a bit complicated. You should probably use the Full Width Slider.
You can try this
@media only screen and (max-width: 767px) {
.ls-wp-fullwidth-container {
height: 300px !important;
}
.ls-wp-container {
height: 300px !important;
width: 100% !important;
}
.ls-inner {
width: 100% !important;
height: 300px !important;
}
.ls-layer.ls-active > .ls-bg {
height: 300px !important;
margin-top: -150px !important;
}
}
Regards,
Ismael
I want to remove the images on the post page and archive pages. I used the following CSS to take it off the post page (#top.single-post .big-preview.single-big {display: none;}. How would I do the same for the archive pages?
Hi,
here’s a thread which explains very much in-depth how the megamenus work
https://kriesi.at/support/topic/couple-problems-with-mega-menu-formatting-and-structure#post-112541
Especially Devin’s answer second from bottom is very helpful.
Best regards Katharina
Hi,
This looks like what you are looking for
Style Attribute {
color: #FFF;
}
Strange selectors, but below that there is purple, then dark grey, then electric blue. Wow a whole smorgasbord of color.
Very nice site. You should add it to the showcase page https://kriesi.at/support/topic/enfold-showcase
Thanks,
Nick
I have arranged my landing page as a group of eight categories that link to the sub-categories, which then link to the array of products in that category. But on that last page the image of that sub-category appears side to side at the top. How to remove that image and replace it with a heading? That image, which I discovered by inspecting the element with Chrome, appears to be a category-thumb…
Thanks,
Tim Garvin
Enfold theme
Hi, I have a small conflict with an admin theme. As seen here: http://i.imgur.com/UGLsPRt.jpg?1
Basically, I would just need to increase the top padding of the Avia lightbox when adding shortcodes, so it comes below the overlaying theme panel. Could you assist me in finding where to increase that padding please?
Thank you!
Hi,
I have a static image at the top of my homepage, right under the header.
I’d like to add transparency ‘under’ that image, so that we can see the background image.
How could I do so?
In the meantime, I created a colored section with a custom background, but of course we see it’s a different image and the overall layout looks like a puzzle!
http://goo.gl/3FqWy
Thanks,
Thomas
Default gallery shortcode – also doesnt work in bbPress topic page (((
It’s okay I can borrow a windows laptop, in windows what’s best ?
I’ve got two pretty small problems with the Team Members part of the builder.
1. Tooltips hover with sentences break to several lines because of the width, but when I have a tooltip with an e-mail address (which is one line) the box doesn’t follow the text. The text displays, but you can’t really see what it says because the background color box stops at a certain width. Is there any workaround for this?
2. Also, is it possible to do a mailto: in the link field. I haven’t managed to figure out how.
Thank you for a great theme btw :)
Hi guys! When I try to hide the header of the blog page (Don’t display the header) is still there! The same problem if I try to hide the footer (Display only the socket)!
The version of the template is the last one! I can’t send a link because still working locally on my laptop!
Maybe it’s a bug?
Hi,
You can adjust the size. Add this on your custom.css or Quick CSS
#top .fullsize .template-blog .post .entry-content > * {
max-width: 900px;
}
Regards,
Ismael
and second question :
there is no Forum page in the Demo content , so , please tell me :
How I can place some text before Topic list and search window at the top of Forum like on demo ?
thx
Hi,
Here’s the demo website code:
[av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='stretch' attach='scroll' padding='default' shadow='no-shadow']
[av_textblock]
<h2 style="text-align: center;">In case you need help</h2>
<p style="text-align: center;">Here are several ways to contact us</p>
[/av_textblock]
[av_hr class='short' height='50' shadow='no-shadow' position='center']
[av_one_third first]
[av_icon_box icon='59' position='top' title='Need Support?']
Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
[/av_icon_box]
[/av_one_third][av_one_third]
[av_icon_box icon='122' position='top' title='Presales Question?']
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
[/av_icon_box]
[/av_one_third][av_one_third]
[av_icon_box icon='56' position='top' title='Check Forum']
Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.
[/av_icon_box]
[/av_one_third]
[/av_section]
Just insert it into the “standard editor” html field, save the post and switch to the advanced editor.
If you refer to the page title which is visible in the tab I’d suggest to use: http://wordpress.org/plugins/wordpress-seo/ – it allows you to change the title for all archive, search, etc. pages. If you want to use Yoast please read this thread too https://kriesi.at/support/topic/seo-site-title#post-117261
@fotomaster –
1) Try to change the file names to LayerSlider-ru_RU.mo and LayerSlider-ru_RU.po
2) If it doesn’t work try Kriesi’s suggestion: https://kriesi.at/support/topic/how-to-insert-slide-show-with-layerslider#post-118722 – by going this way you can l install LayerSlider as “plugin” and WP should load the right textdomain files.
1) Use
.page-id-1700 #av_section_1.avia-builder-el-8 {
background-image: url(https://www.andypeck.co.uk/wp-content/uploads/2013/06/trx_border.png) repeat-x !important;
}
2) Insert following code into the quick css field
.home .special-heading-inner-border {
display: none;
}
3) Insert following code into the quick css field and change the margin-top value:
.home .avia_sortable_active .isotope {
margin-top: 10px;
}
hello ,
just created Forum and topic inside.
I try to make icon box and button inside topic but nolucky .
shortcodes doesn`t work inside topics.
can you help me ?
I have another problem too. I didn’t want to create another post. My main navigation at the top has these weird random circles appearing next to every single text/navigation title. How would I get rid of that?
Dear Devin,
Thank you for your prompt reply.
I have added the script to the header.php file write below:
<?php do_action(‘ava_main_header’); ?>
<div class=’container’>
I believe that’s an acceptable compromise. However its pushing the navigation menu down a few pixels and its covering the top of the slider!
Here is a link to the website:
http://83338.com/
Could you please advise me on how to fix this small aesthetic issue? Do I need to change a few lines in the layout.css file?
Thanking in advance,
Will
Just re-read your email and what you’re suggesting can’t actually put the box on top of the feint line which is what I’m trying to do. It just aligns it at the top but graphically its wrong. Can you suggest another way to achieve it?
Cheers
I am getting a strange effect when I try to add links in an iconbox, the parsing goes strange.
I have this (note I replaced some of the <> with [] so that the code displays without linking):
<br />
[av_one_third]<br />
[av_icon_box icon='59' position='top' title='Need Support?' link='manually,mailto:support@MYSITE.com' linktarget='no']<br />
Please visit our [a href="http://MYSITE.com/support/"]FAQ[/a] if you have not already done so. Else, please contact us at [a href="mailto:support@MYSITE.com"]support@MYSITE.com[/a] or 1.800.555.8697.<br />
[/av_icon_box]<br />
[/av_one_third]<br />
and on the website, the code looks like this:
<br />
<div class="iconbox_icon heading-color avia-font-entypo-fontello"></div><br />
<h3 class="iconbox_content_title"><br />
[a "="" support="" MYSITE.com="" http:="" href="mailto:support@MYSITE.com' title='Need Support?' ]Need Support?[/a]</h3><p>Please visit our [a href="]FAQ[/a]<br />
if you have not already done so. Else, please contact us at<br />
[a href="mailto:support@MYSITE.com"]support@MYSITE.com[/a]<br />
or 1.800.555.8697.<br />
<p></p><br />
</h3><br />
</div><br />
</div>
`Note the
[a “=”” support=”” MYSITE.com=”” http:=”” href=”mailto:support@MYSITE.com’ title=’Need Support?’ ]Need Support?[/a]
is really weird. This does not happen when I don’t have a website link in the iconbox. Can anybody help? Is this a bug?
Hi,
Please check footer.php, go to line 167, the code should look like this
<a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'>& #59231;</a>
I added a space after the & symbol to render it correctly here. The actual code don’t have a space.
Regards,
Ismael
Hi,
according to my question concerning CORONA theme, where this worked fine (https://kriesi.at/support/topic/changing-blog-name-only-in-breadcrumbs-of-corona), I would like to have this with ENFOLD, too:
Changing my blog name only in ENFOLD’s breadcrumbs.
I’ve tried to replace in class-breadcrumbs.php
global $post;
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> ';
bloginfo('name');
echo "";
with
global $post;
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> ';
echo 'VIAINA Atelier';
as Dude suggested for CORONA, but this has no effect in ENFOLD.
It has even no effect, if I try to change the “you are here” with some other text …
It seems, that I’m looking at the wrong php file …
Thanks in advance for any help.
Hi,
I refer to this post, because I would like to achieve the same: titles below the related post items:
https://kriesi.at/support/topic/title-under-featured-image-in-related-posts#post-119448
But something must be wrong with the characters of the code, that the user suggests:
$output .= " ID)."'>".$related_post->post_title."";
I don’t know PHP right, but Notepad++ shows all the following code in grey, means, that there is in the line something wrong with the characters:

I have now in my related-posts.php:
$output .= "<div class='$post_class $extra relThumb relThumb".$count." post-format-".$format." related_column'>n";
$output .= " ID)."' class='relThumWrap noLightbox'>n";
$output .= " <span class='related_image_wrap' data-avia-related-tooltip='".$related_post->post_title."'>";
$output .= $image;
$output .= " <span class='related-format-icon avia-font-entypo-fontello {$extra_class}'><span class='related-format-icon-inner'>".$avia_config[$format]."</span></span>";
$output .= " </span>";
$output .= " ";
$output .= " ID)."'>".$related_post->post_title."";
$output .= "</div>";
With the suggested code of the other post, I get an error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/www/web333/html/netzwerk/site2013/wp-content/themes/enfold/includes/related-posts.php on line 83
line 83 is what here is line 14: http://pastie.org/8059831
Thanks.
Okay I solved it!
First potterlawso here is the answer to your question:
.image-overlay .image-overlay-inside::before {
background: none;
}
Post the above into your custom.css file.
If you only want it done to a certain page, remember to look at the page’s sourcecode and get the portfolios page-id-<number> e.g page-id-507
In that case all you would do is add .page-id-507 infront as follows:
.page-id-507 .image-overlay .image-overlay-inside::before {
background: none;
}
As for my question here is how to replace the circle + icon and add something you want:
Original code found in layout.css
.image-overlay .image-overlay-inside::before {
position: absolute; border-radius: 50px;
background: #000; height:80px; width:80px;
line-height:80px; left:50%; top:50%; margin: -40px 0 0 -40px;
z-index: 500; text-align: center; color:#fff;
}
Then added my own in custom.css to a specific page:
.page-id-756 .image-overlay .image-overlay-inside::before{
position: absolute; border-radius: 0px !important;
background: url(../images/portfolio-hover-image.png) no-repeat !important; height:114px !important; width:141px !important;
line-height:114px; left:35%; top:45%;
z-index: 500;
text-align: center; color:#fff;
}
Please note I put my image in the image folder. The path is /theme_name/images/ folder. Default /enfold/images/ = ../images/
Hope that helps,
Peace,
Daniel
Looks like someone else may have noticed a similar problem:
https://kriesi.at/support/topic/unidentifiable-posts-in-blog-category
Is it related?