Where in the CSS can I adjust the spacing between form fields?
Could I even get the labels on the left side of the field? This way I can stack them on top of one another with just a few pixels in between for an even more compact design? A Form Sandwich if you will…
My gaol is:
Name: [________________]
Label: [________________]
Label: [________________]
Label: [________________]
I’ve been flirting with CSS all day trying to pinpoint it myself, but I just cannot seem to find anything without it affecting the another.
Hey Josue,
thanks but is not what I need. The Font is stay on top on this way. Can´t understand why this happens. I think it can´t be an plugin issue, I have exactly the same page as clone. With all plugs deactivated it´s the same. There are some other issues with the width of some elements, too. I think it´s since the last update, before it works fine. It´s last version of enfold and wp 3.9.
I also searched for missing signs in my own style-sheet, all seems fine.. It just causes below 768 px. Please look with resizing your Browser. I doesn´t anything in media-queries what can causes this..
That´s not great, it´s on clients website and it´s online. All works fine before..
Please scroll down, the other headings are on top, too. Normally they have to stay in the middle..
I deactivated caching and minify
Best regards
Hey!
I have checked once again on 7.0.3 on your new page – https://dl.dropboxusercontent.com/u/14975671/slider1.mov
Cheers!
Yigit
Yigit tried in 7.0.3, there is not really a big difference between Safari 7.xx versions, this may be happening by something installed or configured in your computer.
Best regards,
Josue
This reply has been marked as private.
But in this video you are using safari 7.0 not my version :(
Hey!
I have edited the code i posted here – https://kriesi.at/support/topic/white-bullets-on-colored-background/#post-257954
Please replace it with that one so code will be applying only on that certain page
Cheers!
Yigit
Hi!
I tried with that Page and it worked as expected:
http://screencast.com/t/cIP3McNtzK
We can’t fix an issue we can’t reproduce.
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
#top.home .entree-background .post-entry:before {
height: 10%;
}
}
Cheers!
Josue
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 990px) {
.title_container .breadcrumb {
right: auto;
top: 80%; }}
Regards,
Yigit
Hey!
You can add your video manually. please edit this code – http://pastie.org/9120886
Best regards,
Yigit
I understand that WordPress strips parameters. I’m wondering if there is a way to make the button open a lightbox window with an embedded video.
This reply has been marked as private.
Well, after i updated the theme, somehow the flags were automatically in the header without having to include them in the header, so i could move them with simple alignment! Thank you very much, now the dropdowns are also working!
Hey!
No problem. Let us know if it works.
Cheers!
Ismael
Hi!
Thank you for the login details but it is not working. Please check. Thanks!
Best regards,
Ismael
@ismael,
the code given by u just hides mega menu,
i want to disable it, because its clashing with one plugin
When i do this it works
add_theme_support(‘avia_mega_menu’);
To this:
//add_theme_support(‘avia_mega_menu’);
But how to do this in the child theme.
Also can i disable mega menu for the top menu only?
Disable means disable not hide.
Hi!
Thank you for the update.
Please use this instead:
#top #s {
border-radius: 11px;
}
#top #searchsubmit {
border-top-right-radius: 11px;
border-bottom-right-radius: 11px;
}
Best regards,
Ismael
This reply has been marked as private.
This reply has been marked as private.
updated topic. Still not working the slider
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
margin-left: 35%;
}
#header_main .social_bookmarks {
top: 15%; }}
Cheers!
Yigit
Hi,
I hope I can explain this with my bad English …
I would like to use ENFOLD within my WP network in different sub-blogs with completely different designs. As far as I know you’ve told somewhere in the forum, that this is possible.
But how can I handle it, when I need to make changes to files in the
- include-folder –> loop-index.php, loop-search.php, comments.php
- js-folder –> avia.js
- framework-folder –> php-folder –> class-framework-widgets.php and class-breadcrumb.php
- root –> footer.php, template-builder.php etc.
Should I make my changes in these files and copy these files into the childtheme folder with creating corresponding folders like “include” folder for example in the childtheme folder?
The changes in these files would be different for each sub-blog/child theme.
I have downloaded ENFOLDs demo childtheme files – but how to deal with my changes mentioned above, where to copy them and how?
Thanks for any advice!
-
This topic was modified 11 years, 12 months ago by
BeeCee.
Hi simonac!
Please add following code to Quick CSS
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: white; }
Best regards,
Yigit
Hi oliviad!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .scroll-down-link:before {
content: 'click here';
font-size: 12px;
}
Best regards,
Yigit
Thanks for a great theme!
Since upgrading to Enfold 2.7 (in combination with WP 3.9) the parallax effect in mobile devices like iPhone and iPad stopped working. The parallax elements acts just like fixed images instead of parallax. Is this a feature or a bug? :)
I got it !
After some minutes searching in the av_shortcode portfolio.php i found the solution. For people who want the tips :
Line 419 in portfolio.php :
else
{
$extraClass .= ' default_av_fullwidth ';
$output .= "<div data-ajax-id='{$the_id}' class=' rozepitem grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
$output .= !empty($excerpt) ? "<a href='{$title_link}' title='".esc_attr(strip_tags($title))."'><div class='rozeptxt grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".$excerpt."</div></a>" : '';
$output .= "<article class='main_color inner-entry' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">";
$output .= apply_filters('avf_portfolio_extra', "", $entry);
$output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
/*$output .= !empty($title) || !empty($excerpt) ? "<div style='z-index:100;box-shadow: 0px -5px 20px #888888;' class='grid-content'><div class='avia-arrow'></div>" : '';
if(!empty($title))
{
$markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false));
$output .= '<header style="z-index:100;" 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>';
}
$output .= !empty($title) || !empty($excerpt) ? "</div>" : '';*/
$output .= '<footer class="entry-footer"></footer>';
$output .= "</article>";
$output .= "</div>";
// Add a new div containing the new default image
$output .= "<div data-ajax-id='{$the_id}' class=' rozepitem grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
$output .= "<img src='http://www.dysign.fr/wp-content/uploads/2010/09/logo-dysign-2010-206x206.jpg' alt='pen'></img>";
$output .= "</div>";
// Close the div
}
But now, how can i have to do to put this code in my child theme ?
Did i have to duplicate portfolio.php in my child-theme folder? or just duplicate the function called “function html” in my functions.php
Thanks for your answer
Hi there,
First of all: I love the enfold theme! It´s absolutely great!
But, there´s a little problem by viewing my slider on mobile devices. I get a big white border on the right side of the layerSlider. On Desktop it works fine.
http://www.timourban.de/coming-soon/
Thanks for your help.
Timo

-
This topic was modified 11 years, 12 months ago by
TimoUrban.
Hello,
I want to disable mega meny only for top menu, but want to use it in main menu, please help me,
Reason i want to disable is the NAV MENU Roles plugin doent work with Mega Menu