Hey Lynn!
Just as a general aside, support is not for customization services. We do what we can but in general support does not cover customization beyond what the theme elements offer. We will very often help anyway but if the queues get long we’ll opt out of it so that bugs/issues can get addressed.
I’m not sure why the topics were closed but we’ve had issues with them getting closed automatically when they shouldn’t.
As for the issues:
- LayerSlider is a plugin that is included in the theme. It does not have a function to be hidden on mobile. This isn’t a bug and it isn’t advertised as doing this. You can hire someone to add in this kind of functionality if its a must-have feature for you.
- Custom buttons added by a user into areas not designed for them would fall under customization the user is responsible for. You can easily use media queries to customize them as needed if you are at all familiar with media queries and css. Going through your topics I can see that you are not which is why I can understand that it has been difficult for you to solve. I would recommend you looking into a freelance developer from either Codeable or Microlancer. It shouldn’t be more than 30 minutes of a task to get the positioning sorted out.
- Changes are only unstable if added in incorrectly or if there is an issue with a specific change.
- Page speed on any WordPress premium theme is a huge topic by itself. Lots of images, image optimization, server speed and active plugins are a huge factor and by itself the theme score pretty well with yslow and others. You do not *need* to have a CDN or to even minify the css/js files.
So again, I don’t know why your topics were closed by please understand that it was free customization and not support that you were getting and asking for.
Regards,
Devin
I am quite unhappy with the Enfold team this morning. I was hoping for a bit of help on issues that I have been working on since mid-January. In your eyes, I might be a novice, but I have successfully built over a dozen websites and feel I am at mid-level.
I opened this thread and this one. The issue was never resolved, but both threads were closed. What kind of support is that? This is a premium theme and my expectations with that are that I get clear support (even if it is pointing me to how to resolve my own problems).
I believe that your theme is broken is several areas. 1- the layer slider cannot be hidden on mobie 2- custom buttons in the header cannot be customized in mobile 3- changes are unstable- fix one thing and something else breaks 4- Page speed is awful and getting a suitable speed requires CDN and CSS minify, which are not easily handled in this theme. By closing my threads, I think you are trying to hide problems you know exist. I would have entered this privately, but it does not allow me to do this on a new thread. I have invested quite a bit into this theme/website and want these things resolved. I promise not to build another website, using your theme, and bother you any further. BUT I need a resolution for this client. You can find the website at this link: http://bit.ly/1fqPkFc.
I can be a bit scrappy when it comes to protecting my client interests. Please help me resolve these issues, or I promise you I will be going ‘social’ with this.
Hey!
Please add following code to Quick CSS as well
.logo img {
margin-top: 7px;
}
Cheers!
Yigit
Thank you very very much Josue!
It’s much better now!
May I know if there is still a way to align the logo to the centre of the top and bottom of the header?
Thanks again Josue!
Jason
Would be great to have some responsive options for builder elements. E.g. a three Column-Product-Slider for desktops, a two-column slider for tablets.
Hi Gstar72!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .av_font_icon a { line-height: 20px!important; width: 20px!important; }
.av_font_icon.av-icon-style-border a.av-icon-char:hover:after { background-color: red; }
Regards,
Yigit
Hi Jason!
Please follow these steps:
I’m not sure why the filter is not working but please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:
'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
Below, add this code:
'slideshare' => array( 'font' =>'fontello', 'icon' => 'ue802'),
I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:
'Youtube' => 'youtube',
Below, add this code:
'Slideshare' => 'slideshare',
You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802. You can do the same with different social icons.

Refer to this thread for more info: https://kriesi.at/support/topic/head-with-social-media-and-large-logo/
Cheers!
Ismael
Hello,
I am having problems displaying the tables in accordion toggle.
There is already a thread but closed. Since i couldnt post there i am opening a new one.
I tried the solution posted there, but it doesnt work.
.single_toggle, .toggle_content {
overflow: visible !important;
}
Instead of adding a scrollbar at the end of the table, it adds one on the right side of the page.
I am using latest version of WordPress and Enfold.
Thank you in advance.
Webpage here
Hey jmikhail!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { margin-top: -30px; }
and post the link to your website if that does not work
Best regards,
Yigit
Liebes Kriesi Team
Nutze Enfold mit Woocommerce. Gerne würde ich die Grösse der Bilder der Produkte in WC definieren. Die sichtbare Grösse in der Ansicht des Kunden von “Einzelnes Produktbild” und “Katalogbilder”.
Habe Simple Image Sizes und Regenerate Thumbnails installiert aber konnte damit nichts ändern…
Forum durchsucht, nicht klar fündig geworden…
Ich möchte hauptsächlich, dass Bilder mit NICHT-quadratischem Format automatisch nicht abgeschnitten werden sondern soweit verkleinert werden damit sie in die definierte Bildgrösse hineinpassen.
Konkret:
http://natur-duft.ch/start/duftsets/duftset-alles-liebe/ –> Produkt-Bild quadratisch, jedoch nicht abgeschnitten, als ganzes verkleinert
http://natur-duft.ch/produkt-stichwort/duftset/ –> Katalogbild-Bild quadratisch, jedoch nicht abgeschnitten, als ganzes verkleinert
Infos zu meiner Quick-CSS:
#top #main h1 {
font-size: 23px;
line-height: 1.1em;
margin-bottom: 8px;
}
#top #main h2 {
font-size: 22px;
line-height: 1.1em;
margin-bottom: 8px;
}
#top #main h3 {
font-size: 20px;
line-height: 1.1em;
margin-bottom: 8px;
}
.woocommerce-main-image.zoom {
overflow: hidden;
}
.four.units.single-product-main-image.alpha .images a {
pointer-events: none;
}
Einstellungen:
Woocommerce:
Katalogbilder: 250×250, nicht beschneiden
Einz. Produktbild: 350 x 350, nicht beschneiden
Produktvorschau: 120×120, nicht beschneiden
Im Simple Image Size sind die Einstellungen gleich!
Vielen Dank für Eure Hilfe
Daniel
This reply has been marked as private.
Hi!
You can add this on custom.css or Quick CSS:
.avia_partner_widget a, .avia_partner_widget a:hover {
width: 200px;
height: 200px;
margin-top: 10px;
}
Add the same widget on Sidebar Blog Pages widget area on Appearance > Widgets.
Best regards,
Ismael
I have a one page website setup.
Is there a way to link to some sort of anchor in the topmenu?
For example, the contact form is at the bottom of the website, i want a menu item that links directly to that bottom section.
Thanks in advance.
Hey patriscia!
1.) Change the color of the icon using this on Quick CSS:
.main_color.iconbox_top .iconbox_icon {
color: red;
background: blue;
}
2.) Change the title using this:
.iconbox .iconbox_content .iconbox_content_title {
font-size: 13px;
}
Best regards,
Ismael
So habe es hinbekommen.
Der Code muss folgendermaßen lauten:
class=’lightbox’ rel=’prettyPhoto[%GALLERY_NAME%]’
Auf der Seite: https://kriesi.at/support/topic/how-to-use-nextgen-gallery-with-enfold-and-other-kriesi-themes/
fehlt beim Code am Ende das ‘.
Gruß
Sidebar Navigation
Thanks – In my reply #220985 to you I have this code (for the sidebar navigation)
what is NOT working is the a:active –
I would like to have the color (shown in the code below) and be able to remove the color in the background
. Default :active seems to be black or the main content colour.
.main_color .sidebar a:active {
color: #cc4c21;
}
Margin – COLOR SECTION
so this is what I put into the CSS: (with and without a “.” before the workshopcolorsection) and it did not work
.flex_column .avia-slideshow workshopscolorsection {
margin: 0px 0 0 0;
}
…so I did this and the result is that, at the top there is no padding but at the bottom (of the easy-slider) there is.
#workshopscolorsection .flex_column .avia-slideshow {
margin: 0px, 0px, 0px, 0px;
}
If I add some space within the 2/3 column and under the content (next to the 1/3 column which houses the easy-slider) there is MORE space under the easy-slider as well.
Is there a solution?
The box is back! The homepage problems remain but thats off topic..
hello two question:
1. I changed the color of the icons in the icon box but if I put the top I do not change color. how should I do?
2. how do I change the font size of the title of the icon box?
This reply has been marked as private.
Hi!
Please add this suggestion to the feature request thread: https://kriesi.at/support/topic/enfold-feature-requests/ – at the moment the layout builder doesn’t support nested columns.
Best regards,
Peter
Hi dennisoderwald!
Thank you for noticing but I think it has been fixed on the latest update of Enfold. Please try to add this on custom.css or Quick CSS:
.avia-testimonial-wrapper {
display: table;
margin: 30px 0;
clear: both;
}
#top .avia-slider-testimonials.avia-testimonial-wrapper {
min-height: initial;
}
Best regards,
Ismael
Hi!
If you don’t want to show the portfolio grid page in the breadcrumb but just the portfolio categories of the current entry you can use the code I posted here https://kriesi.at/support/topic/breadcrumbs-with-portfolio/ – by going this way the breadcrumbs will always have the same structure but you can’t show the portfolio grid pages in the breadcrumb.
Regards,
Peter
Hey topergarden!
You can change the single post title using this on functions.php:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
function fix_single_post_title($args,$id)
{
if (is_single())
{
$args['title'] = get_the_title($id);
$args['link'] = get_permalink($id);
}
return $args;
}
Add this on Quick CSS to remove the breadcrumbs on single posts:
.single .breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}
Regards,
Ismael
Hey!
Can you please post a screenshot of the issue? I checked the website and the spacing between the icons and the rock image is normal. You can decrease the padding of the content using this on Quick CSS:
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px;
}
Best regards,
Ismael
Hey guys,
When I attempt to delete the top navigation with
#header_meta { display: none!important; }
It also removes the phone number. I already relocated the phone number alongside of the social icons so I’m hoping theres a simple fix to keep the phone number there but see the top navigation get removed as I don’t need it.
Thanks!
-
This topic was modified 11 years, 11 months ago by
jmikhail.
Hi!
Please use this on custom.css or Quick CSS to fix the one fourth column widgets:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .av_one_fourth.first.el_before_av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half {
margin-left: 2%;
clear: none;
}
.responsive .av_one_half.first + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half {
margin-top: 0;
}
.responsive .av_one_fourth.first.el_before_av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth {
margin-left: 2%;
width: 23.1%;
}
}
Cheers!
Ismael
Hey!
Please add this on functions.php to hide the Enfold Theme Options on the dashboard:
function ava_remove_theme_options() {
echo '<style type="text/css">#toplevel_page_avia{display: none;}</style>';
}
add_action('admin_head', 'ava_remove_theme_options');
Cheers!
Ismael
Hi AndrewDelaware!
1.) You can use media queries to position the turtle on different screen sizes. Place something like this on Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.turtle {
position: absolute;
right: -30px;
top: 0px;
}
}
2.) Regarding the animation, you can look for css3 animations tutorial on the web. Apply it to the turtle. Cute turtle by the way. :)
Best regards,
Ismael