Forum Replies Created
-
AuthorPosts
-
Hi!
Can you please provide us with a link to the previous thread regarding the breadcrumb issue? We’ll keep the thread open.
Regards,
IsmaelHey!
You can only edit the image title on the Media Library panel.
Best regards,
IsmaelHey!
You can change the hot spot number color with this:
.av-hotspot-container .av-image-hotspot_inner { background: blue; color: red; }Regards,
IsmaelHi!
You copied the code incorrectly. Please check this test page: http://lashlovers.org/test/
Best regards,
IsmaelHi!
Thank you for using Enfold.
Use this to disable the line:
.avia-menu.av_menu_icon_beside { padding-right: 25px; margin-right: 25px; border-right-width: 1px; border-right-style: solid; border: none; }Regarding the masonry position, the entry position are calculated dynamically and it’s not perfect sometimes. I’m sorry but I don’t think we can fix this easily. Try to add this on Quick CSS:
#top .isotope-item { z-index: 2; padding: 1px; }Best regards,
IsmaelHi!
Use the Yoast plugin (https://wordpress.org/plugins/wordpress-seo/) to change the title. Go to SEO > Title & Metas panel.
Best regards,
IsmaelHi!
Are you trying to remove the categories from the Woocommerce Product Categories widget? Please use this on functions.php:
//* Used when the widget is displayed as a dropdown add_filter( 'woocommerce_product_categories_widget_dropdown_args', 'rv_exclude_wc_widget_categories' ); //* Used when the widget is displayed as a list add_filter( 'woocommerce_product_categories_widget_args', 'rv_exclude_wc_widget_categories' ); function rv_exclude_wc_widget_categories( $cat_args ) { $cat_args['exclude'] = array('24','26'); // Insert the product category IDs you wish to exclude return $cat_args; }Cheers!
IsmaelHi!
Please try to recreate the form or page from scratch. Or create a test page with the same template. We’ll check it.
Best regards,
IsmaelHi!
Try this on Quick CSS:
.av-masonry-image-container img { width: 100%; }Cheers!
IsmaelHi!
Thank you for using Enfold.
@coachw: Please follow @begrafik’s suggestion. It should work. Add the code on the Quick CSS field. Adjust the color values.Cheers!
IsmaelHi Dogmut!
Thank you for using Enfold.
Change the hover menu item color on Enfold > Advanced Styling panel. Edit the Main Menu Links element then enable the Apply only to mouse hover state option. Change the active or current menu item color with this on Quick CSS:
.header_color .main_menu ul:first-child > li.current-menu-item > a { color: red; }Best regards,
IsmaelHi!
Thank you for using Enfold and sorry for the delay.
The masonry items’ position is calculated dynamically and it’s not perfect sometimes. Try to toggle the Maximum Container Width on Enfold > General Layout > Dimensions panel to get the best result.
Best regards,
IsmaelHi!
Thank you for using Enfold.
@Martin: Please try @begrafik’s suggestions. It should work. :)Best regards,
IsmaelHey!
Thank you for using Enfold.
@willblueland: Yes, that is called the mega menu. Please watch the video on link.
@begrafiks: Thanks for helping out. :)
Cheers!
IsmaelJanuary 15, 2015 at 7:58 am in reply to: Float av-main-nav right and change colour of current-menu-item #379892Hi!
Thank you for the update.
1.) Replace the code with this:
.av-main-nav { text-align: right; } .av-main-nav li { float: none; display: inline-block; }2.) Use this to change the current-menu-item color:
.header_color .main_menu ul:first-child > li.current-menu-item > a { color: red; }Regards,
IsmaelHi!
Add this at the very bottom of the Quick CSS:
@media only screen and (max-width: 989px) { #top .av-submenu-container { background-color: #000000 !important; } }Remove browser cache then reload the page.
Cheers!
IsmaelHi!
Please use this on Quick CSS to fix the blurry logo:
.avia-mozilla .logo img { image-rendering: optimizequality; }Regards,
IsmaelJanuary 15, 2015 at 7:40 am in reply to: Mega Menu Width Issues on Certain Pages (not fixed) #379887Hey!
On what page is this happening? I checked all pages and the mega menu looks fine. Although there is a delay before the mega menu width calculation fires up. Please try to install a cache plugin then test it again.
Regards,
IsmaelHi pabacker66!
Thank you for using Enfold.
Try to decrease the sub menu padding:
#top #header .avia_mega_div > .sub-menu { padding: 5px 30px 5px; } #top #header .avia_mega_div > .sub-menu.avia_mega_hr { padding-top: 5px; }Cheers!
IsmaelHi TheElear!
Thank you for using Enfold.
1.) Use this on Quick CSS:
.avia-fullwidth-portfolio #js_sort_items { text-align: center; }2.) I’m sorry but this is not possible without custom modification on the theme.
3.) Try to use this plugin to manually sort the portfolio categories: https://wordpress.org/plugins/taxonomy-terms-order/
Regards,
IsmaelJanuary 15, 2015 at 7:18 am in reply to: Post Launch Issues – Weren't present on testing page?! #379878Hey!
Thank you for using Enfold.
1.) Try to deactivate the twitter plugin then reactivate it again.
2.) This will a custom modification on the theme files. Try to use the Contact Form 7 plugin instead of the default contact form.
Best regards,
IsmaelHi!
We’ll keep the thread open. Let us know if it fix the issue.
Best regards,
IsmaelHi!
The page http://thug0bin.cafe24.com/service/ is missing. Please create a test page then add Yigit’s suggestion. We’ll check the site after.
Regards,
IsmaelJanuary 14, 2015 at 9:26 am in reply to: Change title of product page from 'Shop' to product name #379331Hi!
Add this in the functions.php file:
add_filter( 'avf_title_args', 'avf_product_titlee', 0, 2 ); function avf_product_titlee( $args, $id ) { if ( is_singular('product') ) { $args['title'] = get_the_title($id); } return $args; }Best regards,
IsmaelHi vitos123!
Thank you for using Enfold.
I’m sorry but this will require a custom modification on the theme. Use the Contact Form 7 plugin which offers a placeholder option by default.
Best regards,
IsmaelHi!
Thank you for the info. The template-builder compiles all shortcodes on a custom field then throws it back as content, without this, the advance layout builder will not work. I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please hire a freelance developer if you want to make the CM Tooltip Glossary Pro+ plugin compatible with the theme or use the default editor instead.
Cheers!
IsmaelHi!
Try to replace this code:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_singular('portfolio')) { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; } return $content; }With this:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_singular('post')) { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; } return $content; }Best regards,
IsmaelHi waterwalk!
Thank you for using Enfold.
Please refer to this link: https://kriesi.at/support/topic/featured-image-in-single-author-big-preview-pic-smaller-and-title-above-image/#post-350379
Regards,
IsmaelHi skipper42!
Thank you for using Enfold.
I’m sorry but this feature will require major modification on the theme. Please hire a freelance developer or visit Envato Studio or Werkpress for further modifications.
Best regards,
Ismael -
AuthorPosts
