Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for the update.
You can edit functions.php, find the thumbnail size code on line 102:
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize sliderYou can increase the width and height of the thumbnail then set the crop parameter to false. Replace the code above with something like this:
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1200, 'height'=>500, 'crop'=>false ); // images for fullsize pages and fullsize sliderUpload the image again or regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
I hope that helps.
Cheers!
IsmaelHey!
Thank you for the update.
You can find the function that generates the logo on framework > php > function-set-avia-frontend.php. Look for the avia_logo function. You can find the height and width attribute there. You can copy the whole avia_logo function on your child theme’s functions.php or if you want to get fancy, use the logo filter hook.
$logo = apply_filters('avf_logo_final_output', $logo, $use_image, $headline_type, $sub, $alt, $link);I hope it helps you.
Cheers!
IsmaelHi!
Thank you for the update.
I just noticed that you added a filter function on the sidebar using a plugin. It might cause the pagination not to work, please disable that plugin then we’ll check the page again after.
Best regards,
IsmaelHey!
Thank you for the update.
When you say drop down, you mean the mobile menu? You can use this selector:
#advanced_menu_toggle, #advanced_menu_hide { left: 90%; }Regards,
IsmaelHey!
Thank you for the update.
Are you using the Advance Layout Builder to modify the portfolio item? If that is the case, the featured image will not be included on the page. Please manually add the featured image using the Image element or add a slider on the portfolio item page.
Cheers!
IsmaelHey!
Glad it is working now. It is really a good thing to create a backup of your theme files and database. Really glad you get it back. If you have any questions, let us know.
Best regards,
IsmaelHey Fabrice!
Thank you for using the theme.
Do you have the latest version Enfold 2.6.4? This should fix the WP 3.9 incompatibility issues. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Let us know if it works.
Best regards,
IsmaelApril 21, 2014 at 2:59 pm in reply to: How to Customize YouTube Videos Within Layout Builder #253818Hi atrixdave!
Thank you for using the theme!
If you want a full control over the embedded video on youtube, please use the Code Block element. Get the embed code of the youtube video then wrap it on the avia-video container. Something like this:
<div class="avia-video avia-video-16-9 " itemprop="video" itemtype="http://schema.org/VideoObject"> <div class="avia-iframe-wrap"><iframe width="1500" height="844" src="//www.youtube-nocookie.com/embed/G0k3kHtyoqc?rel=0&controls=0" frameborder="0" allowfullscreen></iframe></div> </div>You can now add more video attributes on the video url. On the example above, we added the control and related option. Please use the width and height property of the example code across all youtube videos that you’ll embed.
Best regards,
IsmaelHey!
Thank you for the update.
You need to upload the whole zip file, not just the settings or .json file. Please try to export the existing slider then import the zip file back. It will work.
Cheers!
IsmaelApril 21, 2014 at 2:43 pm in reply to: Replace toggle icon with another entypo-fontello font OR use a png #253805Hey!
@wintner: Sorry about that. If you have the latest version of the theme, you can find most of the header codes on includes > helper-main-menu.php. I hope it helps.Best regards,
IsmaelHey!
Glad you figured it out!
Maybe, you missed it on your first try. No one has reported the same issue yet. Anyway, glad it is fixed now. If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. You can also watch some of our Video Tutorials to learn more about the theme.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.
Best regards,
IsmaelApril 21, 2014 at 2:36 pm in reply to: Enfold : Add to cart button not showing up on variable product #253795Hi!
@Styletheluxe: Thank you for the update. If you don’t mind, we would like to see the actual website where this is happening. Please post the website url here or open a new thread then post the website link there.Best regards,
IsmaelApril 21, 2014 at 2:34 pm in reply to: Issue with logo and buttons on an iPad in portrait mode #253793Hey!
Thank you for using the theme!
1.) Please go to Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option.
2.) Instead of using the 1/4 column, please use 2 1/2 columns. The theme have special css selectors that will modify the column layouts for mobile devices.
Cheers!
IsmaelHey!
Thank you for visiting the support forum!
Did you add any unusual html codes or anything on the menu items? I can access some of the menus but not the PrimaryNavigationMenu. Please try to recreate the menu from scratch.
Best regards,
IsmaelHey!
Thank you for the update.
Looks like a database error which is not cause by the theme. Do you have the Map Press plugin installed? Please deactivate all plugins, see if it works.
Regards,
IsmaelHi!
Glad you solved it!
If you don’t mind, please share the solution here in order to help other users with the same problem. If you have any questions regarding the theme, let us know.
Cheers!
IsmaelApril 21, 2014 at 2:19 pm in reply to: Submenu color doesn't change, and would like to show header text instead of logo #253782Hey Marc!
Thank you for using the theme!
You can add something like this on functions.php if you want a text on the header in place of the logo:
add_filter('avf_logo_final_output', 'avf_text_logo_final_output'); function avf_text_logo_final_output($logo) { $link = apply_filters('avf_logo_link', home_url('/')); $logotext = "THIS IS MY LOGO"; $subtext = "THIS IS THE SUBTEXT"; $subtext = "<span class='subtext'>$subtext</span>"; $logo = "<h1 class='logo bg-logo'><a href='".$link."'>".$logotext."$subtext</a></h1>"; return $logo; }Replace the $logotext and the $subtext. I hope that helps.
Cheers!
IsmaelApril 21, 2014 at 2:08 pm in reply to: formatting issues with posts created by other plugins #253774Hi akhilz!
Thank you for using the theme!
Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Please try to add this on Quick CSS or custom.css to fix the content alignment on the blog page:
.template-blog div.entry-content { padding-left: 110px; }Thank you for understanding.
Regards,
IsmaelHi!
Thank you for the update.
You’re using WP 3.9 and Enfold version is only 2.6.2. Please update to Enfold 2.6.4. This should fix the WP 3.9 issues including the google map element. Let us know if you’re still having issues after you update the theme.
Regards,
IsmaelHi Bartvanvlijmen!
Thank you for using the theme!
Please update to Enfold 2.6.4. That should fix the issue with the editor. Download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelHey!
Thank you for using the theme!
The images or screenshots are not working. Do you mind if we take a look at the actual website? Did you update to wp 3.9? Please download 2.6.4, this should fix the issue.
Cheers!
IsmaelHey!
Thank you for the link.
Please add this on Quick CSS or custom.css:
@media all and (max-width: 767px) { .av_phone_active_right.av_secondary_right .phone-info.with_nav span { border: none; } .header_color .phone-info { float: none; width: 100%; text-align: center; } }This should be fix on the 2.7 update. Thanks!
Best regards,
IsmaelHey bgprojects!
Thank you for visiting the support forum.
Please try to generate the table shortcode on another post then copy it directly on the accordion content editor. Make sure that you switch to Text or HTML mode.
Cheers!
IsmaelHi!
Thank you for the update.
I checked the shop page ( http://beta.vabelhavt.com/?post_type=product ) and the sidebar looks ok. It is not below the main content as describe on the previous post. Is this fixed?
Regards,
IsmaelHey mezcalbean!
Thank you for using the theme!
Unfortunately, .webm format is not support by internet explorer. You can only play this video format on IE if the user who’s viewing the website install a VP8 codec. Please Please refer to this link: http://www.w3schools.com/HTML/html5_video.asp
You can convert the video to H.264 or MP4 format which is supported by major browsers. Regarding the parallax, you can add a color section then add a background image. Set the background size to stretch to fit and the background attachment to parallax. I hope that helps.
Cheers!
IsmaelHi silviouk!
Thank you for using the theme!
You can add this on Quick CSS or custom.css:
#top .social_bookmarks li a { border-radius: 30px; background: gray; } #top .social_bookmarks_rss a{color:#ffa133; } #top .social_bookmarks_facebook a{color:#37589b; } #top .social_bookmarks_twitter a{color:#46d4fe; } #top .social_bookmarks_mail a{color:#9fae37; } #top .social_bookmarks_dribbble a{color:#e44885; } #top .social_bookmarks_linkedin a{color:#419cca; } #top .social_bookmarks_search a{color:#222222; } #top .social_bookmarks_gplus a{color:#de5a49; } #top .social_bookmarks_behance a{color:#008cfa; } #top .social_bookmarks_flickr a{color:#ff0086; } #top .social_bookmarks_forrst a{color:#234317; } #top .social_bookmarks_myspace a{color:#000000; } #top .social_bookmarks_tumblr a{color:#345574; } #top .social_bookmarks_vimeo a{color:#31baff; } #top .social_bookmarks_youtube a{color:#a72b1d; } #top .social_bookmarks_pinterest a{color:#cb2027; } #top .social_bookmarks_skype a{color:#12a5f4; } #top .social_bookmarks_instagram a{color:#a67658; } #top .social_bookmarks_five_100_px a{color:#222222; } #top .social_bookmarks_soundcloud a{color:#F76700; } #top .social_bookmarks_xing a{color:#006567; }Change the background color to something else.
Regards,
IsmaelHi!
Thank you for the update.
I’m sorry but when I click the button, the url looks like this: http://www.colibris-avignon.org/colibris/mouvement-colibris/%3Ca?PHPSESSID=l65dc072t1t02kdrln7r0bfor7%20href=%22http://www.colibris-lemouvement.org/colibris/lethique-du-colibri%22%3Ehttp://www.colibris-lemouvement.org/colibris/lethique-du-colibri%3C/a%3E
If you don’t mind, please create the button from scratch. Deactivate all plugins, see if the button works. Download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHi EA Photo!
Thank you for using the theme!
I’ll get back to you. I didn’t noticed that the 3/5 and 2/5 column are available now.
Are there any avia elements except for the column layouts? I tested the new column layouts on my end and they work fine. Did you add any html codes on the content? Did you update to WP 3.9 recently?
Please download 2.6.4 to fix the wp 3.9 issues.
Cheers!
IsmaelHi indirapril!
Thank you for visiting the support forum!
Please use this to remove the easy slider on mobile devices:
@media all and (max-width: 767px) { .home ul.avia-slideshow-inner { display: none !important; } }Remove browser cache then reload the page. I hope that helps.
Regards,
Ismael -
AuthorPosts
