Forum Replies Created
-
AuthorPosts
-
Hey Munford!
Thank you for using Enfold.
I’m sorry but you’re using an old version of the theme, 3.0.2, which is not compatible with WordPress 4.0.1. Please download the latest version 3.0.4 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/
Cheers!
IsmaelHi elad0708!
Than you for using Enfold.
Please try to update the theme via FTP. Updating through the dashboard promotes more risk than updating the theme manually via FTP. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelNovember 24, 2014 at 8:20 am in reply to: Truncated Content Slider Heading and Linked when Set to "No Link" #356597Hi!
Please refer to this link: https://kriesi.at/support/topic/enfold-update-and-max-width-change-set-to-1030px-but-is-910px/
I’ll close this tread now.
Cheers!
IsmaelHey!
The FTP report doesn’t count files that doesn’t change or get overwritten during the update. Actual file count on the enfold theme folder is 818 files and 97 folders.
Best regards,
IsmaelNovember 24, 2014 at 8:17 am in reply to: Enfold Update and Max width change. Set to 1030px but is 910px? #356594Hey Tomzilla!
Thank you for using Enfold.
Please go to Enfold > General Layout > Dimensions panel. Adjust the Maximum Container Widget setting. Current max width is 1010px minus the 50px padding on both sides of the container.
Best regards,
IsmaelHi danchristopher!
Thank you for using Enfold.
If possible, please post a screenshot. We’ll be able to help you better if we have a better understanding of what you’re trying to achieve. You can use imgur, dropbox,clipular etc.
Cheers!
IsmaelHey Zaccc!
Thank you for using Enfold.
You can remove the logo with this:
strong.logo { display: none; }Best regards,
IsmaelHey MtnStreamGroup!
Thank you for using Enfold.
You can use this on Quick CSS:
.avia-promocontent { margin-right: 0; } .av_promobox .avia-button { float: none; position: relative; z-index: 2; max-width: 139px; } .av_promobox .avia-button.avia-size-large { margin-top: 0; } .avia-button-right { display: block; position: relative; }You can use html tags on the promobox content if you want to add h1s or h2s.
Regards,
IsmaelHi!
You can edit page.php, find this code:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar'; get_template_part( 'includes/loop', 'page' );Below, add the avia social function:
$content .= '<div style="height:1px; margin-top:20px;" class="hr"></div>'; $content .= avia_social_share_links(array(), false);Regards,
IsmaelHey!
Blog grid is the blog style that you can set on the Blog Posts, right? Like I said, the blog posts doesn’t have a custom link feature like the portfolio items have. Please follow the suggestion above.
Best regards,
IsmaelNovember 24, 2014 at 7:57 am in reply to: how to achieve the effect seen in the Transparent Header Demo? #356580Hi!
Thank you for visiting the forum! Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues. Regarding your current inquiry, you can find the icon, iconbox, iconlist elements on the advance layout builder.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Regards,
IsmaelHey wilbro173!
Thank you for using Enfold.
Did you add any modifications on functions.php file? I’m sorry but you’re using an old version of the theme, 2.8. Please upgrade WordPress to 4.0.1 then download the latest version, Enfold 3.0.4, 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/
Regards,
IsmaelHi!
I don’t see any errors on the site. Please post the login details here. Again, please contact your hosting provider for more info regarding the issue. If possible, please post the .htaccess file code on pastebin.com. We would like to check it.
Regards,
IsmaelHi!
Unfortunately, we won’t be able to help you unless you give us the login details. Please request the feature on our Feature Requests page.
Best regards,
IsmaelHey Rhoody!
Thank you for using Enfold.
Please try to use this plugin and the is_search() conditional function: https://wordpress.org/plugins/widget-logic/
Best regards,
IsmaelHi!
You can framework > php > class-framework-widgets.php, find this code on line 558:
the_excerpt();Below, add this code:
echo "<a class='news-read-more' href='".get_the_permalink($the_id)."'>Read More</a>";Please create a change log of this changes in case you update the theme.
Best regards,
IsmaelHi!
I have made changes to php files that I do not want to overwrite by updating the entire theme. I had issues with the contact form after the WordPress update and would love to know the specific changes made so that I can edit the necessary files and rectify the problem.
So.. you didn’t update the entire theme folder? I’m sorry but we won’t be able to help you track back specific file changes on the theme. Please update the entire theme folder in order to fix this issue.
Now that you’re using WordPress 4.0.1, please update the theme to 3.0.4. This should fix the contact form issues.
Cheers!
IsmaelNovember 24, 2014 at 7:31 am in reply to: Safari does not display Enfold Theme Correctly but ok with Firefox and Chrome #356564Hi Renvato2!
Thank you for using Enfold.
I checked the site on safari windows 8 and it looks fine. I’ll ask the rest of the support team to check it.
Cheers!
IsmaelHi Renvato2!
Thank you for using Enfold.
You can probably find the code on functions.php:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "Company Name"; return $sub; }Regards,
IsmaelNovember 24, 2014 at 7:28 am in reply to: Different Main Navigation Menu and Logo for Custom Post Type? #356561Hey camtay!
Thank you for using Enfold.
Please use these plugins to control the menu visibility:
https://wordpress.org/plugins/menu-items-visibility-control/
https://wordpress.org/plugins/zen-menu-logic/Since, you’re trying to show different menu items for a custom post type, the is_singular() conditional will surely help. Regarding the logo, you can add this on functions.php:
add_filter('avf_logo','new_logo_url'); function new_logo_url($use_image){ if(is_singular('sp')) { $use_image = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $use_image; }You might need to change the custom post type id.
Best regards,
IsmaelHi Greg!
Thank you for using Enfold.
The update should fix the issue automatically. Please try to deactivate all plugins then test it again. Maybe, you have a cache or minify plugin?
Cheers!
IsmaelHi wcolwell!
Thank you for using Enfold.
The 3.0.4 version should fix the issue. 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/
Regards,
IsmaelHey!
Please try to restore the site from a backup. Contact your hosting provider. Again, please contact the plugin author before deleting or deactivating the plugin.
Best regards,
IsmaelHey!
If you want to open the video on lightbox, add the video element then set the link to manual. Add the url of the video. What is the format of the video?
Best regards,
IsmaelHey rpl_admin!
Thank you for using Enfold.
Some of the images are missing. Example: http://trulern.com/wp-content/uploads/2014/09/NE01-300×300.jpg
Can you please provide a screenshot of the issue? Aside from missing images, I don’t see any boxes below or above the images.
Best regards,
IsmaelHey!
Looks like you’re using Enfold 3.0.2 which is not compatible with WordPress 4.0.1. Please update the theme to Enfold 3.0.4 to fix the contact form.
Cheers!
IsmaelHey!
Glad it worked. You might want to disable wordpress update to prevent this from happening again. Please add this on the wp-config.php file:
define( 'WP_AUTO_UPDATE_CORE', false );Best regards,
IsmaelHi!
I don’t think the tagline will work on the current state of your header. Are you sure you want the tag line there? Honestly, I don’t think it has any impact on the header. I think it’s better if you just remove it. Anyway, you can adjust the position of the tagline element with this:
span.tagline { position: absolute; right: 550px; }Use this to fix the tagline on scroll:
span.tagline { top: 7px; }Use css media queries to adjust the position and font size of the tagline on different screen sizes.
Cheers!
IsmaelHi!
I’m sorry but the debugging info theme version is still 2.7.1. Are you sure you’re editing the correct website(http://democar.pl/)? Please post the login details here. Set it as a private reply. We would like to check it.
Regards,
Ismael -
AuthorPosts
