Forum Replies Created
-
AuthorPosts
-
Hi!
I’m sorry but there is no option to link the shop or catalogue images to a lightbox. Please hire a freelance developer to configure the product template.
Best regards,
IsmaelHey!
Try to reconfigure the header settings. Toggle the header height and other related settings inside the Header panel. If it doesn’t work, add this in the Quick CSS field:
#top .av_header_transparency .avia-menu-fx { bottom: -1px; }Best regards,
IsmaelHi draig!
Thank you for using Enfold.
What do you mean when you said “the regular gallery cannot be saved”? A screenshot of what you’re trying to do will help.
Regards,
IsmaelHey Animationink!
Thank you for using Enfold.
You can specify a unique class attribute to the table that you want modify. Turn on the custom css class option: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
IsmaelHey!
What if you create a “Sales Residential” or “Sales Professional” category? And create the same categories for the Rent and References page. The category sort function is limited to the portfolio category so, sadly, it’s not possible to do what you want without custom modification on the theme. If you are willing to compromise by creating multiple categories, maybe it will work.
Cheers!
IsmaelHey!
Please give us a link an example of the post. Maybe, we can use css to hide it.
Cheers!
IsmaelHi!
You can use the Quick CSS field to apply custom css modifications, margins for example, to the element. Turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
IsmaelHi!
Use the layer attribute panel. Edit the IMDB layer, go to the Attributes panel then add a custom css class attribute in the Classes field. Use “imdb-icon” for example. Use the selector in the Quick CSS field:
.imdb-icon { background-color: blue !important; }Regards,
IsmaelHi!
What is the previous version of the theme? Looks like the container width is reset to 1030px. Is that intentional? Try to set the Maximum Container width on Enfold > General Layout > Dimensions panel. Replace the menu selector:
#top .av_seperator_big_border#header .av-main-nav > li > aRegards,
IsmaelHey!
According to the related topic:
Guys I got it!
I was searching and searching and trying so many things.
But it seems that the problem was a wrong version of the bbPress + some strange code in index.php file.
The bbPress I have now is the latest: 2.5.4So.. try to update the bbPress plugin or delete it completely if you’re not planning to use it.
Please create a new thread. We don’t want to disturb the OP. Thank you.
Cheers!
IsmaelHi Juliandaddy!
Thank you for using Enfold.
I’m sorry but I’m not sure if I understand the issue. Note that the breadcrumbs and the menu items have nothing to do with each other. Please give us a link to the page with the issue. We would like to check it.
Best regards,
IsmaelHey!
Thank you for using Enfold and sorry for the delay.
I don’t think this is possible unless the character count of the content on each column is the same. I think you already know that the content will adapt to the size of the cell or columns. It’s possible if you can apply a minimum height to the cells. You can adjust the position property of the button to absolute and the bottom property to 0. It will require a lot of css modifications to make it work.
Regards,
IsmaelHey!
The product image stretches when the layout switch to a single column. Add this in the Quick CSS field to use the natural image size on mobile devices:
@media only screen and (max-width: 480px) { #top .thumbnail_container img { width: auto; height: auto; }}Or set the Catalog Images to use larger images.
Cheers!
IsmaelHi LaNeraNura!
Thank you for using Enfold.
We never encountered the term “useso” before. What is it exactly?
EDIT: Maybe, you can edit framework > php > class-style-generator.php, look for this code around line 369:
$this->extra_output .= "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=".apply_filters('avf_google_fontlist', $this->google_fontlist)."' type='text/css' media='all'/> \n";Replace it with:
$this->extra_output .= "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.useso.com/css?family=".apply_filters('avf_google_fontlist', $this->google_fontlist)."' type='text/css' media='all'/> \n";Regards,
IsmaelHi!
Did you install the widget logic plugin? Go to Appearance > Widgets then add the widget that you want to display to the category page in the “Displayed Everywhere” or the “Sidebar Blog” widget area. When you edit the widget, you’ll see a Widget logic field. Add the conditional function there. For category or archive pages, use the is_category function:
is_category('23')You can use the Category ID, Category Title, Category Slug or Array of IDs, names, or slugs. https://codex.wordpress.org/Function_Reference/is_category
Cheers!
IsmaelHi!
I’m sorry but sticky posts will not work for the blog posts element. There is no special query for it. If you really want a sticky post, add a “sticky” category to a post then add another blog post element to the page. Select the “sticky” category. Make sure that the Offset Number setting is enabled and pagination disabled.
Regards,
IsmaelHi!
Try this:
@media only screen and (max-width: 767px) { .flex_column.av_one_half { width: 100% !important; margin-left: 0 !important; }}Remove browser cache then reload the page.
Regards,
IsmaelApril 29, 2015 at 2:37 pm in reply to: Blog Posts displaying CPT – I want no Title or Post Meta #436696Hi!
You can add this in the Quick CSS field to disable the post title link:
.cptname .post-title { pointer-events: none; }Change the cptname to the name of the custom post type.
Best regards,
IsmaelHey!
@matcho: There is no Enfold installation when I checked the dashboard. Please install Enfold again then we’ll check it.@jeffh: Please make sure that you have the latest version of the theme, 3.1.3.
Cheers!
IsmaelHey!
Maybe, this will work:
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ $(window).trigger('resize'); }, 1500); $(window).load(function () { setTimeout(function() { clearInterval(int); }, 3000); }); })(jQuery); </script> <?php }Remove browser cache then reload the page.
Best regards,
IsmaelHey!
Like I said, it’s not integrated in the theme. It will require major modification, one that we can’t provide here. Please try the css media query solution. Refer to the links above.
Regards,
IsmaelHi!
I checked the page but it’s blank. Please refer to this link: https://en.support.wordpress.com/splitting-content/nextpage/
Best regards,
IsmaelApril 29, 2015 at 1:51 pm in reply to: wordpress 4.2 update broken enfold theme register_sidebar #436647Hi!
You should ignore those errors for now. Adding a sidebar id will reset the widget area settings. You can disable debug mode to hide the errors:
define('WP_DEBUG', false);https://codex.wordpress.org/Debugging_in_WordPress
Best regards,
IsmaelHi!
Edit includes > related-posts.php. Look for these codes:
'image_size' => 'square',Replace ‘square’ with a different thumbnail size. The name of the thumbnail size is located on functions.php:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderBest regards,
IsmaelHey Jon!
Thank you for using Enfold.
Add this in the functions.php file:
add_action('wp_footer', 'ava_custom_script', 10); function ava_custom_script(){ ?> <script> (function($){ $('.avia_datepicker').attr('readonly','readonly'); }(jQuery)); </script> <?php }Cheers!
IsmaelHi!
Please refer to this link for a possible fix: https://kriesi.at/support/topic/replace-bullets-with-icon-font/#post-429401
Regards,
IsmaelHi!
Works fine on our installation. Please post the login details here and set it as a private reply.
Regards,
IsmaelHey!
For example, if you use the “custom-tabs” css class attribute for the tab elements and the “custom-toggles” for the toggle elements, the css code will look like this:
@media only screen and (min-width: 768px) { .custom-toggles { display: none; } } @media only screen and (max-width: 767px) { .custom-tabs { display: none; } .custom-toggles { display: block; } }Regards,
IsmaelApril 29, 2015 at 11:11 am in reply to: Fullscreen Slider caption title, content & buttons animation inconsistency… #436579Hi!
Add the prefix webkit:
.avia-caption-title, .avia-caption-content, .avia-slideshow-button { -webkit-animation: 0s ease 0s normal none 1 running none !important; animation: 0s ease 0s normal none 1 running none !important; visibility: visible !important; }Cheers!
IsmaelApril 29, 2015 at 11:03 am in reply to: How to change position of WPML langs on the right of my secondary menu #436577Hey!
You can contact the Avada support. :)
Kidding aside, if you want to remove the Enfold theme’s default flag configuration, add this in the functions.php file:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }You can then use the wpml language flag code to render the language switcher anywhere you want. For example, you can edit includes > helper-main-menu.php, use this code:
do_action('icl_language_selector');Or add something like this in the functions.php file to insert the language switcher inside the top bar of the header:
add_action('avia_meta_header', 'add_custom_content_to_header'); function add_custom_content_to_header() { do_action('icl_language_selector'); }Cheers!
Ismael -
AuthorPosts
