Forum Replies Created
-
AuthorPosts
-
Hey Ariane!
Can you post a screenshot of your view? here’s what i see – http://screencast.com/t/4UrxFrM37A15
Best regards,
JosueHi Manu!
They are using CSS to rotate the header and the slider, technically you can do the same in Enfold, for example if you are using LayerSlider:
#layer_slider_1 { -webkit-transform:rotate(-2.8deg); -moz-transform:rotate(-2.8deg); -ms-transform:rotate(-2.8deg); -o-transform:rotate(-2.8deg); transform:rotate(-2.8deg); -webkit-transform-origin:0 0; -moz-transform-origin:0 0; -o-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; margin-left: -150px; margin-right: -150px; }Best regards,
JosueHey!
I can’t see the page you linked, a splash image is displayed.
Best regards,
JosueNovember 19, 2014 at 5:09 am in reply to: Replace Default logo with Text or remove it completely. #353480You are welcome Russ, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/Regards,
JosueNovember 19, 2014 at 4:59 am in reply to: WPML switching off language switcher various locations #353478Hey Martijn!
Try adding this code to the Quick CSS:
.icl_post_in_other_langs, #lang_sel_footer { display: none; }Cheers!
JosueNovember 19, 2014 at 4:58 am in reply to: Page with color section breaks codes on search page when click on tag #353477Does it gets fixed if you disable that plugin?
Regards,
JosueNovember 19, 2014 at 4:58 am in reply to: Replace Default logo with Text or remove it completely. #353476Hi!
Just add the font-family property:
.subtext .first-line { font-size: 16px; font-family: "Verdana"; color: white; } .subtext .second-line{ font-size: 14px; font-family: "Georgia"; color: peru; }Best regards,
JosueNovember 19, 2014 at 4:47 am in reply to: Replace Default logo with Text or remove it completely. #353473Hey!
Check it now, i modified the code in functions.php and added this to style.css:
.subtext .first-line { font-size: 16px; color: white; } .subtext .second-line{ font-size: 14px; color: peru; }Change as needed.
Cheers!
JosueHi,
Does the issue persists with the default WordPress theme activated?
Cheers!
JosueNovember 19, 2014 at 3:32 am in reply to: WPML switching off language switcher various locations #353454Hi Martijn!
That normally happens when you copy the code directly from the mail notification, i’ve now added it to the theme functions.php via FTP.
Cheers!
JosueHey!
Hmm, that code you just quoted is used to change the dynamic stylesheet name, try adding it again then go to the Theme Options, make a little change and click the Save button so the new dynamic stylesheet gets generated.
Cheers!
JosueHi!
Please review your site, widgets no longer repeat in the forum index and threads, here’s how the widget area looks – http://screencast.com/t/EgNGLoG8xuD
Cheers!
JosueNovember 19, 2014 at 3:10 am in reply to: Replace Default logo with Text or remove it completely. #353447Hi!
Please review your website. Here’s what i did:
1. Changed the background image from an Image element to a Color Section (you can also a fullscreen slider for this) so it spans the browser window.
2. Applied Yigit’s solution to replace logo.
3. Changed Header Size in Theme Settings > Header.
4. Changed Transparency Settings in Theme Settings > Header.Regards,
JosueHi Paul!
Can you post a screenshot of that issue? i couldn’t note it on my end – http://screencast.com/t/2MqAD3ZpliE
Cheers!
JosueHey!
How is MediaElement affecting the functionality of your media grid plugin?
Regards,
JosueNovember 19, 2014 at 2:51 am in reply to: Header Changes color when we browser width is narrowed. #353441Hey!
I think all is sorted now, i’ve added and modified some things in your Quick CSS, most of these problems appeared because the codes you were using to have this header layout were affecting the mobile view too, it should have been limited to desktop only, in the future you can use this media query for that:
@media only screen and (min-width: 767px) { /* Only desktop */ }Best regards,
JosueHi Tech!
I think you need to change that in the slide settings instead – http://i.imgur.com/xUO8dBW.png
Best regards,
JosueHey Santos Ramos!
MediaElement is part of the WordPress core, there are some ways to disable it (at your own risk).
Regards,
JosueHi Gabe!
Use this code instead:
#header .avia_mega_div { max-width: 500px !important; min-width: 500px !important; left: 0 !important; }Regards,
JosueHey!
It works now, the Root Relative URLs plugin was the culprit of the issue.
Best regards,
JosueNovember 18, 2014 at 11:24 pm in reply to: Enfold theme – Sort portfolio items for real estate website #353329Hi!
Try the following, open /enfold/config-templatebuilder/avia-shortcodes/portfolio.php and look for this part (~470):
$markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= '<header class="entry-content-header">'; $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>"; $output .= '</header>';Change it to:
$markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= '<header class="entry-content-header">'; $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>"; $output .= "CUSTOM META CODE HERE" $output .= '</header>';To do this modification using child theme shortcodes:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Cheers!
JosueHi,
Can you please create us a WordPress administrator account? we can try to clean up the code.
Regards,
JosueHello,
Yes, i could help you with that because it was more of an actual compatibility issue with Enfold, what you are asking now is a customization request for something we didn’t develop (a third-party plugin).
Regards,
JosueHello,
Unfortunately we can not help you with that as it is outside our support scope (third-party plugin customization).
Best regards,
JosueHi!
Try with this code:
#top #wrap_all .av-social-link-vine:hover a{color:#fff; background-color:#37589b; }Regards,
JosueYou are welcome Havi, glad we could help :)
Regards,
JosueNovember 18, 2014 at 1:12 am in reply to: Page with color section breaks codes on search page when click on tag #352796Hi!
Login doesn’t work, please re-check.
Regards,
JosueNovember 18, 2014 at 12:50 am in reply to: CodeStyling Localization plugin problems after update to Enfold 3.0.2 #352783Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Havi!
Try adding this code to the Quick CSS:
.av-masonry-date { display: none; }Cheers!
JosueHey!
I guess the issue is now resolved, please let us know so we can close the thread.
Best regards,
Josue -
AuthorPosts
