Forum Replies Created
-
AuthorPosts
-
Hi davidfavero!
Thank you for using the theme.
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { div#av_section_1 .avia-full-stretch { background-size: 100%; } }Regards,
IsmaelAugust 13, 2014 at 5:37 am in reply to: LayerSlider WP strecthing first slide… but not others? #303634Hi!
Yes, please try to recreate the slide from scratch. Also, please add this on Quick CSS or custom.css:
@media only screen and (min-width: 1140px) { div#first-slide img { width: 100% !important; height: 470px!important; min-width: 100% !important; min-height: 470px!important; } }Regards,
IsmaelHey davidfavero!
Thank you for using Enfold.
The color section has a minimum height of 100px by default so even if it’s empty it will still be 100px in height. You can change that on Quick CSS or custom.css:
.avia-section { min-height: 10px; }Regards,
IsmaelAugust 13, 2014 at 4:56 am in reply to: Blog page does not contain links to other blog posts at the bottom of the page #303616Hi!
Thank you for using the theme.
I checked the Blog page and the pagination for blog posts is there right on top of the Tabs element.
Cheers!
IsmaelHey!
Thank you for the update.
Please install this plugin: https://wordpress.org/plugins/php-code-widget/
Go to Appearance > Widgets then insert the PHP Code widget in place of the footer social icons. Add this code:
<?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); $icons = avia_social_media_icons($social_args, false); echo $icons; ?>Regards,
IsmaelHey!
I guess I answered that last one on the other thread: https://kriesi.at/support/topic/social-media-in-main-menu/
Regards,
IsmaelHey!
There’s a database error connection when I try to check the page. Usually minimizing the image file sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website, optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.Also, getting a dedicated server for your website is a must if you want to fully optimize the speed of the website.
Regards,
IsmaelHey!
Thank you for the info.
I tried adding an image to the gallery, it works but saving the page gives me 500 server error. Please try to contact your host, see if they have any idea why this is happening. http://casitasitges.com/wp-admin/post.php?post=2512&action=edit&lang=en
Best regards,
IsmaelHi SphereEvenements!
Thank you for using the theme.
First, get the body class id of the page by inspecting the source code using google chrome’s inspect element or firebug. Use this on Quick CSS or custom.css to remove the 1/3 column layout of the page on mobile device:
@media only screen and (max-width: 767px) { .page-id-3000 .flex_column.av_one_third.first .avia-builder-widget-area{ display: none; } }The .page-id-3000 is the page body class id. Yours might be different.
Best regards,
IsmaelHi!
@bdaily: Please refer to this link in order to remove the parameter: https://kriesi.at/support/topic/social-sharing-buttons-2/Cheers!
IsmaelAugust 13, 2014 at 4:26 am in reply to: Background colors conflict with transparent png images #303591Hey Marc!
Thank you for using the theme.
If you don’t mind, we would like to see the actual page with the post slider. Try to add this on Quick CSS or custom.css to remove the background:
.slide-image { background: transparent; }Regards,
IsmaelHey Justin!
Thank you for using Enfold.
Set the social icon position to Display in main header area on Enfold > Header Layout > Extra Elements > Header Social Icons option. You can adjust the top position of the social icons withi on Quick CSS or custom.css:
#header_main .social_bookmarks { top: 90px; }The top position will depend on the height of the header. Regarding the background, please use this:
.main_color { background-size: 100% !important; }Regards,
IsmaelHey hianta!
Thank you for visiting Kriesi’s support forum.
Please use this on Quick CSS or custom.css:
.image-overlay { display: none !important; }Cheers!
IsmaelAugust 13, 2014 at 3:58 am in reply to: WordPress MU subdomain issue (import and setting don't work) #303576Hey axelfx07!
Thank you for using Enfold.
1.) What are the files that you’re trying to use?
2.) I changed the font on General Styling > Heading Font to Alice and log out. When I came back, the option is still there.
3.) This is usually cause by html codes not properly closed like h1, strong tags etc. Please check all html codes and make sure that they are close properly. Please give us a link to the actual page where this is happening. We would like to check it.
Cheers!
IsmaelHi!
If I am not mistaken, this has been fixed on the latest patch of the theme. Please download the latest version Enfold 2.9. from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHi!
It depends on the kind of files that are created. If they are templates, you can add them on the child theme folder. If possible, place all modifications on the child theme’s functions.php.
Cheers!
IsmaelHey blankonblank!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.html_header_transparency #top #wrap_all #main { padding-top: 0; margin-top: -88px; }Cheers!
IsmaelHi heufti65!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.entry-content-wrapper div li:before { content: '→'; padding-right: 5px; } ul.disc, .entry-content-wrapper ul { list-style: none; } .entry-content-wrapper li { margin-left: 0; }Cheers!
IsmaelHi!
Thank you for the info.
Please post the website url here. We would like check it. Also, please deactivate all plugins then test it again.
Best regards,
IsmaelAugust 13, 2014 at 3:11 am in reply to: Enfold Responsive Table Headings in Wrong Fields on Mobile #303549Hey demtnman!
Thank you for using Enfold.
Please edit the table then set the Table Purpose to tabular then and the Responsive Styling to scrollable.
Best regards,
IsmaelHi!
Thank you for the update.
Please add this at the very bottom of Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) { .shop_columns_4 .products .product { width: 49% !important; } }Regards,
IsmaelHey anthonyv9!
Thank you for using Enfold.
The element is located on the Media Elements panel. Please try to remove browser cache then reload the page a few times.
Cheers!
IsmaelHi alessandro!
Thank you for using Enfold.
Please download the theme again from themeforest then upload it via FTP. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Also, try to deactivate all plugins then test it again.
Best regards,
IsmaelHey bethiebfit!
Thank you for using the theme.
You can increase the sidebar width to make room for the form. Add this on functions.php:
function avia_increase_sidebar_size() { global $avia_config; $avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'eight', 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight'); $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'three alpha', 'entry' => 'nine alpha'); } add_action( 'init', 'avia_increase_sidebar_size', 1);Regarding the gap between sidebar widgets, use this on Quick CSS or custom.css:
.widget { padding: 0 0 20px 0; }Cheers!
IsmaelHey j1980mac!
Thank you for using the theme.
The counter on the kriesi.at menu is not dynamic. It is created using css. Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
IsmaelHey!
There should be a :before pseudo selector before the social icon links but it’s not there. Did you copy any theme files on the child theme? If yes, please delete them then get the another copy from the parent theme folder.
Regards,
IsmaelHi!
Thank you for the update.
Fixed background not working on iOS device is a common issue. Try to edit the color section then add an ID to it. Let’s use “fixed-bg” for example. Add this on Quick CSS or custom.css to set the background fixed on iPad:
#fixed-bg { height: 100%; width: 100%; position: fixed !important; z-index: -1; top: 0; }Remove browser cache then test the page again.
Regards,
IsmaelHi wacky32!
Thank you for using Enfold.
Did you install any plugin prior to the issue? You’re using a very old version of the theme, 2.5.2. Also, the WP version is only 3.8.2.
Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/Note that some elements on the theme might break after the update. You need to reconfigure the options or create them from scratch. Please update the theme as much as possible.
Best regards,
IsmaelHey!
Thank you for the update.
You can use the Advance Layout Builder to build the portfolio items. The portfolio item demo content are created using the ALB.
Cheers!
Ismael -
AuthorPosts
