Forum Replies Created
-
AuthorPosts
-
May 22, 2014 at 6:03 pm in reply to: Enfold> Header Layout> Extra Elements> Header Social Media Icons – Error #268702
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
The Layout elements are meant to be used as containers, so if you want to insert ‘info’ into it you’d simply drag the proper Content elements into it:

You can even have Widget there using the “Widget Area” element.
Regards,
JosueHave you tried applying the code i provided?
Regards,
JosueHi Michael!
Try the following, add this to your theme / child theme functions.php:
function columns_class_mod(){ ?> <script> (function($){ $(window).load(function() { $(".custom_elements").each(function(){ var theClasses = $(this).attr('class').split(' '); for (var i = 0; i < theClasses.length; i++) { if (theClasses[i] === "custom_elements") { theClass = theClasses[i+1]; } } $(this).parents(".flex_column").addClass(theClass); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'columns_class_mod');Now, this will make each element with a class of custom_elements apply its next class to its parent flex_column element.
For example here i have a text elements inside a column, i have set the identifier ‘custom_elements’ class first and the class i want to apply to the parent element last (custom_class):
The result:
Then you can target the column with:
.flex_column.custom_class{ ... }This was implemented in 3.2, no need for this mod.
Cheers!
Josue-
This reply was modified 10 years, 4 months ago by
Josue.
Hi!
If you are referring to the slider, yes you can get something like that with LayerSlider.
Regards,
JosueYou are welcome, if you need further assistance you can always contact a developer from:
http://codeable.io
http://kriesi.at/contact/customization
http://studio.envato.com/explore/wordpressRegards,
JosueHey Demien!
It is possible but it would require a heavy theme modification, unfortunately that’s beyond the scope of the support we can offer.
This links may be helpful:
http://wordpress.stackexchange.com/questions/75572/getting-recent-posts-from-all-blogs-on-mother-blog-multisite
http://wordpress.stackexchange.com/questions/98965/get-posts-from-sites-in-multisite
http://premium.wpmudev.org/projects/tag/global-listing/Best regards,
JosueHi!
Please update the theme to the latest version of Enfold (2.7.1).
Cheers!
JosueHey!
You have 2.4.4, sometimes the auto updater may fail because it depends on an external API, please update via FTP:
Regards,
JosueHi,
Can you post a link to your website please?
Regards,
JosueHey!
Do you have the latest version of Enfold (2.7.1)?
http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
JosueHi Jonas!
Try with this:
#top .ctabox2{ width: 400px !important; }Cheers!
JosueHi Laurent!
Are you using the latest version of Enfold?
Best regards,
JosueHey Dan!
That is a custom element created by Kriesi just for his site so you would need to have it custom written by a freelance developer. You can contact one here.
Best regards,
JosueHi,
Can you create me an administrator account? post it here as a private reply.
Regards,
JosueI can’t do that, if you say you switched it off maybe it’s a matter of time, i’ll try later.
Cheers!
JosueHi!
A coming soon page is displayed.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueMay 22, 2014 at 1:21 am in reply to: set background color of avia mega menu to different color than header #268376You are welcome :)
Hi,
Can you post a link to your website please?
Regards,
JosueMay 22, 2014 at 12:13 am in reply to: set background color of avia mega menu to different color than header #268360Hi!
Try with this:
#avia2-menu .sub-menu li:hover a{ background-color: blue !important; }Cheers!
JosueThis will do it:
input#dt_search { position: relative; left: -20px; }Cheers!
JosueHi,
Can you post a link to your website please?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueI guess you are referring to the number of night element, try:
.dt_num_nights { position: relative; left: -15px; }Cheers!
JosueYou are welcome :)
May 21, 2014 at 11:52 pm in reply to: set background color of avia mega menu to different color than header #268343I see why, try with this code instead:
/* Idle */ .avia_mega_div .sub-menu, .avia_mega_div .sub-menu a{ background: red !important; } /* Hover */ .avia_mega_div .sub-menu a:hover{ background: peru !important; }Change as needed.
Regards,
JosueHello,
Are you using the latest version of Enfold / GF / WordPress?
Also try to deactivate all third party plugins (except GF) to see if it gets fixed.
Regards,
JosueHello!
It is possible but it would require a heavy theme customization and unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueIt seems some of the rules are not getting applied, try adding !important:
div.dt_leaving.dt_field { width: 200px !important; } .dt_state_switch_item { height: 21px !important; } div.dt_state_switch { width: 109px !important; } .dt_box_type2 { height: 150px !important; }Regards,
Josue -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
