Forum Replies Created
-
AuthorPosts
-
Hi!
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,
IsmaelAugust 26, 2015 at 11:45 am in reply to: How to know what files I have edited to create a back up and/or child #493457Hey!
Are you trying to find a way to know what files “YOU” customized? I think the best thing to do is to create your own change log.
Regards,
IsmaelHey!
Please replace the css code with this:
.current-menu-item > a span { color: #ffffff !important; }Regards,
IsmaelHey!
Look for this code around line 934:
echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>"; echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>";Replace it with:
echo '<div class="tab first_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>"; echo '<div class="tab active_tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>";Regards,
IsmaelHey!
I’m sorry but that kind of customization will require major modification on the theme. Please hire a freelance developer to modify the search.php and includes > loop-search.php file.
Regards,
IsmaelHey shirtandsimple!
Thank you for using Enfold.
You can add the Fullwidth Sub Menu element then select the custom menu that you want to display for that particular page.
Regards,
IsmaelHey!
Did you set a minimum height for the color section? We tested the Background Image Position settings on our installation and it does work. Image used is 1500x630px. A screenshot of what you’re trying to accomplish will help.
Regards,
IsmaelHi Julie!
Thank you for using Enfold.
It’s possible to create a new shortcode for the plugin. Refer to this link: https://wordpress.org/support/topic/plugin-print-friendly-and-pdf-button-shortcode
You can then disable the plugin on all pages then use the shortcode only for pages where you want the button to display. Add the shortcode in a code or text block. For more info, please contact the plugin author.
Cheers!
IsmaelAugust 26, 2015 at 9:58 am in reply to: Braintree plugin and Woocommerce checkout CC Month and Date stuck together #493371Hey!
Please add this css code:
p.form-row.form-row-last.validate-cc-exp-date.woocommerce-validated { clear: both; float: left; } p#braintree-cc-cvv_field { margin-top: 20px !important; }Cheers!
IsmaelHey!
@tsjemo: I tried to login to the site but the login credentials above is not working. Please check.For other users with the same issue, please create a new thread. Add the url to the site and the login credentials.
Cheers!
IsmaelHey!
Apply a minimum height to the title container:
.grid-content { min-height: 82px; }Cheers!
IsmaelHey raulbofill!
Thank you for using Enfold.
Please post the login details here so that we can check it. If possible, please upgrade the theme to 3.3.2.
Cheers!
IsmaelAugust 26, 2015 at 9:45 am in reply to: Masonry gallery loaded when loading the page (visible all the time) #493365Hi!
Please follow the solution provided here: https://kriesi.at/support/topic/masonry-on-ipad-vanished/
Remove browser cache or hard refresh the page after.
Cheers!
Ismael -
AuthorPosts
