-
AuthorSearch Results
-
November 12, 2013 at 4:08 pm #187316
In reply to: Child Theme Mega-Menu Mobile Menu Bug
Hi Dude, thanks for you reply. Yep, the menus are all in the correct place. The problem is the main parent item (in a mega menu) becomes a title when switched down to mobile. At desktop size it’s fine. The image above shows the slightly lighter grey titles (which are the main mega-menu parent pages).
November 12, 2013 at 3:56 pm #187311In reply to: Responsive menu over the logo
Hey Veroniqueprins!
You are currently using version 2.1 of Enfold. Updating to the latest version 2.4.2 would help in my opinion. Custom script was added to calculate logo and menu size more accurately.
You can refer to this post to change the width to switch to mobile menu as another option https://kriesi.at/support/topic/collapsable-menu/#post-165144Best regards,
YigitNovember 12, 2013 at 3:20 pm #187290In reply to: Search in Responsive Design?
Hey!
What type of header do you have? Please adjust the top margin.
@media only screen and (max-width: 767px) { .responsive #header .main_menu ul, .responsive #header .main_menu ul { display: block !important; position: absolute; background: none; top: -20px; right: 0; } .responsive #header .main_menu ul li { display: none; } .responsive #header .main_menu ul li:last-child { display: block !important; } }Remove browser cache then reload the page.
Regards,
IsmaelNovember 12, 2013 at 3:19 pm #187289the code for the social bar doesnt work.
is there a conflict in some of my CSS style code?
#top .main_menu .menu li a { font-size: 18px; color: white; background-color: #4787f3; }
#top .main_menu .menu li a:hover { background-color: #4787f3; color: grey; }#top .header_color .main_menu .menu ul li a{
background-color: #4787f3;
color: #ffffff;
font-size: 17px;
}
#header_main {
background: #4787f3;
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 17px;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
.woocommerce .template-shop.content.nine.units {
width: 100%;
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.woocommerce .template-shop.content.nine.units {
}
.grid-content {
height: 70px;
}
.woocommerce .sidebar {
display: none !important;
}
.woocommerce .template-shop.content.nine.units {
width: 1030px;
border: none;
}
.header_color .sub_menu>ul>li>a {
font-size: 12px;
color: #0e75bf;
}
#top .main_menu .menu a {
color: white;
}
#top .main_menu .menu a:hover {
color: white;
}
.main_menu ul:first-child > li > a {
font-size: 17px;
font-weight: 700;
color: white;
}#footer .widget {
padding: 30px 0 30px 0 !important;
}
.numeric_controls, .arrow_controls {
position: absolute;
bottom: 100px;
}#top .sidebar_tab_content.sidebar_active_tab_content {
background-color: #fff;
color: black;
}
#top .sidebar_tab.sidebar_active_tab {
background-color:#0e75bf;
color: #fff;
}
.slideshow_color .breadcrumb, .slideshow_color .breadcrumb a {
color: #0e75bf;
}
.numeric_controls, .arrow_controls {
position: absolute;
bottom: 10px;
}
#top .ajax_controlls {
top: 70%;
}
#footer .widget_nav_menu li a {
font-size: 20px;
}#menu-item-1045 a, #menu-item-1044 a, #menu-item-1043 a, #menu-item-1988 a {
color: #FFF;
font-size: 25px;
}
#footer .widget_nav_menu li a {
text-align: center;
}
.iconbox_icon {
background-color: white !important;
}
.widget_nav_menu h3.widgettitle {
text-align: center;
}
#top .iconbox {
width: 100%;
}
#top .avia_mega_div {
background-color: #f5f2f5;
color: grey;
}
#top .avia_mega_div .sub-menu {
background-color: #f5f2f5;
color: grey;
}
#top .avia_mega_div .menu-item ul {
background-color: #f5f2f5;
color: grey;
}
#top .main_menu .menu ul li a {
background-color: #f5f2f5;
color: white
}
.sidebar_tab_title {
margin-left: 10px !important;
}
#js_sort_items a {
font-size: 19px;
}
#top.woocommerce-page .woocommerce-ordering select { width: 25%; }@media only screen and (max-width: 767px) {
#top.woocommerce-page .woocommerce-ordering select {width: auto; }
}
.chzn-container {
position: initial;
}
#top .chzn-container .chzn-drop {
top: 70px !important;
width: 325px !important;
margin-left: 3px;
}
.woocommerce-pagination {
display: none;
}
#top.tax-product_cat .container > .term-description {
display: none;
}
.added_to_cart {
display: none;
}
.form-row.address-field{
overflow: visible;
}
#top .chzn-single div b {
background-position: 5px 6px !important;
}
.widget .gform_wrapper .gform_footer br{
display: none !important;
}
div .main_color .active_tab {
background-color: #0e75bf;
color: #FFF;
}
div .main_color .tabcontainer .active_tab {
color:#FFF;
}
#top .main_color .tabcontainer .tab:hover {
#FFF:}
.main_menu ul:first-child > li > a {
padding: 0 5px;}
#top .main_menu ul:first-child > li > a {
padding: 0 13px;}
.social_header .phone-info.with_nav span {
color: orange;
font-size: 20px;
}November 12, 2013 at 3:17 pm #187288thanks a lot!
And how can i change the logo location?
it is sticking on the top but should be moved down a little bit
November 12, 2013 at 2:53 pm #187256In reply to: How to change color of an individual menu item?
I figured it out:
Add the following code to your custom.css:
#top .main_menu .menu .custom-menu-item a { color:red; } #top .main_menu .menu .custom-menu-item a:hover { color: green; }Then go to WP Appearance/Menus and set “custom-menu-item” class in the “CSS Classes (optional)” of your menu item.
If you can’t find “CSS Classes (optional)”, then please watch this quick video: http://www.youtube.com/watch?v=5Uncd4pjTuEThanks)
November 12, 2013 at 2:43 pm #187252Hi!
You can edit header.php, find this code on line 183:
/* * Hook that can be used for plugins and theme extensions */ do_action('ava_after_main_menu');Above it, add this code:
echo avia_social_media_icons($social_args);Go to Enfold > Styling > Quick CSS then add this code:
#header_main .social_bookmarks { position: absolute; top: 20%; }Cheers!
IsmaelNovember 12, 2013 at 2:24 pm #187239In reply to: Colour section text margin
Hi Glyphism!
Can you please post a screenshot? If you insert a Text Block inside a Color Section, you can use this to adjust the top margin:
.avia-section .avia_textblock { margin-top: 50px; }Remove browser cache then reload the page.
Regards,
IsmaelNovember 12, 2013 at 2:04 pm #187224In reply to: search bar in mobile
Hi!
Adjust the top margin:
@media only screen and (max-width: 767px) { .responsive #header .main_menu ul, .responsive #header .main_menu ul { display: block !important; position: absolute; background: none; top: -20px; right: 0; } .responsive #header .main_menu ul li { display: none; } .responsive #header .main_menu ul li:last-child { display: block !important; } }Remove browser cache then reload the page.
Cheers!
IsmaelNovember 12, 2013 at 1:32 pm #187208In reply to: Search in Responsive Design?
Hello Ismael,
Thank you for the response, but that did not add a search bar at the top of the page on an iPhone or iPad. Do I need to add any additional code there?
Thanks.
November 12, 2013 at 12:56 pm #187196Topic: [layerslider] shortocode disabled
in forum EnfoldcxThemes
ParticipantHi,
I have seen the previous discussion where you guys say that the [layerslider] shortcode is disabled so will not render if we add it to a text editor block in Avia. It leaves us unable to do a 100% height Slider that is also a hot topic on another closed topic on your forum. In order to do so we would need to output a <div class=”a_custom_style_to_set_100_percent_height”>[layerslider]</div>. This can only be done by hacking the theme which we can do, but would love to avoid. Would you guys be interested in finding a way not to disable the standard [layerslider] shortcode.
Cheers
StuartNovember 12, 2013 at 12:55 pm #187195In reply to: Hide youtube title
Hey!
Use following code to extend the header height
@media only screen and (max-width: 767px){ #header_main { height: 188px; } .responsive #top .mobileMenu { margin: 50px 0 10px 0; } }Regards,
PeterNovember 12, 2013 at 12:42 pm #187189Hey!
We’ll merge all threads. If the issue still exists use this thread: https://kriesi.at/support/topic/how-can-i-set-enfold-to-swedish-using-code-styling-localization/#post-186758
Regards,
PeterNovember 12, 2013 at 12:41 pm #187186In reply to: Titel in german in mail received
November 12, 2013 at 9:47 am #187157Topic: Mobile: Get sidebar at top instead of bottom
in forum Enfoldkalbynet
ParticipantHi,
I use Enfold with WooCommerce and sorting products through the sidebar. Now when using a mobile screen the sidebar goes to the bottom. And making the sorting useless. I want to have the sidebar in the top, how do I do that?
I’ve tried one of your posts where I should put some html code and css code into the site but that doesn’t help.
November 12, 2013 at 9:20 am #187153In reply to: Help! Open portfolio link in a new window
Hi have this code :
$output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>"; $output .= "<div class='main_color inner-entry'>"; $output .= "<a target='_blank'href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title='".esc_attr(strip_tags($title))."'>".get_the_post_thumbnail( $the_id, $image_size )."</a>"; $output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : ''; $output .= !empty($title) ? "<h3 class='grid-entry-title'><a target='_blank'href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>": ''; $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt'>".$excerpt."</div>" : ''; $output .= !empty($title) || !empty($excerpt) ? "</div>" : ''; $output .= "</div>"; $output .= "</div>";November 12, 2013 at 5:15 am #187112Hey!
Create a new User in your WordPress admin, set the Role as Administrator, put the email/user/pass you want and then put that data access here, in a new reply to this topic but mark it as private.
Cheers!
JosueNovember 12, 2013 at 3:48 am #187087In reply to: comments in tab
Hey!
That is not possible or it will require a bit of a customization. You can use this plugin to insert php codes on the post editor. http://wordpress.org/plugins/insert-php/
You can then use the tab shortcode to insert the comment template code:
[av_tab_container position='top_tab' boxed='border_tabs' initial='1' custom_class=''] [av_tab title='Tab 1' icon_select='no' icon='ue800' font='entypo-fontello'] [insert_php] //wordpress function that loads the comments template "comments.php" comments_template( '/includes/comments.php');[/insert_php] [/av_tab] [av_tab title='Tab 2' icon_select='no' icon=''] Tab Content goes here [/av_tab] [/av_tab_container]It will require a lot of customization. Please hire a freelance developer.
Best regards,
IsmaelNovember 12, 2013 at 2:00 am #187058In reply to: enfold gallery shortcode on blog posts
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .big-preview { background-color: transparent; } #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 24%; }That should look like this http://i.imgur.com/2ieUu2P.jpg
Best regards,
YigitNovember 12, 2013 at 1:55 am #187057In reply to: Responsive header on Win8 Tablet, Chrome
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab to make header fixed on mobile devices
@media only screen and (min-width: 768) and (max-width: 989px) { .responsive #top #header { position: fixed; top: 0; } .responsive #top #main { padding-top: 160px; } } @media only screen and (max-width: 767px) { .responsive #top #header { position: fixed; top: 0; } .responsive #top #main { padding-top: 155px; } }Cheers!
YigitNovember 12, 2013 at 1:50 am #187055In reply to: search bar in mobile
Hey wesleysoccer!
Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) { .responsive #header .main_menu ul, .responsive #header .main_menu ul { display: block !important; position: absolute; background: none; top: -100px; right: 0; } .responsive #header .main_menu ul li { display: none; } .responsive #header .main_menu ul li:last-child { display: block !important; } }Best regards,
IsmaelNovember 12, 2013 at 1:22 am #187042In reply to: Search in Responsive Design?
Hi erostad!
You can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) { .responsive #header .main_menu ul, .responsive #header .main_menu ul { display: block !important; position: absolute; background: none; top: -100px; right: 0; } .responsive #header .main_menu ul li { display: none; } .responsive #header .main_menu ul li:last-child { display: block !important; } }Best regards,
IsmaelNovember 12, 2013 at 1:15 am #187039Topic: Colour section text margin
in forum EnfoldGlyphism
ParticipantHi guys,
I’ve spent the last few hours trying to solve this, and read the forums, but still no luck. I simply want to use some custom css to change the top margin of text inside a colour section.
The way I use colour sections is with no padding, so that images align to the top and bottom edges perfectly, however it means that text is also crammed up against the top. I just want to add 50px of margin above it. I have tried all the options below, but none of them work.
.avia_textblock {top-margin: 50px !important;}
.avia_textblock h1 {top-margin: 50px !important;}
.av_textblock_section {top-margin: 50px !important;}
.av_textblock_section h1 {top-margin: 50px !important;}
section.av_textblock_section {top-margin: 50px !important;}My site is running local on MAMP, so I can’t share a link, however I hope you can understand my request. Any guidance is appreciated.
Thanks,
GNovember 12, 2013 at 1:03 am #187030In reply to: Transparent main menu
Correct. When you are at the top of the page I want the main menu to be transparent. When scrolling down I want the main menu background to become white. And it should scroll down with the page as it does by default.
November 11, 2013 at 9:34 pm #186990Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .breadcrumb { left: -4px; top: 75%; } #top .title_container .container { min-height: 70px; }It will move breadcrumbs to left side under title
Best regards,
YigitNovember 11, 2013 at 8:30 pm #186976In reply to: bbPres – no sidebar in Topics
Hi:
I’m also interested in this topic.
Regards!
November 11, 2013 at 8:10 pm #186971In reply to: Top Navigation to Stay Small
Thanks guys. This solved my problem, so this topic can be marked as closed.
Thanks again.
November 11, 2013 at 7:47 pm #186966Topic: Main menu border style on or active
in forum Enfoldlightinshade
ParticipantHi, I’m am wondering how to change the border style of the main menu items for hover and active. I would like to replace the default border style with a 1px blue border on bottom, top, left and right. Also, is it possible to make it square, 65px by 65px similar to the attached image?

many thanks,
CharlesNovember 11, 2013 at 6:47 pm #186953In reply to: Main menu text color
Hi,
When I look at the site in Firefox, I don´t see the JS error on the top of the page, but in Chrome I see it. What can cause this?
I cant see the changes, you have made either in Firefox (I refreshed the cache more times) or in Chrome. I asked somebody to look at the site on his computer, he sees the same like me.
Other problems in Chrome:
1.
the woocommerce basket icon is not visible2.
in header meta only 2 menu items of the My Account menu is visible, instead of 5 menuitems, I want to show there. (In Firefox all 5 is visible)Thanks, Best Wishes:
MCGawain
November 11, 2013 at 4:46 pm #186910In reply to: Main menu text color
-
AuthorSearch Results
-
Search Results
-
Hi,
I have seen the previous discussion where you guys say that the [layerslider] shortcode is disabled so will not render if we add it to a text editor block in Avia. It leaves us unable to do a 100% height Slider that is also a hot topic on another closed topic on your forum. In order to do so we would need to output a <div class=”a_custom_style_to_set_100_percent_height”>[layerslider]</div>. This can only be done by hacking the theme which we can do, but would love to avoid. Would you guys be interested in finding a way not to disable the standard [layerslider] shortcode.
Cheers
StuartTopic: Colour section text margin
Hi guys,
I’ve spent the last few hours trying to solve this, and read the forums, but still no luck. I simply want to use some custom css to change the top margin of text inside a colour section.
The way I use colour sections is with no padding, so that images align to the top and bottom edges perfectly, however it means that text is also crammed up against the top. I just want to add 50px of margin above it. I have tried all the options below, but none of them work.
.avia_textblock {top-margin: 50px !important;}
.avia_textblock h1 {top-margin: 50px !important;}
.av_textblock_section {top-margin: 50px !important;}
.av_textblock_section h1 {top-margin: 50px !important;}
section.av_textblock_section {top-margin: 50px !important;}My site is running local on MAMP, so I can’t share a link, however I hope you can understand my request. Any guidance is appreciated.
Thanks,
G
