Forum Replies Created
-
AuthorPosts
-
Hey dpiassociati!
Thank you for using Enfold.
Make sure that both languages’ Maximum Container width is the same. You can change it on Enfold > General Layout > Dimensions panel.
Regards,
IsmaelHi!
Please replace the code with this:
@media only screen and (max-width: 767px) { .responsive .logo { display: none !important; } #advanced_menu_toggle, #advanced_menu_hide { margin-top: 10px; } #header_main { min-height: 82px; } }
Cheers!
IsmaelHey kashmyra!
Thank you for using Enfold.
Please check the page with the issue. What is the current option set on Layout > Layout? Is it set to “No Sidebar”? Try to disable the dashboard translation with this on functions.php:
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }
Regards,
IsmaelHi!
The logo is currently situated on the left. Where do you want to position the menu when you center align the logo? Have you tried using the Logo center, Menu below option on Enfold > Header > Menu and Logo Position settings?
Cheers!
IsmaelHey AnjiG!
Thank you for using Enfold.
Please try this on Quick CSS:
#header_main { z-index: 20; } .logo { top: -20px; }
If this is not what you’re looking, please provide a screenshot.
Regards,
IsmaelJanuary 24, 2015 at 12:11 pm in reply to: mega menu quit working & menu items are gone after update #384849Hi!
Thank you for using Enfold.
The mega menu width calculation should be fixed on 3.0.5. There is currently no mega menu enabled on the site. Please create a mega menu then we’ll check it. A screenshot will help.
Cheers!
IsmaelHey divisionx!
Thank you for using Enfold.
Make sure that you created a menu then set it as Enfold Main Menu on Appearance > Menus panel. The search icon should be enabled by default, if not, go to Enfold > Header > Extra Elements then enable the Append search icon to main menu.
Regards,
IsmaelJanuary 24, 2015 at 12:04 pm in reply to: Video in Layerslider not 100% responsive, please help #384845Hi!
I checked the home page and the slider but I don’t see any videos there. Where is the layer slider with the video? Try to use the Color Section. Use the video as background. It should loop automatically.
Best regards,
IsmaelHey!
Currently, there is no quick links for your own feature request. There’ s no point checking them when they are not included on the most popular requests.
Best regards,
IsmaelHey!
I would like to check the page but it’s missing: http://sixthsenseconsulting.com/test-page
Is this fixed? Try to remove browser cache then reload the page.
Cheers!
IsmaelHi filz51!
Thank you for using Enfold.
Add this on Quick CSS:
@media only screen and (max-width: 767px) { .responsive .phone-info { float: left; width: auto; clear: none; } .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { float: right; width: auto; } .main_menu, #header_main_alternate, .responsive #header .main_menu ul { display: block; } }
Cheers!
IsmaelHey!
Yes, it is possible and if you want to target a specific element on the page, try to apply a custom css class on them. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelHey Scott!
Thank you for using Enfold.
Did you set the Blog page as blog on Enfold > Where do you want to display blog? option?
Cheers!
IsmaelHey!
The background option is working fine on our installation. Try to deactivate all plugins then test the background option again.
Regards,
IsmaelHey!
If you don’t mind, please provide a screenshot on how you want the header to look like on mobile device. We’ll try to give you the proper css codes for it.
Regards,
IsmaelJanuary 24, 2015 at 11:26 am in reply to: How to increase post text size without effecting other aspects of the theme? #384829Hey!
Please try this:
.template-blog .entry-content > * { font-size: 18px; }
Regards,
IsmaelHi!
Can you please provide a screenshot of the logo? I added a layers container value on the Slider Settings to keep the images responsive on smaller screens.
Regards,
IsmaelHi!
Yes, it is related. The function is deprecated since 5.5.0: http://php.net/manual/en/function.mysql-real-escape-string.php
Since you’re using an updated version of PHP, the suggested code above should work.
Replace:
$content = mysql_real_escape_string($content);
with:
$content = esc_sql($content);
Regards,
IsmaelHey!
Please replace the code with this:
if(is_archive()) { $blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt"; } else { $blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content"; }
Cheers!
IsmaelHi!
Please check the code. The img tag is missing:
add_action('ava_after_main_menu','custom_things'); function custom_things() { echo '<div class="secondary-logo"> <a href=" http://dentists.theimplantexperts.com/"> <img src="http://theimplantexperts.com/wp-content/uploads/2015/01/TIE_WebHeader_Patientslink.png" /> </a> </div>'; }
Remove the transparent space below the image.
Regards,
IsmaelJanuary 24, 2015 at 10:47 am in reply to: avia.js:901 TypeError: undefined is not a function #384821Hi!
Thank you for using Enfold.
I’ll ask the rest of the support team to check this. Have you tried disabling the default lightbox then install it as a stand alone plugin?
https://wordpress.org/plugins/iw-magnific-popup/Regards,
IsmaelHey!
What you’re trying to do is not a very common layout. The theme is very flexible in a way that it can create multiple layouts without coding. You can try this on Quick CSS:
.container .av-content-small.units { background: #ffffff; border-radius: 5px; margin: 10px 10px; padding: 20px; box-sizing: border-box; border-right: none; } .main_color { background: gray; } #top #main .sidebar { border-left: none; }
Cheers!
IsmaelHey horsevet!
Thank you for using Enfold.
I’m sorry but the website is not loading on my end. Please check.
Best regards,
IsmaelHi!
Text alignment is set to “justify” by default. If you want to change it to “left”, use this on Quick CSS:
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: left; }
Cheers!
IsmaelJanuary 24, 2015 at 10:21 am in reply to: How to change text in tooltip for social media icons in header. #384815Hey!
Glad we could help. You can find the social media styling on css > layout.css.
Best regards,
IsmaelHi!
Sorry for the delay. Try to replace the code with this:
.title_container .breadcrumb { position: absolute; right: 48px; top: 43px; }
Cheers!
IsmaelHey!
Do you have any IP or country block? I really can’t see the website.
Cheers!
IsmaelJanuary 24, 2015 at 10:00 am in reply to: Blog Feature Images Not Showing on Cell Phones & Tablets. #384809Hi markpevans!
Thank you for using Enfold.
Yes, it is possible. Use the magazine element which has a layout closer to what you want. You can add the excerpt and read more link with a bit of modification. Refer to these links:
https://kriesi.at/support/topic/show-excerpt-in-all-magazine-blog-list-2/#post-310861
https://kriesi.at/support/topic/show-excerpt-in-all-magazine-blog-list-with-read-more-link/#post-311683Cheers!
Ismael -
AuthorPosts