Forum Replies Created
-
AuthorPosts
-
Hi Thomas!
Thank you for using Enfold.
You can change the permalink setting of the portfolio items. Look for the Settings > Permalinks panel then set the Portfolio Entry Settings. Regarding the slider, is it possible for you to provide a screenshot? You can use imgur or dropbox.
Cheers!
IsmaelHi!
Glad it is fixed now but for future reference, this thread might be related in your case: https://kriesi.at/support/topic/avia-layout-builder-not-loading/#post-137892
Cheers!
IsmaelHi!
Please edit the actual blog page then look for Layout > Title Bar Settings. It is currently set to display the title and breadcrumbs.
Best regards,
IsmaelHey!
Mind sharing the actual settings? Anyway, we are glad you fixed your installation. :)
Regards,
IsmaelHey videogame!
Thank you for using Enfold.
Add this in the functions.php file to remove the product type tag:
add_filter( 'avf_exclude_taxonomies', 'enfold_customization_exclude_taxonomies', 0, 2 ); function enfold_customization_exclude_taxonomies( $t, $pt ) { $t[] = 'product_type'; return $t; }
If it’s not working, please post the link to the site.
Cheers!
IsmaelHey!
That is actually weird. Please try to add this in the Quick CSS field to remove the 404 error section:
.woocommerce-page .404_recommendation { display: none; }
Cheers!
IsmaelHey!
It’s possible to add the social share icon on the blog overview page but they will only share the url of the current blog page. not their corresponding post items which makes them utterly useless. You can install third party plugins if you really want to add social share buttons on the blog overview page. We usually suggest the following plugins:
https://wordpress.org/plugins/addthis/
https://wordpress.org/plugins/wp-socializer/
https://wordpress.org/plugins/super-socializer/Regards,
IsmaelHi!
The weight “300” is not set for the Open Sans font. Please follow the solution provided here in order to add the new font weight: https://kriesi.at/support/topic/font-fira-sans-dont-work-at-mobile-and-tablet-version/#post-491604
Best regards,
IsmaelHi!
Use this to hide the caption on mobile:
@media only screen and (max-width: 767px) { .caption_fullwidth { display: none !important; }}
Cheers!
IsmaelHey!
Add a class attribute to the p tag.
<p class="custom-icon" style="text-align: justify;">
Add this in the Quick CSS field:
.custom-icon .av_font_icon { width: 24%; margin-right: 0; }
Cheers!
IsmaelHi!
I want to login to the site but I think you forgot the actual link to the website. Please check the private field in your first post. You can try to deactivate the plugins, maybe one of those plugins is causing the issue.
Best regards,
IsmaelHi!
Use this to adjust the font size of the caption on mobile devices:
@media only screen and (max-width: 767px) { .avia-slideshow .avia-caption .avia-caption-title { font-size: 14px; } }
Remove browser cache before reloading the page.
Best regards,
IsmaelHey!
Please add this in the Quick CSS field to change the label color to white:
#mc_embed_signup .mc-field-group label { color: #ffffff; }
Regards,
IsmaelHi combra!
Thank you for using Enfold.
1.) You can follow the solution provided here: https://wordpress.org/support/topic/change-product-description-tab-name
2.) Try to modify the config-woocommerce > config.php. Add the button shortcode inside this set of codes:
function avia_woocommerce_overview_excerpt() { global $avia_config; if(!empty($avia_config['shop_overview_excerpt'])) { echo "<div class='product_excerpt'>"; the_excerpt(); echo "</div>"; } }
Best regards,
IsmaelHi!
Please add this in the Quick CSS field:
#top .flex_column_table { clear: both; }
Regards,
IsmaelHi!
I created a test page and I was able to re-arrange the gallery items by dragging them up: http://out-of-africa.ch/wp-admin/post.php?post=1199&action=edit&message=6
Please test it on another browser.
Cheers!
IsmaelHey TippToppFoto!
Thank you for using Enfold.
You can try the Grid Row element. Set the image as cell background.
Cheers!
IsmaelHey!
Can you please provide a link to the archive page? I’m sorry but you can’t set the archive or category page to masonry grid. If you want to change the style of the archive page, you can follow the instructions here: http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/
Available styles are are single-small, single-big, blog-grid and multi-big. Regarding the slider, you will have to modify the archive.php file and probably add the shortcode manually. Use the do_shortcode function: https://developer.wordpress.org/reference/functions/do_shortcode/
Cheers!
IsmaelHey powerworks!
Thank you for using Enfold.
Do you have any link to a site with an example? I’m not sure if this is what you’re looking for but you can refer to this link for a possible solution: https://kriesi.at/support/topic/linking-to-filtered-portfolio-ajax/
Best regards,
IsmaelHey!
Please try to add this in the functions.php file:
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { if ( is_single() ) { unset($trail[1]); } return $trail; }
Cheers!
IsmaelHey!
I’m not sure why there is a duplicated “Events” trails. Please try to add this in the functions.php file:
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { if ( is_singular('tribe_events') ) { unset($trail[1]); } return $trail; }
Best regards,
IsmaelHey!
Please post the link to the website. We want to see what you have so far. Maybe, we can use css to change the width of the text field.
Cheers!
IsmaelAugust 26, 2015 at 12:17 pm in reply to: Enfold 3.3.1, Avia and Visual Composer no longer works #493484Hey!
I’m not sure why you pick Enfold if you’re going to disable the Advance Layout Builder in place of the visual composer plugin. It’s not possible to disable the advance layout builder because this is one of the core feature of the theme. You need to disable the visual composer plugin or you can contact the plugin author to fix the incompatibility issue.
Regarding the media library issue, please post the login details here so that we can inspect it.
Best regards,
IsmaelHi PPCHound!
Thank you for using Enfold.
Please refer to this link: https://en.support.wordpress.com/splitting-content/nextpage/
Note that the option will only work if you use the default editor. It’s not going to work with the advance layout builder.
Cheers!
IsmaelHey!
We will close this thread now. We responded on your other thread: https://kriesi.at/support/topic/full-width-header-image/
Cheers!
IsmaelHey endoradigital!
Thank you for using Enfold.
You can use a separate map plugin for that. Try the following:
https://wordpress.org/plugins/wp-google-maps/
https://wordpress.org/plugins/wp-google-map-plugin/
https://wordpress.org/plugins/mappress-google-maps-for-wordpress/Best regards,
IsmaelHi!
Do you have the PSD file of the logo image? Can you separate the objects (actual logo, background) inside the image? I think it’s better if you can upload the logo as a separate image then upload the background as the header background in the General Styling panel.
Cheers!
IsmaelAugust 26, 2015 at 12:04 pm in reply to: Unable to clear selection in WooCommerce Layered Nav Filter #493472Hi!
I’m not sure if you have the latest version of the theme, 3.3.2. If you don’t have the latest version, please upgrade the theme. I tested this on my installation and filters are working OK. The x symbol should redirect you to the shop url, removing the filter.
Regards,
IsmaelHey!
I’m sorry but that will require major customization on the theme which we cannot provide here. Please hire a freelance developer or look for a menu plugin like this for example: http://codecanyon.net/item/superfly-responsive-wordpress-menu-plugin/8012790
Note that this plugin might not be fully compatible with the theme and might require a few customization.
Best regards,
Ismael -
AuthorPosts