-
AuthorSearch Results
-
October 19, 2013 at 11:44 pm #177957
In reply to: Video tutorials
Hey elames!
Its basically the same as adding a regular slideshow like in this video: https://vimeo.com/channels/aviathemes/64927358
Except its using the fullscreen slider element. The big hang up I think people typically have is that in the demo the first image has the logo right on the image and there isn’t an option to add a separate logo on top. Eg: http://kriesi.at/themes/enfold/files/2013/06/tablet-2-1500×1500.jpg
Best regards,
DevinOctober 19, 2013 at 4:13 pm #177897Topic: Sticky Posts not working
in forum Enfoldflylanddesigns
ParticipantHi! I have the Enfold theme on this site: http://www.flylanddesigns.com
I’ve selected 2 or three posts as “Sticky” posts, that I want to always show up top. But for some reason that doesn’t seem to be happening. Is that feature incompatible with this theme? Thanks in advance for your help,
October 19, 2013 at 2:02 pm #177876In reply to: Secondary Dropdown element gets cut off in iPad
Hi!
You can use this css code to change the dropdown position:
#top #header_main_alternate .main_menu .menu #menu-item-2842 ul.sub-menu{ right: 207px; }I’ll tag the thread for Kriesi, maybe he wants to write a small javascript function which checks the dropdown position and adjusts the left/right value dynamically if necessary. For now you need to change the position manually.
Regards,
PeterOctober 19, 2013 at 12:59 pm #177862In reply to: Same size for "lists" and text
Hi mikaelsv!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.entry-content-wrapper li { font-size: 14px; } ul { margin-top: 0.85em; }Best regards,
YigitOctober 19, 2013 at 12:36 pm #177851In reply to: How to add a new icon sub-top-navigation for phone?
Hey!
Follow Dude’s Instruction:
1) Please edit /wp-content/themes/enfold/includes/admin/register-admin-options.php and search for
"subtype" => array( '500px' => 'five_100_px', 'Behance' => 'behance', 'Dribbble' => 'dribbble', 'Facebook' => 'facebook', 'Flickr' => 'flickr', 'Google Plus' => 'gplus', 'Instagram' => 'instagram', 'LinkedIn' => 'linkedin', 'Pinterest' => 'pinterest', 'Skype' => 'skype', 'Soundcloud'=> 'soundcloud', 'Tumblr' => 'tumblr', 'Twitter' => 'twitter', 'Vimeo' => 'vimeo', 'Xing' => 'xing', 'Youtube' => 'youtube', 'Special: RSS (add RSS URL, leave blank if you want to use default WordPress RSS feed)' => 'rss', 'Special: Email Icon (add URL to a contact form)' => 'mail', )),You can add your social media icon to the array. The first value represents the caption in the dropdown, the second value will be used to show embed the icon (icon/character code). We’ll include a filter in the next update which helps you to add a social icon without modifying the theme files.
Then add following code to functions.php
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['behance'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue915'); return $icons; }and instead of “behance” insert the option value of your social icon (replace it with the same value you used for the “icon/character code” in step 1). You also need to replace ue915 with the character code of your icon – if you don’t know it you can use fontello.com to look up the default values (click on the social icon and select “Customize Codes”).
Cheers!
PeterOctober 19, 2013 at 12:31 pm #177847In reply to: Square top images only for portfolio entries?
October 19, 2013 at 12:26 pm #177845In reply to: Icon List Error on iPad
Hi!
I updated the code in this post https://kriesi.at/support/topic/icon-list-error-on-ipad/#post-177463
Please try this oneRegards,
YigitOctober 19, 2013 at 12:06 pm #177831Topic: Can't Change Transitions on Layerslider.
in forum EnfoldPPCHound
ParticipantHi,
Having made the code change shown here
https://kriesi.at/support/topic/i-can-not-create-any-3d-transitions-enfold-responsive-multi-purpose-theme/#post-26497The error shown on that thread has now been fixed for me. However, the transitions still don’t fire, even after selection and saving in the UI.
Also, in the transition builder section of Layerslider WP, the ‘add new’ buttons don’t trigger. I’m guessing there are some files missing somewhere.So, I downloaded the theme from themeforest, unzipped it, and compared the js directories with my local setup. They are the same.
Can someone in support please check back in your version control for missing files?kindest regards,
PPCHOund
October 19, 2013 at 12:01 pm #177828In reply to: Menu with logo above content – Problem
you already gave the answer in another threat:
.content { padding-top: 50px; }
#header_main_alternate { z-index: 2; }that worked out!
October 19, 2013 at 11:59 am #177826In reply to: Menu with logo above content – Problem
Hi Simon!
Seems like you already customized it but if you have not, please add following code to Quick CSS and adjust as desired
.home .content { padding-top: 0px; }Regards,
YigitOctober 19, 2013 at 11:46 am #177823Topic: Layerslider – cannot create transitions
in forum Enfoldyusufhgmail
ParticipantHi, I previously had the error message described in this post: https://kriesi.at/support/topic/strange-error-message-on-layerslider-wp-transition-builder/
Then I followed the instructions on this post as you advised me to: https://kriesi.at/support/topic/i-can-not-create-any-3d-transitions-enfold-responsive-multi-purpose-theme/#post-130631
See screenshot of code change I made as advised: http://screencast.com/t/uvo6h2hyGz
This has removed the error message (thank you): http://screencast.com/t/DkKM3yN6tJ
But I still cannot create new transitions. When I click “Add New” (either 3D or 2D), then the only thing that happens is that the URL changes from:
http://www.devicage.com/wp-admin/admin.php?page=layerslider_transition_builderTo:
http://www.devicage.com/wp-admin/admin.php?page=layerslider_transition_builder#But nothing else happens. Screenshot: http://screencast.com/t/3p5FJQlDDWJ
Can you please help me solve this problem? Aside from this, I have not done any other code customizations. This is a vanilla install. Latest Enfold version being used (don’t know where to see the version number but in the Enfold folder it says I am on the latest one.)
-
This topic was modified 12 years, 4 months ago by
yusufhgmail. Reason: Small clarification
October 19, 2013 at 9:43 am #177796In reply to: Menu stop working for guest user and woocommerce
Sorry, sorry … the problem was caused by a link in the menu we used it as a separator for the columns. Link deleted and recreated the menu, everything came back ok.
Thanks and sorry.
October 19, 2013 at 9:28 am #177794In reply to: Spacing Between Tabs
I am using top tabs – I just need a couple of px spacing between the top tab title boxes.
Thanks
Andrew
October 19, 2013 at 8:17 am #177776In reply to: Menu Bugs[Table & Desktop]
This reply has been marked as private.October 19, 2013 at 8:16 am #177774In reply to: Menu Bugs[Table & Desktop]
Hi!
The link you provided is broken: http://sandbox.hipcure.com/philsouth
I tried the http://sandbox.hipcure.com but it is broken too or doesn’t exist. Are you sure this is the correct link ?
Cheers!
IsmaelOctober 19, 2013 at 8:14 am #177773In reply to: Narrower content slider…?
Hey!
Please insert the Content Slider after the Layer Slider or any other element.Remove the title on each slide and save changes. Add this on your custom.css or Quick CSS:
.content, .sidebar { padding-top: 5px; } #top .avia-smallarrow-slider-heading { display: none; }Best regards,
IsmaelOctober 19, 2013 at 7:36 am #177754In reply to: Header menu button
Hi!
It looks ok on my end. Please edit Yigits code to something like this:
li#menu-item-3512 a { padding: 5px 10px; background-color: blue!important; color: white!important; height: 30px!important; line-height: 20px!important; margin-top: 43px; border-radius: 10px; }This is the screenshot:

Regards,
IsmaelOctober 19, 2013 at 7:16 am #177750In reply to: Adding Custom Social Icons
Excellent. This worked perfect! Consider the topic resolved. Thank you!!
October 19, 2013 at 5:06 am #177709In reply to: How to translate widget footer in Enfold
Hi CAUM!
You can try doing it with this plugin http://wordpress.org/plugins/codestyling-localization/
For more info, please take a look at this topic: https://kriesi.at/support/topic/how-to-translate-enfold-site-with-wpml-correctly/
Best regards,
JosueOctober 19, 2013 at 3:18 am #177682Hello!
Yes it could, but that is a very deep customization. perhaps can be added as a feature request, If you really need it try hiring a freelancer for the job.
Cheers!
JosueOctober 19, 2013 at 3:12 am #177678In reply to: Sidebar disappears
Hi bmorejamie!
You can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {display: block; } }Remove browser cache then reload the page a few times.
Regards,
IsmaelOctober 19, 2013 at 2:50 am #177660In reply to: Enfold > Color Section > Vertical alignment
Hi!
Use this code instead:
h2{ font-size: 27px; } #gform_fields_1 > li { margin-top: 0 !important; }Result:

Regards,
JosueOctober 19, 2013 at 2:39 am #177653In reply to: Spacing Between Tabs
Hi Andrew,
What kind of Tab are you using (left or top), can you post the link to your website please?
Regards,
JosueOctober 19, 2013 at 2:25 am #177633Hi net-guru!
Edit the slider then go to Global Settings. Go to Slideshow panel and turn off “Automatically play videos” option.
Regards,
IsmaelOctober 19, 2013 at 2:22 am #177629In reply to: Menu stop working for guest user and woocommerce
Hey ligend!
I didn’t note any issue, mind posting a screenshot?
Cheers!
JosueOctober 19, 2013 at 2:12 am #177624In reply to: search in top all white
Hey!
Add this code to the Quick CSS:
#s{ color: #333; } #searchsubmit{ background-color: #79C142; color: #FFF; border-color: #57A020; } .ajax_search_content * { color: #333 !important; }Best regards,
JosueOctober 19, 2013 at 2:09 am #177620In reply to: little css modifications
Hola Xavier!
Para los puntos 1 y 2, agrega este código al Quick CSS:
#top .social_bookmarks li { border: 0 !important; } #top .social_bookmarks li a, #menu-item-126 a{ color: white !important; }Explicame los últimos dos puntos, no te logre entender del todo:
3) On the main menu, level 2, which is set with green background option on which we are passing.
4) the socket have the “escalamas 2013″ associated with http://www.escalamas.comSaludos!
JosueOctober 19, 2013 at 1:06 am #177607Topic: Change placement of navigation secondary menu
in forum Enfoldmikey66
ParticipantIs it possible to change the placement of the navigation secondary menu? I’d like to place it underneath the main menu. It’s getting lost at the top of the page. And I don’t want it in the footer.
October 19, 2013 at 12:08 am #177603In reply to: bad load logo image with css changes
Hi, whith chrome don’t works too sometimes……..
I put my code of “custom.css”.
——–
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */h1, h2 {
font-family: “brandon-grotesque”,sans-serif; font-weight: 900; font-style: normal;
}h3, h4, h5, h6 {
font-family: “brandon-grotesque”,sans-serif; font-weight: 900; font-style: italic;
}/* META */
#header_meta { background: #600318; }/* HEADER */
#header_main { height: 200px; line-height: 200px; background: #600318; border: none; }
#header_main .logo { height: 200px; line-height: 200px; top: 0px; }/* POSICION DEL MENU */
.main_menu
{height:25px; top:75px; right: 0px;}/* POSICION DE LA BARRA */
.main_menu ul li a {height: auto !important; line-height: 40px !important; }/* MENU 1 */
.main_menu ul:first-child > li > a
{ font-size: 20px; font-family: “brandon-grotesque”; color: #FFFFFF !important; padding:2px 7px; }
.main_menu ul:first-child > li > a:hover
{ color: #5B8C00 !important; }/* MENU 2 */
#top .main_menu .menu li ul a
{ font-size:12px; line-height: 9px !important; font-family: “Source Sans Pro”; color: #000000 !important; }/* TITULO */
.title_container .main-title { display: none; }/* PESTAÑAS WOOCOOMMERCE */
#top .woocommerce-tabs .tabs li a {
cursor: pointer;
margin: 0px 0px 0px 0px;
display: block;
float: left;
z-index: 2;
position: relative;
padding: 12px 16px;
top: -1px;
font-size: 11px;
-moz-user-select: none;
border-style: solid;
border-width: 1px;
}}
——–Thanks so much!!!
Xavier.
October 18, 2013 at 11:42 pm #177597In reply to: search in top all white
This reply has been marked as private. -
This topic was modified 12 years, 4 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Sticky Posts not working
Hi! I have the Enfold theme on this site: http://www.flylanddesigns.com
I’ve selected 2 or three posts as “Sticky” posts, that I want to always show up top. But for some reason that doesn’t seem to be happening. Is that feature incompatible with this theme? Thanks in advance for your help,
Hi,
Having made the code change shown here
https://kriesi.at/support/topic/i-can-not-create-any-3d-transitions-enfold-responsive-multi-purpose-theme/#post-26497The error shown on that thread has now been fixed for me. However, the transitions still don’t fire, even after selection and saving in the UI.
Also, in the transition builder section of Layerslider WP, the ‘add new’ buttons don’t trigger. I’m guessing there are some files missing somewhere.So, I downloaded the theme from themeforest, unzipped it, and compared the js directories with my local setup. They are the same.
Can someone in support please check back in your version control for missing files?kindest regards,
PPCHOund
Is it possible to change the placement of the navigation secondary menu? I’d like to place it underneath the main menu. It’s getting lost at the top of the page. And I don’t want it in the footer.
