Forum Replies Created
-
AuthorPosts
-
Hi!
Please add this on Quick CSS or custom.css to create borders on the boxed layout:
#wrap_all { border-right: 1px solid #444444; border-left: 1px solid #444444; }Nice website. :)
Cheers!
IsmaelHey elgingroup!
Please add this on Quick CSS or custom.css:
div .logo { right: 0; } .main_menu { left: 0; }Regards,
IsmaelHey!
You can add this on Quick CSS:
#header .avia_mega_div { margin-top: 1px; }Best regards,
IsmaelJanuary 25, 2014 at 11:58 pm in reply to: footer / socket problem on fullwidth masonry pages #214914Hey Sebastian!
Please check the elements on the page with the footer problem, see if there are unclosed tags or divs. The footer container should be rendered within the wrap_all div or container.
Best regards,
IsmaelHi!
Please give us the login details. Set it as a private reply. We would like to inspect it.
Regards,
IsmaelHey!
Please use this for the header background:
.header_color .header_bg { background-color: blue; }Change the menu color with this:
.header_color .main_menu ul:first-child > li > a { color: white; }This is for the sub menu:
.header_color .main_menu .menu ul.sub-menu li a { color: black; }Regards,
IsmaelHi!
I think the problem is you’re using a child theme. Please add this code on the child theme’s style.css:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/ #header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; } .logo, .logo a, .logo a img { max-width: 340px !important; }Regards,
IsmaelHey!
Can you please give us a link to the page with the color section?
Regards,
IsmaelHi!
Please replace the code using this:
.main_menu #menu-item-2609 a { position: absolute; width: 120px; background: blue !important; display: block; top: -11px; left: -130px; height: 40px; line-height: 40px; color: white; padding: 5px 10px 15px 10px !important; }Cheers!
IsmaelHi!
You can add the whole code on helper-social-media.php on the child theme’s functions.php.
Best regards,
IsmaelHi!
You can adjust the top margin of the columns:
body .column-top-margin { margin-top: 10px; }Regards,
IsmaelHey!
Please edit js > avia.js, find this code on line 300:
switchWidth = 767;Replace it with:
switchWidth = 1024;This should display the sildeout menu on iPad screens. Remove browser cache then reload the page a few times.
Regards,
IsmaelHi!
Can you please give us the link to the page with the gallery? I don’t see the navigation on the home page.
Best regards,
IsmaelHey!
I don’t think that is possible. It will break the layout of the page.
Best regards,
IsmaelHi simmer!
You can use this on Quick CSS:
.grid-entry-excerpt.entry-content { font-size: 14px; color: red; font-style: normal; }Best regards,
IsmaelHey studiotopo!
Can you please give us a link and a screenshot of the page?
Best regards,
IsmaelHi davidtaylorwebmedia!
Create a Custom Link on Appearance > Menus then insert a hashtag(#) on the URL field.
Best regards,
IsmaelJanuary 25, 2014 at 4:47 am in reply to: how to replace an fontello Icon for an own customized icon #214718Hi David!
Please add this on Quick CSS or custom.css:
.avia-icon-list-container.avia-builder-el-6.el_after_av_textblock.avia-builder-el-last .iconlist_icon { background: url('http://www.cadeaugolf.nl/wp-content/uploads/2013/04/image_rl2.png') no-repeat center center; background-size: 40px 40px; } .avia-icon-list-container.avia-builder-el-6.el_after_av_textblock.avia-builder-el-last .iconlist-char { display: none; }Best regards,
IsmaelHi!
Please use this instead:
.form-row.terms label { font-size: 15px !important; }Remove browser cache then reload the page.
Regards,
IsmaelHi!
You might need to adjust the width of the flex columns. Add this on Quick CSS:
div .av_one_fourth { margin-left: 2%; width: 24.5%; }Best regards,
IsmaelHey jmalevic!
What page did you set as blog or home page? You can set it on Enfold > Theme Options > Frontpage settings. You can create a custom sidebar on Appearance > Widgets > Enfold custom widget area then apply it on that page.
Regards,
IsmaelHey!
Please try append this on the .htaccess file:
php_value upload_max_filesize 10M php_value post_max_size 20M php_value memory_limit 32MBest regards,
IsmaelHey!
I’m sorry but making an element that is not really part of the theme responsive takes some time and we don’t have it now because the forum is being flooded with questions. You can refer to this links if you want to learn about media queries or hire a freelance developer to make the form responsive. You can use the “signupcontainer” selector to target the form.
http://mobile.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/
http://webdesignerwall.com/tutorials/css3-media-queriesCheers!
IsmaelHey ey3!
Edit js > shortcodes.js, find this code on line 1082:
thisheading.on('click', function()Replace it with:
thisheading.on('hover', function()Remove browser cache then reload the page a few times.
Best regards,
IsmaelHi!
I think the wp rocket plugin is causing the issue. Kriesi uses BWP Minify plugin to compress scripts and optimize page speed.
Cheers!
IsmaelHey!
The next release of the theme will include a video implementation on the Fullscreen slider. I think that is what you need when I checked what you’re doing on the test site. I don’t think it is possible to add a fullscreen video on the layer slider without major modification. Try to enclose the iframe or video tag inside a div with 100% width:
<div style="width:100%;"><iframe src="//www.youtube.com/embed/UDW1bp6ANlE" frameborder="0" allowfullscreen></iframe></div>You should probably wait for the Fullscreen Slider video implementation on Enfold 2.5.
Regards,
IsmaelHey David!
The code above target the mobile screens like iPhone etc. Please add this below:
@media only screen and (max-width: 989px) and (min-width: 768px) { #top div .avia-gallery img { max-height: 217px; } }Best regards,
IsmaelHey!
Add this on the child theme’s functions.php:
/* * Register frontend javascripts: */ if(!is_admin()) { add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); } function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); //register js wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false ); }Create a js folder on the child theme then add a avia.js file. You can insert Dude’s code on the new avia.js file.
Regards,
IsmaelHi bc3inca!
Please use the Fullscreen Slider because it is much more responsive and less complicated than the Layer Slider. You can also hide the slider on mobile view. Add this on Quick CSS:
@media only screen and (max-width: 767px) { #layer_slider_1 { display: none; } }Best regards,
Ismael -
AuthorPosts
