Forum Replies Created
-
AuthorPosts
-
October 16, 2014 at 6:06 am in reply to: Latest enfolf version + WP 4 : Black screen Home Page #336539
Hi!
Thank you for the info.
You’re using a very old version of the theme which is not compatible with the latest version of WordPress. 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/
Best regards,
IsmaelHi dsauce!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
#top #wrap_all .av-social-link-rss a{background-color:#fff; color:#ffa133; } #top #wrap_all .av-social-link-facebook a{background-color:#fff; color:#37589b; } #top #wrap_all .av-social-link-twitter a{background-color:#fff; color:#46d4fe; } #top #wrap_all .av-social-link-mail a{background-color:#fff; color:#9fae37; } #top #wrap_all .av-social-link-dribbble a{background-color:#fff; color:#e44885; } #top #wrap_all .av-social-link-linkedin a{background-color:#fff; color:#419cca; } #top #wrap_all .av-social-link-search a{background-color:#fff; color:#222222; } #top #wrap_all .av-social-link-gplus a{background-color:#fff; color:#de5a49; } #top #wrap_all .av-social-link-behance a{background-color:#fff; color:#008cfa; } #top #wrap_all .av-social-link-flickr a{background-color:#fff; color:#ff0086; } #top #wrap_all .av-social-link-forrst a{background-color:#fff; color:#234317; } #top #wrap_all .av-social-link-myspace a{background-color:#fff; color:#000000; } #top #wrap_all .av-social-link-tumblr a{background-color:#fff; color:#345574; } #top #wrap_all .av-social-link-vimeo a{background-color:#fff; color:#31baff; } #top #wrap_all .av-social-link-youtube a{background-color:#fff; color:#a72b1d; } #top #wrap_all .av-social-link-pinterest a{background-color:#fff; color:#cb2027; } #top #wrap_all .av-social-link-skype a{background-color:#fff; color:#12a5f4; } #top #wrap_all .av-social-link-instagram a{background-color:#fff; color:#a67658; } #top #wrap_all .av-social-link-five_100_px a{background-color:#fff; color:#222222; } #top #wrap_all .av-social-link-soundcloud a{background-color:#fff; color:#F76700; } #top #wrap_all .av-social-link-xing a{background-color:#fff; color:#006567; } #top #wrap_all .av-social-link-vk a{background-color:#fff; color:#597BA5; } #top #wrap_all .av-social-link-reddit a{background-color:#fff; color:#FF4500; }Cheers!
IsmaelHi Daniela!
Thank you for using Enfold.
Did you set these pages as child page of a page? Those pages will only show up when they are nested subpages of the current page.
Cheers!
IsmaelHi!
Thank you for using Enfold.
In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Cheers!
IsmaelHey!
Another user reported the issue and updating to PHP 5.6 seems to fix it.
https://kriesi.at/support/topic/bug-with-team-member-content-element/
Cheers!
IsmaelHey!
What is the exact error that you get when you insert the Product Grid element? I can’t open the Advance Layout Builder when I tried to edit a page. Plugins that causes the issue are Ultimate TinyMCE, WP All Import and Duplicator. We would like to deactivate the plugins while working on the site with your permission.
Best regards,
IsmaelHi!
There’s still a (Forbidden) error related to enfold_child.css file. Did you set the correct file permission on the wp-content and folders inside it? Maybe try setting it to 777 for testing purposes. See if that changes anything.
Regards,
IsmaelHi!
When you check the site there’s an error directly related to enfold.css file located on dynamic_avia folder and other content inside the wp-content folder: Failed to load resource: the server responded with a status of 404 (Not Found)
This is usually cause by incorrect folder and file permission or the files doesn’t exist. Please try to set those to 755 or higher. Toggle any theme options then save changes. Please post the FTP login details here. Set it as a private reply. We would like to check it.
Regards,
IsmaelHey HIO2014!
Thank you for using Enfold.
Please go to Enfold > Blog Layout panel then set the Blog Style to “Use the advance layout builder”. Edit the blog page, add the Blog Posts element and other contents that you want.
Regards,
IsmaelHey danieltjohnston!
Thank you for using Enfold.
Please go to Enfold > Blog Layout. Deselect the icons that you don’t want on Share links at the bottom of your blog post section.
Regards,
IsmaelHey!
Thank you for the update.
Just add this on Quick CSS or custom.css:
#top .title_container .container { padding: 0 50px !important; }Regards,
IsmaelHi paslet!
Thank you for using Enfold.
You can’t import two dummy data on a single website. It will retain all pages from the previous demo data. Now, you need to delete those pages manually. Please go to Appearance > Menus panel. Remove unnecessary menu items. Make sure that main menu is set as Enfold Main Menu on Theme Locations.
Best regards,
IsmaelHi!
Did you use the Text Block element for the shortcode? Code block will work as well. Please post the login details here. We would like to check it.
Regards,
IsmaelOctober 15, 2014 at 7:28 am in reply to: Social Icon Toolbar on pages are not displaying ( v3.0) #335962Hi!
Are you using the advance layout builder for pages? You can use this on functions.php:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_page(2) || is_page(3437)) { $content .= avia_social_share_links(array(), false); } return $content; }Use the is_page conditional if you want to show the share section on specific pages.
Cheers!
IsmaelOctober 15, 2014 at 7:23 am in reply to: Main Menu In Page Navigation Selected Item Not Working Properly #335960Hey!
Thank you for pointing that out. Another user is having the same issue as yours. This thread might help.
Best regards,
IsmaelHey P. Bert!
Thank you for using Enfold.
Instead of adding social icon images, you can use the icon shortcode. We can then change the hover state using CSS. You need to create a custom script for image swap which is beyond the scope of support.
Cheers!
IsmaelHi barrygur!
Thank you for using Enfold.
You can generate a table shortcode using the shortcode wand then place the table shortcode inside the Tab’s Text mode editor. If you don’t like using the table shortcode, you can create your own table manually using html.
Regards,
IsmaelHey Aleks!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins. Anyway, maybe the NGG is in conflict with MagnificPop plugin which is the default lightbox plugin of the theme. Please disable MPU on Enfold > Theme Options > Lightbox Modal Window.
Best regards,
IsmaelHi lizybloom!
Thank you for using Enfold.
You can use this:
.home div#av_section_2 .container { padding: 0; } .home div#av_section_2 .template-page.content.av-content-small.alpha.units { padding: 0; margin: 0; } .home div#av_section_2 .template-page.content.av-content-small.alpha.units div .av_one_fifth { margin-left: 0; width: 20%; }If possible, apply unique id on the color section then replace all instances of div#av_section_2 with the custom color section id.
Best regards,
IsmaelHey meisterpreiss!
Thank you for using Enfold.
We need to see the actual contact form. Please post the url here.
Best regards,
IsmaelHi redfirestudio!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
.header-scrolled .logo a img { display: none; } .header-scrolled strong.logo.bg-logo a { width: 100px; background: url(LOGO IMAGE URI HERE) no-repeat; }On header scroll, we’ll remove the default logo then replace another logo set as background image. Adjust the width and height.
Cheers!
IsmaelHi!
Probably, you didn’t investigate enough. If you can update the theme to 3.0.1, we’ll try to fix the advance layout builder for you. Did you modify the core theme files? If that is the case, I’m sorry but we won’t be able to help trace back the modifications. If you are ready with 3.0.1, please post the ftp and wordpress login details here. We’ll check it.
Regards,
IsmaelHey gkobmf!
Thank you for using Enfold.
That is a custom parallax created specifically for that website. I’m sorry but that is beyond the scope of support. You can find some parallax tutorials on the web. An example: http://ianlunn.co.uk/plugins/jquery-parallax/
You can use simple Image Fade in Animations if you don’t want to create a custom script.
Regards,
IsmaelHey David!
Thank you for using Enfold.
We need to see the actual website. Please post it here. Why are you using the Dynamic content?
Best regards,
IsmaelOctober 15, 2014 at 6:38 am in reply to: issue with mobile menu items that contain a dropdown #335939Hi!
You’re using a very old version of the theme. Please download the latest version 3.0.1 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/
Make sure that you’re running WordPress 4.0. Some of the theme elements and layout might change a bit. You need to make a few adjustments after the update.
Cheers!
IsmaelHey!
I would like to check the website but the login credentials you posted above are not working. Please check. Do you have any minify or cache plugins? Please try to disable those then check the icons again.
Best regards,
IsmaelHi!
There’s a problem with the website migration. In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Cheers!
IsmaelHey!
Do you have cloudflare on your installation? Please refer to this link for a possible fix: https://kriesi.at/support/topic/layerslider-blank-after-updating-to-enfold-3-0/#post-334802
Best regards,
IsmaelHey!
The height of the fullscreen slider is calculated wrong. Every time you resize the browser, the height of this selector will change (.avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow). Maybe a css modification causes the miscalculation. Please update the theme to get the latest version of the scroll down arrow.
Best regards,
IsmaelHey!
This should be fix on the next patch of the theme. Please wait for 3.0.2. For now, add this on functions.php:
// temporary fix for woocommerce 2.2+ and enfold 3+: woocommerce_product_subcategories() not available in admin mode add_action('woocommerce_init', function() { if ( ! function_exists( 'woocommerce_product_subcategories' ) ) include_once( __DIR__.'/../../plugins/woocommerce/includes/wc-template-functions.php' ); } );Best regards,
Ismael -
AuthorPosts
