Hi!
I just saw that you have posted your website on another thread so i could take a look at your website. I still think is issue is caused by following css code
.textwidget span.av_font_icon.avia_animate_when_visible.av-icon-style-.av-no-color.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation {
margin-top: -12px!important;
}
Can you try removing it and adding following code instead
#footer .av_font_icon { margin-top: -12px !important; }
Best regards,
Yigit
Hey Kropstar!
Please go to wp-content\themes\enfold\includes\admin folder and open register-backend-styles.php file. There you can find predefined colors. For adding Google fonts, please see Ismael’s post here https://kriesi.at/support/topic/fonts-3/#post-213641
Best regards,
Yigit
Thanks so much Yigit. It worked like a charm :)
E.
Hi!
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.
Cheers!
Ismael
Hello! I have a question.
How do i remove the “portofolio-item” from URL? Because i don’t want to show.
For example i don’t want: http://www.studioblitz.ro/portofolio-item/filmari-nunti-otopeni-cu-simona-si-bogdan/
I want: http://www.studioblitz.ro/filmari-nunti-otopeni-cu-simona-si-bogdan/
Please advise me in order to progress further.
Thank you!
With respect,
Sorin
Ok i found the solution :
I used “CSS Classes (optional)” in menu a use the following css
.main_color .widget_nav_menu ul:first-child>.catego, .main_color .widget_nav_menu ul:first-child>.catego {
color: #5c5c5c;
border-top-width: 1px;
border-bottom-width: 1px;
border-style: dashed;
}
.widget_nav_menu ul:first-child>.catego, .widget_nav_menu ul:first-child>.catego, .widget_nav_menu ul:first-child>.catego-ancestor {
width: 100%!important;
padding-right: 52px;
padding-left: 0;
left: auto;
top: 1px;
}
Seems to be ok
Hey Ismael,
thanks a lot for your answer. It helped me out. I found what I was looking for :)
I have one more question and perhaps I can ask it here instead of creating new topic. I would like for the headlines in the textblocks to be set to “normal size” as default and to be able to change to “bold size” if needed. Is this possible? If I choose a special heading the H! is normal but not in text block?
Thanks again.
Regards
Kris
Hello,
Thank you for the input. I found the “color section.” Is it possible to make color sections in posts as well?
Also, after I make the color section, could you please advise on how to place the panorama into this section?
Panos are implemented through shortcode:
[panorama360 src=”http://kenko8.com/pano/wp-content/uploads/2014/01/panoo.jpg” style=”position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0;” mousewheel=”1″][/panorama360]
I have the above css in my quick css btw.
Thank you
Hey!
Du kannst alle Feature Requests hier: https://kriesi.at/support/topic/enfold-feature-requests/page/18/ posten.
Öffentliche Roadmap gibt es derzeit keine. Der Plan sieht derzeit so aus, dass wir heute oder morgen ein Update veröffentlichen, welches Video Backgrounds und Parallax Effekts zu “Color Sections” hinzufügt und man kann jetzt auch Videos zu den Slidern hinzufügen. Weiters gibt es Detailverbesserungen – zB aktualisiert sich jetzt die Filter Liste des “Masonry Portfolios”, wenn man den “Load More” button klickt und die Copyright Zeile unterstützt jetzt Shortcodes. Das nächste Update wird vermutlich rtl Support und LayerSlider 5 bringen und dann sehen wir weiter.
Regards,
Peter
Dear Support,
for my website http://www.busch-analytics.de I put my phone-number in the header area.
Via CSS I changed the color into white. This works fine on my laptop, but not on iPhone/iPad.
On iPad/iPhone the text “Telefon” is white, but not the numbers. What’ s the reason for this strange phenomenon?
What I found out is, if I change the numbers to text, it works as it should do.
How can I change this?
This is my CSS-code (Quick-CSS)
.header_color .phone-info {
color: #ffffff !important;
}
Thank you very much for your help.
Kindest regards,
Klaus
Hey condonpb!
Please go to Enfold theme options > Header tab and choose to display “Non-fixed header with additional navigation” and add your text in “Phone Number or small info text” section
Cheers!
Yigit
Hi sbeauchesne!
1) You can use this plugin to maximize the search power of your website: SearchWP
Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
2) You can hide the sidebar with following css code – insert it into the quick css field
#top.search .sidebar {display: none !important;}
#top.search .content.template-search {width: 100% !important;}
3) Yes, insert this code at the very bottom of functions.php:
add_filter('avf_ajax_search_label_names','avia_change_pt_label_name', 10, 1);
function avia_change_pt_label_name($label)
{
if($label == 'Portfolio Items') $label = 'Partners';
return $label;
}
Best regards,
Peter
Hey!
You don’t need to hack the theme files – please insert this code into the functions.php file: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202 and make sure that the font family name and icon char code is correct.
Regards,
Peter
Hey!
I think the high z-index doesn’t work because the main menu container z-index is set to 100. Try to use following code
.main_menu {
z-index: 1500;
}
to increase it.
Best regards,
Peter
Dear Sirs,
I need to have a top line header to put text into this area. Can you tell me how to do this and also add the text . My site is at http://www.idesign-websites.co.uk password is “giles123”
Please see example I am trying to copy is at http://www.romulusconstruction.com
Many thanks
Peter
I have added padding to the fullwidth easy slider image div so that the image fits better with my site and the prev – next navigation arrows still remain at the outside of the page. Here is the css I changed.
.av_slideshow_full li img {
padding: 0 10%;
}
Now there is a line / border that appears on the outside of the slider image as demonstrated in the screenshot below.

This line also appears the moment before the slider loads then it goes away.
How can I remove this line or border?
Hi Ismael,
Yes but please see the first post:
“If I put the blog shortcode in a 75% width segment and the page template with no sidebar, then insert a 25% width section with the widget shortcode, I encounter two problems. The first: the blog element style changes and forces me into a center justified layout with thumbnail on top. The second is that although the widget appears, there is no vertical dividing line between the blog content area and the sidebar.”
I already tried that and the blog style change and the sidebar line disappeared. Just to clarify, I’d like the thumbnail to remain on the left side not go up and center, and would like the grey line that separates the blog and widget area to remain visible. Is that doable?
Thanks!
Karl.
-
This reply was modified 11 years, 11 months ago by
karlbaz.
I did a search and on line 300, I made the change below.
function avia_responsive_menu()
{
var win = $(window), header = $(‘.responsive #header’);
if(!header.length) return;
var menu = header.find(‘.main_menu ul:eq(0)’),
first_level_items = menu.find(‘>li’).length,
bottom_menu = $(‘html’).is(‘.bottom_nav_header’),
//switchWidth = 767;
switchWidth = 1000;
if(first_level_items > 7 + header.find(‘#menu-item-search’).length && !bottom_menu)
{
switchWidth = 989;
header.addClass(‘mobile_menu_tablet’);
}
I also saw on line 1593 below which I did not change:
//plugin’s default options
var settings = {
switchWidth: 768,
topOptionText: ‘Select a page’,
indentString: ‘ ‘
};
But no luck. What did I do wrong? http://www.kennethbsmith.com/clients/abww/
Hi!
1.) You can add this on Quick CSS to make the heading row background white.
.main_color tr:nth-child(odd) {
background: white;
background-color: white;
}
2.) Use this:
td img {
margin: 0 auto;
}
3.) Add this one to vertical align the text and all elements within the table at the top:
td > *, tr > * {
vertical-align: top;
}
Regards,
Ismael
Oh, and FYI – I’m sure you can probably tell, but those links are the top menu items on the site. Thanks!
I have two installations of Enfold running the same version (2.4.5). However, it was brought to my attention that one site is encountering problems on iPads (both portrait and landscape orientation). I was able to reproduce the issue on multiple iPad 2s. I was not able to reproduce the issue on iPhones or desktops.
In trying to deduce the source of the problem, I tried copying and pasting the quick CSS from the functioning version to the non-functioning version without avail.
I also tried Yigit’s solution (https://kriesi.at/support/topic/mobile-menu-not-showing-on-ipad-2/), but it did not help
Any help would be much appreciated!
Functioning: http://www.snapcause.com/merchants
Non-Functioning: http://www.snapcause.com
Hi Munford!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-section.av-minimum-height .container .content { vertical-align: top; }
Regards,
Yigit
Hi David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header #main {
padding-top: 98px;
}
#main { background-color: transparent; }
Cheers!
Yigit
Hey wesleysoccer!
Can you post the link to your website? I have checked the one you have posted in your older topics but could not find the element
Cheers!
Yigit
Hi Js-interactive!
Please refer to this topic to add social icons to socket section https://kriesi.at/support/topic/footer-socket-question/#post-193649
And you are going to need to find a subscription plugin and implement it in Footer.php file in Appearance > Editor. Your code should go between
<!-- ####### END FOOTER CONTAINER ####### -->
and
<!-- ####### END SOCKET CONTAINER ####### -->
Cheers!
Yigit
Hi!
Please try adding following code to Quick CSS instead
.hr {
padding-top: 50px!important;
}
Regards,
Yigit