-
AuthorSearch Results
-
December 28, 2016 at 1:35 am #728322
Hi,
Can you please flush browser cache and refresh your page a few times. There is no gap on my end at the moment. If you would like to reduce top padding on transparent pages
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 10px; }Best regards,
YigitDecember 28, 2016 at 12:07 am #728315In reply to: Batch new position
Hi,
Please add following code to Functions.php file in Appearance > Editor
function av_move_sale(){ ?> <script> jQuery(window).load(function(){ jQuery("#top .onsale").detach().appendTo('.thumbnail_container') }); </script> <?php } add_action('wp_footer', 'av_move_sale');Best regards,
YigitDecember 27, 2016 at 11:40 pm #728311In reply to: Need your help please Menu with bigger logo
Hi!
Custom CSS code i add to Quick CSS field is not working. Please try adding following code to enfold/css/custom.css file via FTP
#header_meta { margin-top: -25px; } #header_meta .container { position: relative; top: 20px; } .header_scrolled .social_bookmarks, .header_scrolled .phone-info { background: #1e2a87!important; } .social_bookmarks, .phone-info { padding-right: 20px; padding-left: 20px; }and then set header height to 120px in Enfold theme options > Header
For these changes you would not really need a child theme however if you are going to modify theme files, definitely recommended – http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
YigitDecember 27, 2016 at 11:06 pm #728308Topic: Need your help please Menu with bigger logo
in forum Pre Sale QuestionsTheWET1
ParticipantHi there. I have just gotten our new website up using this theme! And its really nice and professional looking! please take a look!
So I have a question for help. I would like to have some customization done for the menu and header menu. I want to do this and also to have our logo bigger. that way you can actually read it. So my idea is to expand the logo across the menu and header part of the menu where the phone numbers and social logos are. So the logo would be bigger and then as you move down then it will shrink to a smaller size and would be across the menu and part of the header menu. And what I envision would be that the top blue line would be a small line above the menu and then as it goes across to the right then it will get bigger to be like it is now. This way the two logos would be bigger when they start out and then when it shrinks down would be the same size as the logo as it starts out on my page currently. I could try to mock up something. But want to make sure this is something that can be done. I think this would really put the finishing touches of professionalism on it! I hope that this comes across correctly!
I have uploaded four pictures to get across what I am looking for help on. you can see them here <link> and look in the Web Site album. You will see the current1 and current2 pictures that are what you would see if going to the site now. What I want to have changed are what I have been able to do via gimp editor of the two views. I am just trying to get a bigger area for my logo so that it is where it can be more readable. I hope that this is something that can be done easily.
Thank you
Doug Holcombe
December 27, 2016 at 10:51 pm #728305In reply to: Tagline to the right of logo area
Hi,
You should add following code to Quick CSS in Enfold theme options under General Styling tab and adjust it as needed
#header .widget { left: 50%; padding-top: 0; position: absolute; top: 0; transform: translate(-50%); z-index: 999; }If that still does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
YigitDecember 27, 2016 at 10:46 pm #728303In reply to: link of bottom don't appears
Hi,
I cannot see a button element on your homepage. Which page should we check?
Please refer to this post – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and enable debugging mode to see shortcodes in default editor.
I replied you here already – https://kriesi.at/support/topic/text-exit-frome-the-page/. Let us stick to that thread regarding text issue :)
Enjoy your holidays!
Best regards,
YigitDecember 27, 2016 at 8:13 pm #728292In reply to: Increase Size of logo
Hi,
move (top, left) and increase (height) it with this code:
.html_header_top.html_logo_center .logo { top: -10px; left: -4px; height: 77px; }Make sure none of your other code is causing any conflicts.
Best regards,
AndyDecember 27, 2016 at 7:52 pm #728288In reply to: controlling the space between maga menu items
Hi,
you can reduce it using this code inside Quick CSS field:
#top #header .avia_mega_div > .sub-menu > li { padding-right: 0px; }Best regards,
AndyDecember 27, 2016 at 7:44 pm #728285In reply to: Text left of logo in logo Center, Menu Below layout.
Hi,
you can move your header widget using this code inside Quick CSS field:
#black-studio-tinymce-4 { top: 10px !important; left: 10px !important; }Adjust as needed.
Best regards,
AndyDecember 27, 2016 at 5:20 pm #728278In reply to: Adjusting placement of Menu Item
Hi,
use this code inside Quick CSS field:
#menu-item-6893 .avia-menu-text { top: -19px; position: relative; } .av_header_transparency #menu-item-6893 .avia-menu-text { top: 0px; position: relative; }Best regards,
AndyDecember 27, 2016 at 4:33 pm #728269In reply to: Main Menu on the bottom of the homepage (only)
Hi,
1. To push the header content away from margin we added the below code to Quick CSS
/* Header Padding */ #top #header_main > .container { padding:0 2em; }2. Please check the test page (link in private).
We added a fullscreen slider element with custom class name and negative top margin.
And the below code in quick css/* Intro section */ .home-slider { margin-top:-55px; } #top.page-id-1117 .av-submenu-container { margin-top: -54px; border: none!important; background:transparent!important; } /* End Intro Section */3. The background image is not tall enough please change the background image settings to Repeat Vertically or Cover.
Best regards,
VinayDecember 27, 2016 at 3:37 pm #728263In reply to: Logo / sidebar width in Enfold Consulting Demo
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_left #main { margin-left: 20%; } .html_header_sidebar #top #header { width: 20%; }Best regards,
YigitDecember 27, 2016 at 3:02 pm #728255In reply to: german version
Hey Werner Rolf Welzin,
wenn du das Backend auf Deutsch haben willst, dann muss ich dich erstmal enttäuschen, das steht vorwiegend auf Englisch zur Verfügung. Du könntest dich jedoch daran beteiligen es zu übersetzen: https://kriesi.at/support/topic/please-contribute-and-translate-enfold/
Gruß,
AndyHi,
I hope you pass good christmas.
I have two big problems :
Two message error :
1) on top of the webpage :
Warning: session_start(): open(/web/passionducyclis/session/sess_15bad796d43448a339a4502b9b1077c6, O_RDWR) failed: No such file or directory (2) in /web/passionducyclis/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
2) on the bottom of the webpage :
Warning: Unknown: open(/web/passionducyclis/session/sess_15bad796d43448a339a4502b9b1077c6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/web/passionducyclis/session) in Unknown on line 0
What could I do ?
Thank you
December 26, 2016 at 6:32 pm #728238In reply to: Checkbox Background Color change
Hi,
I added following to Design > CSS Bearbeiten
input[type='checkbox'] { margin-top: -30px; } input[type='checkbox'] { -webkit-font-smoothing: antialiased; text-rendering: optimizeSpeed; width: 13px; height: 13px; margin: 0; margin-right: 1px; display: block; float: left; position: relative; cursor: pointer; } input[type='checkbox']:after { content: ""; vertical-align: middle; text-align: center; line-height: 13px; position: absolute; cursor: pointer; height: 13px; width: 13px; left: 0; top: 0; font-size: 10px; -webkit-box-shadow: inset 0 1px 1px #5F95FC, 0 1px 0 #5F95FC; -moz-box-shadow: inset 0 1px 1px #5F95FC, 0 1px 0 #5F95FC; box-shadow: inset 0 1px 1px #5F95FC, 0 1px 0 #5F95FC; background: #5F95FC; } input[type='checkbox']:hover:after, input[type='checkbox']:checked:hover:after { background: #5F95FC; content: '\2714'; color: #fff; } input[type='checkbox']:checked:after { background: #5F95FC; content: '\2714'; color: #fff; }Please review your website now
Enjoy your holidays!
Best regards,
YigitDecember 26, 2016 at 2:17 pm #728236In reply to: Large gap has appeared after header on iPad
Hey Paul,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 989px) and (min-width: 768px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 142px!important; } .container.av-logo-container { max-height: 90px !important; }}If you do not notice any changes after adding the code please disable any caching plugin and hard refresh the browser page a few times to clear the cache.
Best regards,
VinayDecember 25, 2016 at 3:44 pm #728221In reply to: Buttons together on the same line
Hey wisenlucky,
It appears you figured to put the buttons on the same line
To change the menu button color in mobile devices Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top a#advanced_menu_toggle:before { color: #000!important; }Best regards,
VinayDecember 25, 2016 at 2:27 pm #728219In reply to: No (mobile) footer content
Hi,
They show up fine on my end. kPlease flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Future readers, please see – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
Best regards,
YigitDecember 25, 2016 at 2:01 pm #728213In reply to: OptinMonster Button
Hey,
Please refer to my post here – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439. If that does not help, please elaborate on the changes you would like to make.
Happy holidays!
Best regards,
YigitDecember 25, 2016 at 10:01 am #728210In reply to: Contact page shows black bar below header on iphone
Hi,
Please update the background position to top and center for the image posted in private.
This should help you fix the issue :)
Let us know if you have any questions.
Best regards,
Vinay-
This reply was modified 9 years, 3 months ago by
Vinay.
December 25, 2016 at 8:49 am #728202In reply to: Center menu – White space below
Hey ernaborbas,
Please try the following in Quick CSS under Enfold->General Styling:
.home #main { padding-top: 80px !important; }Best regards,
RikardDecember 25, 2016 at 8:10 am #728192In reply to: Mobile menu with collaps submenu
Hi,
Great, glad you found the option. Let us know if you should have any further problem on the topic.
Best regards,
RikardDecember 25, 2016 at 7:37 am #728183Hi Eric,
Ok, thanks for the feedback. Let us know if you should need any further help on the topic.
Happy holidays :-)
Best regards,
RikardDecember 24, 2016 at 10:07 pm #728168In reply to: Customizing the icon menu?
Hi,
To expand or collapse the submenu items in mobile please add the necessary CSS to Quick CSS and Js code to functions.php file from this link http://pastebin.com/raw/ncACWHws
CSS code:
#mobile-advanced .hideSubmenu ul.sub-menu { display:none; } .subMenuIcon { display:inline-block; position: absolute; right: 0px; top: 0px; z-index: 99999; font-size: 20px; background: gold; min-width: 48px; min-height: 48px; line-height: 48px; text-align: center; cursor:pointer; } @media only screen and (min-width:767px){ .subMenuIcon { display:none!important; }}Js Code:
function ExpandSubmenuInMobile(){ ?> <script> jQuery(document).ready(function() { var menuItem = jQuery('li.menu-item-has-children'), subMenuIcon = jQuery('.subMenuIcon'); menuItem.each(function() { jQuery(this).prepend( "<div class='subMenuIcon'>+</div>" ); jQuery(this).addClass("hideSubmenu"); }); jQuery(document).on('click', '.subMenuIcon', function () { console.log('menu was clicked'); jQuery(this).closest('li.menu-item-has-children').toggleClass("hideSubmenu"); }); }); </script> <?php } add_action('wp_footer', 'ExpandSubmenuInMobile');Best regards,
Vinay-
This reply was modified 9 years, 3 months ago by
Vinay.
December 24, 2016 at 9:17 pm #728160Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav ul { top: 70%; }It seems like you already figured out and added padding between portfolio items :)
Best regards,
YigitDecember 24, 2016 at 8:22 pm #728156In reply to: How to target separate color sections on all posts
Hey newpappa,
Please try using following code instead
.comment-header .content { margin-top: 10px!important; }If that does not work, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitDecember 24, 2016 at 8:17 pm #728154Hey Paul,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1024px) and (min-width: 990px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 213px !important; }}Best regards,
YigitDecember 24, 2016 at 6:13 pm #728150In reply to: Header transperancy percentage
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av_header_transparency .header_bg { background-color: black; opacity: 0.3; filter: alpha(opacity=30); }Best regards,
YigitDecember 24, 2016 at 1:50 pm #728143In reply to: 2 Column Woocommerce Mobile View
Hi,
use this code:
@media only screen and (max-width: 736px) { .avia_textblock pre, .responsive #top #main .products .product { width: 45.6% !important; margin: 0 4% 1% 0; }}Best regards,
AndyDecember 24, 2016 at 12:13 pm #728127In reply to: Search in mobile version
Hi,
no idea what you want to show us with your screenshot to be honest. Have in mind that we don’t understand any Russian. Please remove any customizations you’ve done for your mobile search and then add the code from here into your Quick CSS field and adjust the values if needed.
Switch off any caching you’re using and afterwards deactivate your caching plugin as well as all other plugins. Clear browser cache and hard refresh a few times.
Best regards,
Andy -
This reply was modified 9 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi there. I have just gotten our new website up using this theme! And its really nice and professional looking! please take a look!
So I have a question for help. I would like to have some customization done for the menu and header menu. I want to do this and also to have our logo bigger. that way you can actually read it. So my idea is to expand the logo across the menu and header part of the menu where the phone numbers and social logos are. So the logo would be bigger and then as you move down then it will shrink to a smaller size and would be across the menu and part of the header menu. And what I envision would be that the top blue line would be a small line above the menu and then as it goes across to the right then it will get bigger to be like it is now. This way the two logos would be bigger when they start out and then when it shrinks down would be the same size as the logo as it starts out on my page currently. I could try to mock up something. But want to make sure this is something that can be done. I think this would really put the finishing touches of professionalism on it! I hope that this comes across correctly!
I have uploaded four pictures to get across what I am looking for help on. you can see them here <link> and look in the Web Site album. You will see the current1 and current2 pictures that are what you would see if going to the site now. What I want to have changed are what I have been able to do via gimp editor of the two views. I am just trying to get a bigger area for my logo so that it is where it can be more readable. I hope that this is something that can be done easily.
Thank you
Doug Holcombe
