-
AuthorSearch Results
-
December 5, 2016 at 10:41 am #720395
In reply to: Featured Image Slider – Bilder unscharf
Hi,
hier findest du alle Bildgrößen in Enfold: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
Du könntest sie auch dort ändern, musst hinterher nur deine Bilder regeneraten.Gruß,
AndyDecember 5, 2016 at 10:41 am #720394Topic: Illegal string offset 'language_code'
in forum Enfoldhannerinc
ParticipantHi,
I use wpml plugin and I get this error message:
Warning: Illegal string offset ‘language_code’I found someone with the same problem: https://kriesi.at/support/topic/warning-message-6/ but I wanted to open a new thread.
December 5, 2016 at 9:32 am #720373In reply to: Strange mobile behavior
Problem not solved completely. If i resize my screen i see both menu’s i use (super fly menu plugin and hamburger menu)
I have also problems with the tablet design. On dsesktop and mobile there is a small padding on the left and right side of the screen. On the tablet there is no padding. How is this possible?THX Freek
-
This reply was modified 9 years, 3 months ago by
Freek. Reason: function not working properly
December 5, 2016 at 9:08 am #720370In reply to: menu overlapping
Hi,
Thanks for the password and sorry for the late reply. I think it will be a bit difficult to get that to work since your whole layout will break if you change the height and line height of the menu items. But you can try the following CSS and play around with the values to see if you can get it right:
#top #header_main > .container .main_menu ul:first-child > li > a { height: 50px !important; line-height: 50px !important; } #av-layout-grid-1 { margin-top: 100px !important; }Best regards,
RikardDecember 5, 2016 at 8:57 am #720366In reply to: A few issues
Hey Dee007,
Sorry for the late reply, could we try sticking to one issue at time please? Threads like these then to be very messy and hard to follow if not.
1. That is happening on my 13″ laptop as well, could you to use a smaller font size maybe?
2. I think you mean the right side of the image? The animated character? When using background images they cannot display the same on desktop as on mobile because of the large difference in screen size. You could try creating a new section to show only for mobile though and show/hide the correct one with CSS like this:
@media only screen and (min-width: 768px) { #section-desktop { display:block !important; } #section-phone { display:none !important; } } @media only screen and (max-width: 767px) { #section-desktop { display:none !important; } #section-phone { display:block !important; } }3. I’m not sure I understand what you mean by that, please post a screenshot highlighting what you would like to change.
4. Not sure I understand what you are looking to achieve there either, the image and the text looks to be added inside of a 4/5 element so the text will wrap under the image if it can’t fit on the right of it. Try using different layout elements if you want the text to stay withing a column.
5. I don’t understand what you mean, please try to explain a bit further.
6. Please try the following in Quick CSS under Enfold->General Styling:
.home .avia-button-center .avia_iconbox_title { font-size: 30px; }1. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1555 input[type='submit'] { background-color: #525454 !important; }1. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1206 #av_section_10 .container { max-width: 70% !important; }Best regards,
RikardDecember 5, 2016 at 8:26 am #720358In reply to: Slider Text Size in Responsive
Hi,
It’s being applied when I check it, if you need to target screens under 480 pixels then please use this:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 50px !important; } .responsive #top .slideshow_caption .avia-caption-content { font-size: 30px !important; } }Best regards,
RikardDecember 5, 2016 at 7:55 am #720347In reply to: Full Width Slider Buttons
Hi,
Ok, I’m still seeing that top margin code being applied to the element. Please note that that code will apply to the first element on every page you create with the builder so I would highly recommend that you remove it.
You can try to make the font size a bit smaller using this CSS:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .home .slideshow_align_caption h2 { font-size: 40px !important; } }Best regards,
RikardDecember 5, 2016 at 6:46 am #720330In reply to: http:// to https:// 301 Redirect URLs
Hi,
Great, thanks for sharing :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardDecember 5, 2016 at 6:24 am #720316In reply to: Edit Cart Icon at top
Hello
I tried that and it didnt work
See here:
#menu-item-shop.cart_dropdown {
right: 0;
top: 0;
width: 40px;
height: 40px;
line-height: 40px;
}#menu-item-shop .cart_dropdown_link span:before {
content: '';
}#menu-item-shop .cart_dropdown_link {
padding: 0;
left: 10px;
top: -20px;
background: url('http://satyajuice.com/wp-content/uploads/2016/12/iconshopping.png') no-repeat center center;
}Also what about the rest of it? having those other menu buttons there? That say Login, etc
Thanks for your help
BrianDecember 5, 2016 at 6:20 am #720312Hey khosro,
1. To make the header sticky please use the below css in Quick CSS section in Enfold > General Styling
.html_header_right #top #header { right: 0; position: fixed; }2. To align the submenu please use the below code.
.av_header_right .main_menu .menu ul { right: 100%!important; }Best regards,
VinayDecember 5, 2016 at 6:18 am #720311Hi,
We moved the css modifications at the very top of the Quick CSS field. However, I’m not sure why the “back” button modification is still not working. The initial and hover state background color is set to “#8b0b1e”.
Best regards,
IsmaelDecember 5, 2016 at 6:09 am #720308In reply to: Edit Cart Icon at top
Hi,
Thank you for using Enfold.
Do you have an image for that cart icon? You can use this selector to modify the cart dropdown.
#menu-item-shop.cart_dropdown { right: 0; top: 0; width: 40px; height: 40px; line-height: 40px; } #menu-item-shop .cart_dropdown_link span:before { content: ''; } #menu-item-shop .cart_dropdown_link { padding: 0; left: 10px; top: -20px; background: url('CART IMAGE HERE') no-repeat center center; }Set the cart icon as background.
Best regards,
IsmaelDecember 5, 2016 at 5:50 am #720302In reply to: Layer Slider update
Hi Hans-Gerd,
No problem, glad we could help. Please let us know if you should need any further help on the topic.
Best regards,
RikardDecember 5, 2016 at 5:46 am #720296Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardDecember 5, 2016 at 5:45 am #720295Hey ind-image,
Thank you for using Enfold.
Please follow this tread.
// https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220
If you want to hide the sidebar on desktop, add this css code.
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ .single-product .sidebar { display: none !important; } }Best regards,
IsmaelDecember 5, 2016 at 5:27 am #720291In reply to: Adding a new thumbnail size to Enfold dropdown list
Hey Elena,
Thank you for using Enfold.
Please remove the modification then use the solution from these threads.
// https://kriesi.at/support/topic/override-the-global-avia_config-in-a-child-theme/#post-714683
// https://kriesi.at/support/topic/impossible-to-use-custom-image-sizes-in-slider-accordeon/#post-574335Best regards,
IsmaelDecember 5, 2016 at 5:21 am #720289In reply to: Images in Mobile
Hi,
1.) The font color is set to white which is the same as the background. Please use this css code to change the color.
@media only screen and (max-width: 767px) {
.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
float: none;
width: 100%;
text-align: center;
margin: 0 auto;
position: static;
color: #000000;
}#top .av_header_transparency .phone-info h2 {
color: #000000;
}
}2-4.) Edit the grid row element and then set a minimum height to it. Or add this in the Quick CSS field.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding { min-height: 400px; } }5.) I’m sorry but I don’t see any blog posts in the footer. Did you remove it?
Best regards,
IsmaelDecember 5, 2016 at 5:13 am #720287In reply to: Disable Loading Animation of Masonry
Hi,
Please add this css code in the Quick CSS field.
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry { -webkit-animation: none !important; animation: none !important; }Best regards,
IsmaelDecember 5, 2016 at 4:35 am #720283Topic: Footer Link text size
in forum Enfoldmcraig77
ParticipantAhoy,
How do I change the link text size in the footer? I used this code to change the text but it did not change the links.
#top #wrap_all #footer .flex_column p{ font-size: 13px !important; }December 4, 2016 at 2:06 pm #720215In reply to: How to turn off header transparency
Hi Team,
Actually my first issue is regarding the drop down menu, I want to have solid color background for drop down menu and
my second issue is regarding the language flags, I want to remove them from the header section, I tried to get help from WPML support team and here is their reply:I will be helping you with this. Enfold includes their own language switcher and this needs to be removed by adding some code.
I have found this older thread for you:
https://kriesi.at/support/topic/remove-language-switcher-flags-in-header/
https://kriesi.at/support/topic/how-to-disable-the-wpml-language-selector-in-the-menu-after-search-icon/Please contact your theme support to get the most recent method to remove the Enfold language switcher if you wish to use the WPML switcher instead.”
-
This reply was modified 9 years, 3 months ago by
omidbahar. Reason: I didn't explain the issue properly
December 4, 2016 at 12:48 pm #720205In reply to: Mobile menu
Ok, that worked, thanks! I got the CSS class entry field and tried the following:
– I deleted the second color section and put the video of the deleted color section into the first color section. I kept the video in the background of the first color section, as I want fullscreen for desktop.
– I gave the color section for the desktop where I use the video as a background the class technology_desktop and the video element itsself that is for mobile the class technology_mobile
– I changed the css code to this:
@media only screen and (min-width: 768px) {
.technology_desktop {
display:block !important;
}
.technology_mobile {
display:none !important;
}
}@media only screen and (max-width: 767px) {
technology_desktop {
display:none !important;
}
.technology_mobile {
display:block !important;
}
}The result was, that I had two videos on my desktop version and no video on my mobile version. Is that caused by me putting a wrong code, by the fact, that the color element is superior to the video element or that background video and video player within one color section just don’t work?
Thanks!
Best,
HannaDecember 4, 2016 at 11:26 am #720201Topic: Strange mobile behavior
in forum EnfoldFreek
ParticipantDecember 4, 2016 at 8:00 am #720179In reply to: Add color bar above title container
Hi,
Great, glad you found a solution and thanks for sharing :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardDecember 4, 2016 at 7:41 am #720174In reply to: Cannot install theme
Hi Barbara,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardDecember 4, 2016 at 6:45 am #720163In reply to: Add arrow to the active tab
Hey agenceism,
Thank you for using Enfold.
Please add this in the Quick CSS field.
#top #header .av-main-nav > .current_page_item a .avia-menu-fx .avia-arrow-wrap { visibility: visible; width: 30px; height: 30px; margin-left: -10px; top: -15px; } #top #header .av-main-nav > .current_page_item a .avia-menu-fx .avia-arrow-wrap .avia-arrow { top: 20px; width: 30px; margin-left: -15px; border-width: 15px; }Best regards,
IsmaelDecember 4, 2016 at 6:39 am #720156In reply to: Logo in center menu to the left and right
Hey mcraig77,
To make the logo centered menu please check this post https://kriesi.at/support/topic/logo-center-with-menu-to-left-and-right/#post-567863
Thank you for reaching out to us :)
Best regards,
VinayDecember 4, 2016 at 6:36 am #720153Hi,
Great, glad you got it working and thanks for sharing your solution :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardDecember 4, 2016 at 6:33 am #720151Hi,
I don’t see any bordered menu item in the page but I can see a few styling modification.
.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #b7c84b; border: 2px solid; padding: 0px 10px; margin-top: 0px; }Please remove the modification, set the menu style to “bordered” then add the following css code.
.av-menu-button-bordered:hover a .avia-menu-text { background: red; }Best regards,
IsmaelDecember 4, 2016 at 6:30 am #720150In reply to: Add class to menu link
December 4, 2016 at 6:06 am #720141In reply to: styling menu widget
Hi,
Thank you for the info.
Please add the following css codes.
/* subcat indentation */ #top .widget_nav_menu .sub-menu { left: 10px; position: relative; } /* hover color */ #top .widget_nav_menu ul ul li a:hover { color: #d45226; } /* line height */ #top .widget_nav_menu li { line-height: 18px; }Best regards,
Ismael -
This reply was modified 9 years, 3 months ago by
-
AuthorSearch Results
Viewing 30 results - 87,181 through 87,210 (of 142,852 total)
-
Search Results
-
Hi,
I use wpml plugin and I get this error message:
Warning: Illegal string offset ‘language_code’I found someone with the same problem: https://kriesi.at/support/topic/warning-message-6/ but I wanted to open a new thread.
Topic: Footer Link text size
Ahoy,
How do I change the link text size in the footer? I used this code to change the text but it did not change the links.
#top #wrap_all #footer .flex_column p{ font-size: 13px !important; }Topic: Strange mobile behavior
