Forum Replies Created
-
AuthorPosts
-
Hi!
You didn’t update the theme to 2.5.4. Please download the latest version on your themeforest account. Note that the videos on mobile version will be disabled on the next release of Enfold. You will be required to add a fallback image for the video for mobile devices.
Best regards,
IsmaelMarch 7, 2014 at 5:34 pm in reply to: Full width slider – can you change it to the standard width? #233870Hey kinnear!
What do you mean by standard width? You can resize the slider on Global Settings > Basic > Slider Width.
Regards,
IsmaelHey CreatorsCreations!
Please post the link to the website. Try to increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelMarch 7, 2014 at 5:27 pm in reply to: Color Section Background Video Warning get_file_contents #233859Hey!
Thank you for using the theme. I hope you’re doing great.
The next update will include an option to provide a fallback image for mobile devices. There are lot of issues regarding videos on different devices so Kriesi decided that unless he found a full proof integration of mobile video background, videos won’t be available for mobile devices. This image will be shown on mobile device instead of the video background.
Cheers!
IsmaelHi pako69!
Thank you for using the theme. I hope you’re doing great.
Please add this on Quick CSS or custom.css:
.fallback-post-type-icon { display: none !important; }Best regards,
IsmaelHi dngood!
How are you? I hope you’re doing well today.
The languages should be located on wp-content/languages by default but enfold loads the languages files on the lang folder.
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { $lang = get_template_directory() . '/lang'; load_theme_textdomain('avia_framework', $lang); } }http://codex.wordpress.org/Function_Reference/load_theme_textdomain
Regards,
IsmaelHey!
I thought I posted something here before. Anyway, have you tried to recreate the slider from scratch? Looks like it is doable using the Fullwidth Easy Slider because you’re not creating any complex animations. Anyway I created a new slider called “Aentuinen Test Slider”. All 4 slides show up properly.
http://www.aentuinen.be/test-page/
Please watch this video on how to use the Layer Slider: http://www.youtube.com/watch?v=ZY9SxVyugx4
Regards,
IsmaelHi juliettereniers!
Can you please post a screenshot of what you’re trying to do? Maybe, you can edit header.php then add the logo or image code inside the header_meta container:
<div id='header_meta' class='container_wrap container_wrap_meta'> <div class='container'>Cheers!
IsmaelHi!
Please watch this video by Devin to update the theme via FTP: http://vimeo.com/channels/aviathemes/67209750
Looks like you have a permission issue. Make sure that wp root folder and all the files and folders inside are write/read enabled. Set the permission to 755 or higher.
Regards,
IsmaelHi envapk2!
Thank you for using the theme. I hope you’re doing great.
What type of header do you have? Maybe, you can add this below the code to prevent the “content push” on mobile device:
@media only screen and (min-width: 768px) { .content { padding-top: 0px; padding-bottom: 1px; } }This can make the Small Fixed Header transparent:
.fixed_header #main { padding-top: 0; } .header_color .header_bg, #header_main { background-color: transparent !important; border: none; } .header_color div { border: none; }Cheers!
IsmaelHey markofwits!
How are you? I hope you’re doing well today.
Please add this on Quick CSS or custom.css:
td { vertical-align: top; }Cheers!
IsmaelMarch 7, 2014 at 4:52 pm in reply to: Header layout no.4 but with additional logo on the right #233827Hey anton123!
Can you please give us a screenshot of what you’re trying to do?
Enfold doesn’t have option for retina display. The technique is to use image with twice the size as needed then resize it in half using css. So for example you have a 100x100px image with selector id “awesome-image”, you can add this on Quick CS or custom.css:
#awesome-image { width: 50px; height: 50px; }The image displayed will have a size of 50x50px but the actual size of the image that is use is 100x100px. The image will still look crisp on retina display. You can also use this plugin: http://wordpress.org/plugins/wp-retina-2x/
Regards,
IsmaelHi!
Are you planning to have two posts only? Maybe, you can hide the previous navigation. Add this on Quick CSS:
.avia-post-prev { display: none; }Cheers!
IsmaelHi Piepmatz!
Can you please give us a link to the website? Please wait for Dude to respond.
Regards,
IsmaelHey!
No, that is not possible. Enfold is using shortcodes to display elements within a SINGLE page. It doesn’t have any resource or function to load two pages at the same time. Please ask the google forum or community about this. They can give you better explanations why the bounce rate decrease on so many levels.
Regards,
IsmaelHey!
Can you please deactivate the AddThis toolbox plugin? Deactivate all plugins if possible. Check the blog page again. Make sure that the subheader display is enabled.
Cheers!
IsmaelHi spirit1977!
Thank you for using the theme. I hope you’re doing great. Use this instead:
#header_main .container, .logo img, .logo a { height: 88px !important; line-height: 88px !important; max-height: none !important; } .header_color .main_menu ul:first-child > li > a { height: 88px !important; line-height: 88px !important; }Regards,
IsmaelHi!
Please edit header.php, find this code on line 123:
if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";Below, add this code:
echo do_shortcode('[google-translator]');Add this on Quick CSS or custom.css:
#google_language_translator { position: absolute; right: 250px; }Regards,
IsmaelHi Jonathan!
You can just add the code on Quick CSS or custom.css:
#top textarea { min-height: 30px; line-height: .5em; }Please give us a link to the page with the plugin. A screenshot of the issue will help.
Cheers!
IsmaelHey!
Please give us a link to the actual website. Add !important on the css values:
.main_menu ul:first-child > li a { line-height: 40px !important height: 40px !important; }Best regards,
IsmaelHi!
I’m sorry but I don’t see the jump on the header menu. My internet connection is not that fast and I don’t see the “jump” issue on every page. You can improve the loading speed by using cache and minify plugins. Suggested plugins are:
http://wordpress.org/plugins/w3-total-cache/
http://wordpress.org/plugins/bwp-minify/Cheers!
IsmaelHi!
I already set the sidebar on Enfold > Sidebar > Sidebar on Single Post Pages to “right sidebar”. This will enable the sidebar for forum pages or technically forum posts.
Cheers!
IsmaelHi!
Sorry `bout that. You can add a color section then add a unique id on “For Developers: Section ID” field. Add “awesome-section” for example, use this on Quick CSS or custom.css to apply a white background inside the color section’s container.
#awesome-section .container { background: white; padding: 15px; margin-top: 20px; }In order to achieve the same look as the screenshot, you can insert two 1/2 column layouts inside the color section then insert the Image element on the first one and the text block on the other. Add another text block under the image element for the name, phone number, social icons etc.
Best regards,
IsmaelMarch 7, 2014 at 7:42 am in reply to: Fullwidth Masonry Gallery: Automatic Placement Problem #233633Hey!
You can use imgur or clipular to post a screenshot here. I tried to resize the browser to increase the browser resolution and the masonry gallery adjust properly.
Cheers!
IsmaelHi set_carsten!
I’ll ask Dude to answer this. AFAIK you need to buy a new license for the second website that you’re going to build. Regular license only grants you permission to sell the end product on a single client only.
Regards,
IsmaelHi evgeniac!
Thank you for the question. I hope all is well with you today.
Please edit functions.php, find this code on line 97:
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columnsReplace it with:
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>210 ); // images for portfolio 4 columnsRegenerate the images using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHey Kimberlyjo!
Please post the login details here. Post a screenshot of how you want it to look like. You can use imgur or clipular. Upload the logo image again then select the large size before you click the “Insert image as logo” button. The current size of the logo on your website is small.
Regards,
IsmaelMarch 7, 2014 at 7:28 am in reply to: Styling- have tried everything in support for font changes #233629Hi!
Please deactivate the plugin then use this filter instead if you want to add google fonts on Enfold > Styling > Heading font or Body font:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Oswald'] = 'Oswald'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Oswald'] = 'Oswald'; return $fonts; }There is no redirect code inside the theme for mobile devices. Maybe, a plugin is causing this. We don’t usually support third party plugins , so you might want to hire a freelance developer to configure the plugin.
Best regards,
IsmaelMarch 7, 2014 at 7:19 am in reply to: Formatting Bullet Points using Fontello Icons – is it possible? PART 2 #233627Hi Paul!
Yes, maybe the icon is on a different section with a diferent id. Maybe, you can try this:
.home .avia-icon-pos-left { margin-left: -5px; }I want to check the website but it redirects me to the login page. I’ll ask Yigit to check this again.
Cheers!
Ismael -
AuthorPosts
