Forum Replies Created
-
AuthorPosts
-
Hey studioinktvis!
Thank you for using Enfold.
Can you please explain it a bit? What do you mean by “can’t communicate with pinterest”? It sounds like you might be having an issue with a third party plugin or pinterest script. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Thank you for your understanding.
Regards,
IsmaelHey LAHWebDesigns!
Thank you for using Enfold.
Please switch your advance layout builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will see the actual shortcode below the editor. Copy it then use the do_shortcode function on all template files. Unfortunately, we won’t be able to help you with that.
Please use this to fix the sidebar on mobile:
@media only screen and (min-width: 989px) { .html_header_sidebar #top #header { max-width: 250px !important; } .html_header_left #main { margin-left: 250px !important; } }Best regards,
IsmaelHey davevi!
Thank you for using Enfold.
Yes, the transparent header should be toggled on a specific page and there should be at least a slider, color section or image on top of the the page.
Cheers!
IsmaelOctober 28, 2014 at 4:34 am in reply to: Editing page in advanced editor breaks color sections! #341970Hey!
Alright. Can you please create a test page without the “fix”? We would like to check the issue.
Cheers!
IsmaelHi!
We will need to see the actual portfolio page. Please post the url here.
Best regards,
IsmaelOctober 28, 2014 at 4:33 am in reply to: How to change text in Pricing Table: for Default Row and Pricing Row #341968Hey onegirlrtw!
Thank you for using Enfold.
Please give us a link to the actual test page with the pricing tables. We would like to inspect it. You can try this:
<div class="price-text">$33/</div><div class="month-text">month</div>Add this on Quick CSS:
.month-text, .price-text { display: inline-block; width: auto; } .month-text { font-size: 15px; text-align: left; margin-left: -15px; }Best regards,
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!
IsmaelOctober 28, 2014 at 4:24 am in reply to: Really struggling to get any kind of blog layout that makes sense #341966Hi Sandie!
Thank you for using Enfold.
Can you please provide a screenshot or an example of the blog page that you want? If you want a customized blog page, you can edit includes > loop-index.php. Or use the Advance Layout Builder. Set the Blog Style as “Use the advance layout builder..”.
Cheers!
IsmaelHey Giles!
Thank you for using Enfold.
Please use the <!–more–> tag. Refer to this link: http://en.support.wordpress.com/splitting-content/more-tag/
Regards,
IsmaelHey!
I’m sorry but that particular task is beyond the scope of support. You might need to find a plugin that can modify the author page or hire a freelance developer to enable ALB for author pages which will require a major modification on the theme. Please visit Envato Studio or Werkpress for further customization. You can also vote or request the feature on our Feature Requests page.
Regards,
IsmaelHi!
Thank you for using Enfold.
I’m sorry but this is not a theme related issue. Please contact your hosting provider. Make sure that you’re running Enfold 3.0.2 on WordPress 4.0.
Best regards,
IsmaelOctober 28, 2014 at 4:15 am in reply to: Sidebars not displaying after update to wp4.0 and enfold 3.0.1 #341961Hey!
We are very sorry for the delay. Please post the page url with the sidebar issues. We would like to check it. The grid system has been modified on the latest update of the theme. A lot of users reported this issue and toggling the settings on Enfold > General Layout > Dimensions panel fixed it for them. If you have a cache, minify, cdn activated, please deactivate them or purge the cache. Any modifications regarding columns, containers or grids that you added before should be adjusted.
Regards,
IsmaelHi!
@Sandie: Thanks for helping out! :)
@cisqo: Thank you for using the theme. You can find the sidebar navigation option as @Sandie instructed.Best regards,
IsmaelOctober 28, 2014 at 4:02 am in reply to: switch between the pages of the blog categories not work #341956Hi!
Yes, you need to set the blog on Enfold > Theme Options > Where do you want to display blog option?. Reset the Setting > Reading panel to default.
Cheers!
IsmaelHi!
Thank you for using Enfold.
Regarding the other query, you can upload your own favicon on Enfold > Theme Options > Favicon.
Cheers!
IsmaelHi!
If you want to reverse the arrow events, please edit config-templatebuilder > avia-shortcodes > portfolio.php. Find this code on line 367:
<a href='#prev' class='ajax_previous' ".av_icon_string('prev')."></a> <a href='#next' class='ajax_next' ".av_icon_string('next')."></a>Replace it with:
<a href='#next' class='ajax_previous' ".av_icon_string('prev')."></a> <a href='#prev' class='ajax_next' ".av_icon_string('next')."></a>Cheers!
IsmaelHi!
@jaroljmek: The functions.php file is located on Appearance > Editor > Theme Functions (functions.php).Best regards,
IsmaelHi!
Thank you for using Enfold.
@Sandie: Thanks for helping out!
@threepotatofour: What do you mean by “complex”? Please be specific. A screenshot will help.Regards,
IsmaelHi!
Thank you for the info.
I’m sorry but we don’t provide support for third party plugins which is not included on the theme configuration. Please contact the plugin author.
Cheers!
IsmaelHi Heng!
Thank you for using Enfold.
You can separate the elements using the column layout shortcodes.
Regards,
IsmaelHi jaroljmek!
Thank you for using Enfold.
Please use this on functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['PT Mono'] = 'PT Mono'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['PT Mono'] = 'PT Mono'; return $fonts; }Regards,
IsmaelHi jaroljmek!
Thank you for using Enfold.
You can apply a unique id to the color section. Look for the For Developers: Section ID field. Use this id + the column selector to add the background on the Quick CSS field.
#section-id .flex_column { background: rgba(255,255,255, .5); padding: 10px; }Regards,
IsmaelHey!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins and this particular task is beyond the scope of support. A user successfully added an infinite scroll on the website which is using the theme. He hired someone else to configure it. Please visit Envato Studio or Werkpress for further customization.
Cheers!
IsmaelOctober 27, 2014 at 10:10 am in reply to: Avia Page Builder – Block / Hide Editor (user) to use speific Avia function. #341403Hey Addison!
Thank you for using Enfold.
1.) I’m sorry but you can’t disable specific elements on the theme.
2.) Yes, it is one license per domain or client.
Cheers!
IsmaelHi!
Thank you for the link.
Please use this on Quick CSS or custom.css:
.cart_dropdown.visible_cart { right: -60px; }Best regards,
IsmaelHi!
The code should work but I don’t see it on your website. Please replace it with this:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 180px !important; }Regards,
IsmaelHey Jason!
Thank you for using Enfold.
Please use the Simple Image Sizes plugin then edit the masonry thumbnail on Settings > Media. Adjust the size then update or save changes. Regenerate or upload the images again.
Best regards,
IsmaelHey kenwae!
Thank you for using Enfold.
We need to see the actual website. Please post it here. A screenshot of the issue will help. Use imgur or dropbox.
Best regards,
IsmaelHey foreigner!
Thank you for using Enfold.
Can you please provide a link to the actual page where you’re testing this? We need to inspect it.
Cheers!
IsmaelHey!
Please look for this code:
$output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size, $image_attrs )."</".$link_markup[1].">"; $output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : ''; if(!empty($title)) { $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= '<header class="entry-content-header">'; $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>"; $output .= '</header>'; } $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt."</div>" : ''; $output .= !empty($title) || !empty($excerpt) ? "</div>" : '';Replace it with:
$output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : ''; if(!empty($title)) { $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= '<header class="entry-content-header">'; $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>"; $output .= '</header>'; } $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt."</div>" : ''; $output .= !empty($title) || !empty($excerpt) ? "</div>" : ''; $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size, $image_attrs )."</".$link_markup[1].">"; $output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';Best regards,
Ismael -
AuthorPosts
