-
AuthorSearch Results
-
September 5, 2013 at 7:48 pm #139575
In reply to: Search results page & Iconbox in Sidebar
Hi,
Please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling to display right border.
div#text-4.widget.clearfix.widget_text { left: -1%; }In your WordPress theme directory please go to Enfold > Includes and open Loop-search.php file and find following code in line 119
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>and delete it. It will delete “Wollen Sie sich lieber andere Artikel oder Seiten ansehen?”
Then find following code in line 123
'before_widget' => '<div class="widget avia_combo_widget">',and change it to
'before_widget' => '<div class="widget avia_combo_widget" style="display:none;">',Regards,
Yigit
September 5, 2013 at 7:39 pm #139686In reply to: No responsive MobileMenu on IPad
fixed it. I have 6 Menu items and on default enfold want 8 items to go display the responsive mobilemenu.
changed
Code:if(first_level_items > 8 && !bottom_menu)
{
switchWidth = 989;
header.addClass(‘mobile_menu_tablet’);
}to
Code:if(first_level_items > 6 && !bottom_menu)
{
switchWidth = 989;
header.addClass(‘mobile_menu_tablet’);
}now it works.
Thanks
September 5, 2013 at 7:06 pm #29084Topic: How to create a one page portfolio page slider
in forum EnfoldMichael Oeser
ParticipantHii,
I might have missed something but how can I create a slider like on the one page portfolio demo? Is there a documentation for that?
Thanks
-Michael
September 5, 2013 at 6:58 pm #139614Hi Patrick,
I believe it was intended not to display on mobile for a better user experience as there is already a responsive menu. But if you would like to display it, please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling
div.sub_menu_socket { display: block!important; }#socket .sub_menu_socket li { padding-bottom: 5px!important; }
Regards,
Yigit
September 5, 2013 at 6:46 pm #139498In reply to: How to update without losing settings / content?
Awesome. But when I activate the child theme all my former theme settings are gone. Is there an option to export them enfold theme settings I made at the themes options page and import them once I activated the child theme?
September 5, 2013 at 6:32 pm #139497In reply to: How to update without losing settings / content?
Hi Michael,
Yes Enfold is child theme compatible and you can watch this video that Devin prepated showing how to create a child theme http://vimeo.com/67221517
Regards,
Yigit
September 5, 2013 at 5:17 pm #29085Topic: No responsive MobileMenu on IPad
in forum EnfoldRyuten
ParticipantHey guys,
my responsive MobileMenu for The IPad portrait mode doesn’t work like on the Enfold demo, it only appears like desktop menu Layout and also cover the logo image. On smartphones everything works fine. What could be wrong? I didn’t touched anything on the avia.js file and got Enfold 1.9.x.
Thanks!
September 5, 2013 at 5:13 pm #29083Topic: Comments aren't shown in Pages
in forum Enfolderantdo
ParticipantHi,
Why aren’t the comments showing in Pages? Also, they’re not shown in the recent comments widget (for pages where comments were added before I switched to Enfold)
September 5, 2013 at 5:06 pm #139678In reply to: compatibility with wordpress 3.1
Hi bodnikwebservices,
No it will not. You will need at least WordPress 3.6 to run Enfold 2.0.1.
Regards,
Devin
September 5, 2013 at 4:56 pm #29082Topic: compatibility with wordpress 3.1
in forum Enfoldbodnikwebservices
ParticipantMy client is stuck at WP version 3.1
I have downloaded enfold 2.0.1, will it work on this version of wordpress?
Thanks for your help.
September 5, 2013 at 4:33 pm #136185In reply to: Parallax images are not scaling on iphone
Hi!
Hey! I think I found a solution that should work on mobile devices. Will update the theme later today, let us know if it solves you issue. The enfold version is 2.1
Best regards,
Kriesi
September 5, 2013 at 4:32 pm #138549Hey!
Hey! I think I found a solution that should work on mobile devices. Will update the theme later today, let us know if it solves you issue. The enfold version is 2.1
Best regards,
Kriesi
September 5, 2013 at 4:30 pm #114832In reply to: Enfold Feature Requests
Will be great:
Change the numbers of the related posts in blog single posts with automatically change the size of the thumbs to fit the layout width.
I prefer 3 related posts :)
best
September 5, 2013 at 4:05 pm #136437In reply to: Ajax Gallery
Hey! Ansich kann sich die slideshow schon der größe anpassen, sie nimmt aber per default immer eine auf ein standardformat gecroppte version des bildes. die nächste enfold version die wir heute releasen wird die möglichkeit geben das wenigstens mal programmatisch leicht ändenr zu können.
Soabld du auf version 2.1 geupdated hast füge folgenden code am ende deiner functions.php datei hinzu:
add_filter('avf_slideshow_config','av_change_config_size');
function av_change_config_size($config)
{
if(config == 'gallery') config = 'large';
return config;
}
September 5, 2013 at 4:02 pm #138949In reply to: Megamenu – different background colors for submenus
Hi Josue
I want to change the background color of the submenu for “gadgets” and for “briller” so that the color for “gadgets” is green and the color for “biller” is red on http://ecap.dk
Also I would like to make a new page template (like the blank and archives that is standard in Enfold) – så I can have different background for different page templates. I assume I need to make ie. template-gadgets.php but then also a new header.php ie. header-gadgets.php to change the background image. But the header is loaded in the pagetemplate file, and not by filename, but some sort of function. Can I load a different headerfiler – and if so: how? And is there a more easy way than using file templates if I want to use different backgrounds for different pages?
Thanks in advance.
Best regards,
Thomas
September 5, 2013 at 3:44 pm #136270In reply to: Icons in Enfold
How can I change the title & the icon color? I tried getting the name of the element with Firebug, but I’m a newbie..sorry :)
September 5, 2013 at 3:40 pm #139604In reply to: cursor: default; in the first-level menu
Hi Daniele,
Please add following code to custom.css file or in Quick CSS section in Enfold theme options page under Styling
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { cursor: default!important; }You can add menu item as shown with # to make it not to link to any specific page

Regards,
Yigit
September 5, 2013 at 3:05 pm #139515In reply to: Menu Item Visibility Control
Hi!
You can use the “conditional menu” feature instead: https://kriesi.at/support/topic/enfold-conditional-menu
Regards,
Peter
September 5, 2013 at 2:46 pm #29074Topic: Main and responsive menus overlapping
in forum Enfoldqsiu
ParticipantHi,
I’m using Enfold theme and I am having an issue with the responsive menu. At some point the standard menu is overlapping with the responsive one. You can have a look here, so you get a better idea of what I am talking about: http://awesomescreenshot.com/0601okye5a
By the way, if I make the screen narrower, everything works fine.
Any idea on how can I solve this?
Many thanks,
Martin
September 5, 2013 at 1:51 pm #139248In reply to: Links located in Layer-slider WP
Are you using WordPress 3.6 and Enfold 2.0.1?
September 5, 2013 at 1:19 pm #134068In reply to: Enfold body text is blurry on iOS 7
September 5, 2013 at 1:11 pm #139015In reply to: CSS border over ride
Hey!
Checked the site. Unfortunately it seems that the script that calculates the height of the image and position of the slider does not work when the content is hidden like in these tabs.
you can try the following css changes, i think they should help: we will try to set an explicit width for the tab container so the script should calculate correctly no matter what:
add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:
.sidebar_tab .tab_content{ width: 80%; }
#top .sidebar_tab .tab_titles{width:20%; min-width:0; max-width:1000px;}
September 5, 2013 at 12:37 pm #135940Hey! It seems twitter has also deprecated this way of getting the feed, thats the caue of the error. at this point it is no longer possible to easily retrieve a follower count without complicated authentication. Something which I dont wont to add to the theme itself, so I recommend to search for a plugin that can do that….
The errors will be fixed with the next update
Sorry for that :/
September 5, 2013 at 12:33 pm #29068pbaumann
ParticipantHi there, the footer menu which is placed in the socket doesn’t show on my smartphone. It doesn’t show on your demo either: http://kriesi.at/themes/enfold/
Is that a bug or a feature? Or do I have to set it somewhere?
Best
Patrick
September 5, 2013 at 12:28 pm #139463In reply to: Disable Lightbox
Actually I think I just figured it out – click on which theme to edit (Enfold), copied over entire Register frontend javascripts to child and edit that line. Looks like it worked. THANK YOU!!!
September 5, 2013 at 12:28 pm #114831In reply to: Enfold Feature Requests
Please add a Page Grid similar to the Post Grid. Also make sure that when a category is selected to display the grid, that the side of page navigation stays within that category
September 5, 2013 at 12:16 pm #139601Hi Devin,
Thanks for your quick response. Actually I did not mean the single posts, but the so called “Blog Posts” content element when using the Avia Layout Builder:
E.g. the Recent News item on this page:
http://kriesi.at/themes/enfold/homepage/home-v4-small-slider/
Or the Latest News items on this page:
http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/
The div I would like to add a category class to, is the one with the .slide-entry class:
<div class="slide-entry flex_column post-entry post-entry-250 slide-entry-overview slide-loop-1 slide-parity-odd av_one_third first real-thumbnail">As you can see, the post ID has already been added as a class… If there is a way to add the category that would be great.
Regards, Bas
September 5, 2013 at 12:12 pm #116522In reply to: Enfold Showcase
Hello all – we just launched a B2B page:
The page is about drilling for water and all kinds of natural resources.
By now it is german only, but english and some other languages will come soon.
The site consists of almost 60 single pages
September 5, 2013 at 12:02 pm #139460In reply to: Disable Lightbox
where do I place the code in the Enfold child theme? Thanks again for your help
September 5, 2013 at 11:55 am #139600Hi Bas,
The posts already have a category class on them actually. For example, open up this page: http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/
In dev tools add this css:
#top.single-post .category-images {
background: #333;
}Regards,
Devin
-
AuthorSearch Results
Viewing 30 results - 239,041 through 239,070 (of 243,737 total)
-
Search Results
-
Hii,
I might have missed something but how can I create a slider like on the one page portfolio demo? Is there a documentation for that?
Thanks
-Michael
Hi,
Why aren’t the comments showing in Pages? Also, they’re not shown in the recent comments widget (for pages where comments were added before I switched to Enfold)
My client is stuck at WP version 3.1
I have downloaded enfold 2.0.1, will it work on this version of wordpress?
Thanks for your help.
Hi there, the footer menu which is placed in the socket doesn’t show on my smartphone. It doesn’t show on your demo either: http://kriesi.at/themes/enfold/
Is that a bug or a feature? Or do I have to set it somewhere?
Best
Patrick
