Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for the update.
Along with Yigit’s suggestion, please edit all Color Section’s on the page with the background attachment set to fixed or parallax. Set it to “Scroll”. Let us know if the link starts to work again. Regarding the search script, regretfully, we cannot provide support for third party scripts as stated on our support policy. You might need to investigate this particular issue on your own or hire a freelance developer to apply the proper css media queries. Please do visit Werkpress for further customization.
Thank you for understanding.
Best regards,
IsmaelApril 18, 2014 at 10:38 am in reply to: Layer Slider text block position issues on home page #253087Hey!
Thank you for the update.
Is this still an issue on your installation? From what I understand, when I checked the website, the text above the slider are responsive. I don’t see the issue described when I resize the browser. What you did with the images with the white space above is not conventional for responsive websites but surprisingly it works. I’m not sure how you did it but I’ll suggest that you remove the white gap above the image then add the background image as another layer. Add another layer on top of it with the text block. Just a suggestion but I think it will be more responsive.
Best regards,
IsmaelHi!
Thank you for the update.
Actually it is not the padding of the content slider, it is the padding of the whole content container. Looks like you managed to reduce the content padding but to make the css more specific to that page, please use this:
.page-id-3401 main.template-page.content.twelve.alpha.units { padding-bottom: 10px; padding-top: 10px; }Regards,
IsmaelHi!
Thank you for the link.
I’m sorry but this is not possible with just css. You need to use a jQuery script to find the height of the content and apply it to the height of the sidebar before you can apply the background that will extend up to the footer. Unfortunately, this 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 do visit Werkpress for further customization.
This link might help: http://www.zyxware.com/articles/2545/jquery-set-the-height-of-one-div-to-another-div
Thank you for understanding.
Cheers!
IsmaelHi!
Thank you for the update.
I hope you find the right hosting for your website. 64M for memory limit will not cut it if you’re using Enfold or any other premium themes that contains an ajax visual page builder plus third party plugins. Please let us know if you’re still experiencing the issue when you transfer the website on another host.
Best regards,
IsmaelHi!
Thank you for the update.
The background image size on the demo is 1030×684. Fullwidth slider options are set as follows, Slideshow Image and Video Size is set to No Scaling and Stretch image to fit the slideshow size? option is set to No, don’t stretch the image. Background option are as follows, Center center, Stretch to fit and background attachment is fixed. The height of the images use as slide is 600px. I hope that helps.
Best regards,
IsmaelHi!
@Ad-Min747: There is an enfold french translation already but there may be strings that needed translation or correction so yes, we’ll greatly appreciate it if you can check the existing fr_FR.po file on the theme’s lang folder. :)Cheers!
IsmaelApril 18, 2014 at 9:58 am in reply to: how to – different font color Activate Header transparency #253073Hey!
Thank you for the update.
You can change the background color of the scrolled header with this on Quick CSS or custom.css:
.header_color.header-scrolled .header_bg { background-color: blue; }If you want to change the color of the text instead, use this:
.header_color.header-scrolled .main_menu ul:first-child > li > a { color: red; }Regards,
IsmaelHi!
Thank you for the link.
I’m not sure why this is happening but this should fix it. Add this on Quick CSS or custom.css:
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap { -webkit-transform-style: flat; }I hope it works. I’ll forward this to Kriesi so that he can explain this further.
Best regards,
IsmaelHey NatachaC!
Thank you for using the theme.
I’m sorry but we are not certain of the issue. If you don’t mind, please give us a link to the website then we’ll check it. Please deactivate all plugins, see if the issue persists. If not, activate them again one at a time while testing the editor.
Regards,
IsmaelHi!
Thank you for the update.
I’m not sure if Kriesi updated the post slider as you described but we can create a work around for this matter. You can add two post slider on the same page then set the first one to show 3 columns, the second one, set to 1 column. We can hide the second slider with 1 column on desktop view and show it when viewing on mobile using media queries.
Let us know if you want to implement the suggestion above. I’ll forward this thread to Kriesi.
Best regards,
IsmaelHi xcv1001!
Thank you for using the theme.
1.) I’m sorry but that is not possible within the theme. Unfortunately, this 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 do visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
2.) Yes, there is an option to select which category or categories you want to show on the Post Slider or Fullwidth masonry. Edit the elements then look for Which Entries? option.
Cheers!
IsmaelHi!
Glad it worked.
Please try this one:
.container_wrap { border-top: none; }Regards,
IsmaelApril 18, 2014 at 9:38 am in reply to: Problem Enfold + Yoast SEO > blogpages broken + sitemaps not working #253059Hey!
Thank you for using the theme and sorry for the delay.
A lot of users are using Yoast plugin and it works fine on their end. Maybe it is a combination of plugins that is causing the error. Glad you chose to use another plugin for this matter.
Cheers!
IsmaelHey herrbirk!
Thank you for using the theme.
Did you add a lot of css modifications for the header and logo? I’m sorry but the latest update with the new header configurator might render them useless. Please try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive .logo { position: static; height: 120px !important; float: none; } }Regards,
IsmaelHi ttnka!
Thank yor using the theme.
Once you enable the mega menu and added a column, click on the column menu item then enable the This column should start a new row option.
Best regards,
IsmaelHi Spiv!
Thank you for using the theme!
The thumbnails are needed for certain parts of theme like widgets, posts, portfolio etc. You can disable them on functions.php, look for this code:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize sliderFor example, if you want to disable the the widget thumbnail size (36x36px), look for this code:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar newsSwitch it to php comment. Replace it with this:
//$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar newsRegards,
IsmaelHey!
Thank you for the info.
I’m sorry but we’re not sure of the issue since you updated the theme directly. Next time, please create a changelog of the modifications or use a child theme. Refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/
Please update your wordpress core files to 3.8.1. Download the wp files here: http://wordpress.org/download/release-archive/
Cheers!
IsmaelHey!
@sundialstudios: Thanks for helping out. :)@absurdity: 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 explation and awesomeness. You can also watch some of our Video Tutorials to learn more about the theme.
Best regards,
IsmaelHi!
Thank you for the update.
Please post the login details here. We would like to check it on our end.
Regards,
IsmaelApril 17, 2014 at 9:53 am in reply to: Back-end very slow + cannot switch theme or disable plugins #252542Hi!
Thank you for using the theme!
I can be certain that the database error is not cause by the theme. Maybe, another plugin is causing that issue. You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelApril 17, 2014 at 9:52 am in reply to: Menu got messed up when trying to apply sticky header settings after update. #252541Hey!
Thank you for using the theme!
Please try to update to Enfold 2.6.4. Sometimes, this issue means that some stylesheets are not updated properly.
Cheers!
IsmaelHey basmati!
Please use this on functions.php:
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(); wp_enqueue_script( 'retina_js', $child_theme_url.'/js/retina.js', '', '', true ); }Best regards,
IsmaelHey EA Photo!
Thank you for using the theme!
I tested the shortcodes on my end and it works fine. If you don’t mind, we would like to see the actual page with the button.
Regards,
IsmaelHi MCVince!
Thank you for using the theme!
You can switch the page to Advance Layout Builder then insert 1/4 1/2 1/4 column layout. Insert the Widget Area element on the 1/4 columns layouts and the insert the content on the 1/2 column. I hope that helps.
Cheers!
IsmaelHi!
Thank you for the update.
I’m sorry but the only solution that I can think of is to specify an actual height for the container:
.js_active .toggle_content p { height: 700px; }Best regards,
IsmaelHi!
Thank you for the update.
You need to set the page hierarchy if you want wp to detect and highlight the main menu when you click on sub level menu items. Please refer to this link for more info: http://en.support.wordpress.com/pages/page-attributes/
Best regards,
IsmaelHey Paul!
Thank you for visiting the support forum!
I checked the link (http://www.warrenbsi.com/buy-sell-planning/) and the logo/partner element is working as expected. There are two logos on the last row then it rotates back to the first set of logos. Is this fixed?
Best regards,
IsmaelHey!
Thank you for the info.
Can you please give us an example link of the product? Where do you want the breadcrumbs to go?
Regards,
IsmaelHi osukaru!
Thank you for using the theme!
You’re using a very old version of the theme. 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/
Regards,
Ismael -
AuthorPosts
