Forum Replies Created
-
AuthorPosts
-
Hi!
You can decrease the padding and font size:
@media only screen and (max-width: 1024px) { .pricing-table>li { font-size: 12px; padding: 5px 4px; } }Remove browser cache then reload the page.
Regards,
IsmaelHey!
I see. I’m sorry but we don’t provide support for third party plugins and honestly, I haven’t tried polylang yet. You can find the ajax search function on function-enfold.php file. I’ll ask Kriesi to take a look.
Regards,
IsmaelHi!
It works fine on my installation. Please post the login details here and set it as a private reply.
Cheers!
IsmaelHey!
Looks like you activated the jetpack plugin and the layer slider is still working. Do you need the other plugins? If not then you can just ignore them or delete them. Note that we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.
Best regards,
IsmaelNovember 18, 2014 at 1:12 pm in reply to: Header Changes color when we browser width is narrowed. #352931Hey!
Are you trying to test this by resizing the browser? Site looks fine on an actual tablet device. I’m not sure why you have to set element position to static. It is messing up the layout of the site. Please add this on Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top #main { padding-top: 30px !important; margin: 0; } strong.logo { top: 50px; } #advanced_menu_toggle, #advanced_menu_hide { top: 80%; } }For further modifications, please visit Envato Studio or Werkpress.
Cheers!
IsmaelHey spheor!
Thank you for using Enfold.
You can’t rename the theme folder because it will disable the theme. What you can do is redirect the users, if and when they stumble upon the themes directory, in which the probability is close to none. For seo purposes, you can disallow crawlers to access the directory by using robot.txt. Please refer to this link: http://codex.wordpress.org/Search_Engine_Optimization_for_WordPress#Robots.txt_Optimization
An example of a robots.txt file would be:
Allow: / Disallow: /wp-admin/ Disallow: /wp-content/plugins/ Disallow: /wp-content/themes/enfold/framework/ Disallow: /feed/ Disallow: */feed/ Disallow: /wp-content/themes/enfold/config-layerslider/You can use this plugin to edit the .htaccess file and add redirects: https://wordpress.org/plugins/wordpress-seo/
Cheers!
IsmaelHey!
The advance layout builder is working fine when I checked it. There are thousand of Enfold users and only a few of them reported these kind of issues. Most of the issue occurs due to heavy customization.
1.) Use this to fix the site on mobile:
@media only screen and (max-width: 767px) { .responsive #top #header { position: fixed !important; } .responsive #top #main { padding-top: 119px !important; margin: 0; } }2.) Regarding the columns, looks like you’re using a third party plugin (Essential Grid). I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.
Unfortunately, the other requests or modification is more than what we can offer as a support team. These tasks are beyond the scope of support and is not a theme related issue. Please hire a freelance developer. For further modifications, please visit Envato Studio or Werkpress.
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.
Best regards,
IsmaelNovember 18, 2014 at 11:50 am in reply to: Title and Breadcrumb do not work on Portfolio Items #352903Hi!
It’s not a problem as long as you set the correct template name, which is “basic”. Did you use a plugin in order to properly migrate or transfer the database? We usually recommend this plugin: http://wordpress.org/plugins/wp-migrate-db/
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!
Yeah.. What is this language exactly? I’m sorry but we only rely on users to translate the theme. The translation file is incorrect. Would you like to disable back end translation? Please add this on functions.php file:
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }Best regards,
IsmaelHi!
Thank you for using Enfold
The site loads perfectly fine when I checked it. The css codes won’t cause too much of speed bump. I tried to login to test the dashboard but the login credentials are not working. I even tried to typed it manually. Please check.
Best regards,
IsmaelHi carmen!
Thank you for visiting the support forum.
I checked the site but it’s not using Enfold. Please give us a link to the actual website with the Enfold theme.
Regards,
IsmaelHey!
Thank you for the link.
The has_cap function is not use on the theme so it’s probably a plugin issue. There is an error coming from the plugin Affiliate WP. Please try to deactivate the plugin then test it again. Download the latest version 3.0.2 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!
Yes, I know. Since we answer questions from oldest to newest, bumping makes your inquiry appear new and it will probably take us longer to respond on your inquiry. Replies in the forum can take up to 24 hours during the week, but oftentimes we are able to get to questions much quicker than that. We request that our users wait patiently while we work our way through the forum as we can assure you that all questions will be addressed as soon as possible. Anyway, we thank you for providing more info.
How did you add the flags? Looks like it is not using the default theme flag configuration. Please remove the modification then add this on functions.php:
add_action('init', 'avf_add_flags'); function avf_add_flags() { add_action( 'ava_inside_main_menu', 'avia_wpml_language_switch', 10); }Use this on Quick CSS:
.language_flag img { display: none !important; } .language_code { display: block !important; text-transform: uppercase; } #header_meta ul.avia_wpml_language_switch.avia_wpml_language_switch_extra { display: none; } .avia-menu.av-main-nav-wrap { margin-right: 100px; } #top ul.avia_wpml_language_switch li { margin: 0; padding: 0 5px; border: none; border-left: 1px solid; height: 14px; } #top ul.avia_wpml_language_switch li:first-child { border-left: none; } ul.avia_wpml_language_switch.avia_wpml_language_switch_extra { position: absolute; top: 38px; } #top ul.avia_wpml_language_switch li a { position: relative; top: -12px; } li.language_en.avia_current_lang span.language_code { text-decoration: underline; color: red; }Best regards,
IsmaelHi!
You can use this for the calendar:
tr.fc-week:nth-child(odd) td { background: red; } tr.fc-week:nth-child(even) td { background: blue; }Best regards,
IsmaelHey softronix_ltd!
Thank you for using Enfold.
Most of the errors are false positives. The validator doesn’t take into account advanced css techniques like vendor extensions prefixes which is significant in order to make the theme work properly on all browsers. You can basically ignore these errors.
Regards,
IsmaelNovember 17, 2014 at 3:08 pm in reply to: "Special Headline" – looking for adjustment 'to the left' #352444Hey!
There is no default option to place the logo below the main header but you can hide the default logo using css. Use the advance layout builder to add the logo with the Image element. You can save it as template then apply it on all pages. Might not be feasible if you have thousands of pages to work with.
Best regards,
IsmaelHi!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? You can change the maximum container width on Enfold > General Layout > Dimensions panel in order to adjust the full width size.
Best regards,
IsmaelNovember 17, 2014 at 3:02 pm in reply to: Sharing buttons fromJetpack shows ONLY on page using blog posts with grid layout #352440Hi Khanh Hong!
Thank you for using Enfold.
Can you please give us a link to the actual page with the issue? We usually recommend these plugins if you want to add social buttons:
https://wordpress.org/plugins/socialize/
https://wordpress.org/plugins/wp-socializer/Best regards,
IsmaelHi!
You should add the code on functions.php. What is the code that you use for the linkedin button?
Regards,
IsmaelHey kiralybalazs!
Thank you for using Enfold.
Did you enable the Slideshow behavior > Start in viewport setting? Make sure that the slider is not visible on the browser when the page load.
Best regards,
IsmaelHey BrianBookwalter!
Thank you for using Enfold.
The $herbicides variable doesn’t have any value. On which category are you trying to appy this image? Try to use this:
<?php if( is_category('herbicides') ) echo '<a href="http://bookwalterdesign.com/albaughinc/wp-content/uploads/2014/10/photo_single_post2.jpg"><img src="http://bookwalterdesign.com/albaughinc/wp-content/uploads/2014/10/photo_single_post2.jpg" alt="specialty_photo_single_post" width="100%" class= "productimage alignnone size-full wp-image-3993" /></a>'; ?>Regards,
IsmaelNovember 17, 2014 at 2:50 pm in reply to: WooCommerce installation problems with WordPress 4.0 and Enfold 3.0 #352431Hey!
I’m sorry but I can’t access the site. We need the htaccess authentication details. The username flywheel and the password above is not working.
Regards,
IsmaelHi Paul!q
Thank you for using Enfold.
Are you referring to the toolbar on top of the page? It is working fine when I logged in to the website.
Regards,
IsmaelHey!
Thank you for using Enfold.
Are you referring to the second column of the footer widget? You can add a Custom Menu widget on Appearance > Widgets > Footer – Column widget areas.
Best regards,
IsmaelHi!
Glad you figured it out. I’m sorry but this feature is not available as a default option on the theme yet. You can vote or request for the feature on our Feature Requests page.
Regards,
IsmaelHi Xander!
Thank you for using Enfold.
You can adjust the logo on mobile device with this on Quick CSS:
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { margin: 0 auto; max-width: 100%; height: 65px !important; max-height: 65px !important; width: auto; top: 5px; } }Regards,
IsmaelNovember 17, 2014 at 2:28 pm in reply to: Set Fullscreen Slider to 75% of Browser Window Height #352415Hey Andrea!
Thank you for using Enfold.
I’m sorry but this is not possible without modifying the slider script. Unfortunately, this modification is beyond the scope of support. Please hire a freelance developer. You can look for the avia_browser_height function on shortcodes.js file.
Regards,
IsmaelHi markpevans!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? A link to the actual page will help. I guess you can use the Separator / Whitespace shortcode in order to add spaces on top or below the image.
Cheers!
IsmaelHey Peter!
Thank you for using Enfold.
If I am not mistaken, wp removes invalid markup by default. You should probably use div tags instead of link:
<div id="night"></div>Cheers!
IsmaelHi albiurs!
Thank you for using Enfold.
The mobile menu should show on smaller screen sizes, specifically below 989px screen width. Please set the Header Mobile Menu activation to the second option on Enfold > Header > Mobile Menu panel. Regarding the breadcrumbs and title, add this on Quick CSS:
@media only screen and (max-width: 1024px) { .title_container .breadcrumb { position: relative; top: 50px; top: 50%; } }Cheers!
Ismael -
AuthorPosts
