Forum Replies Created
-
AuthorPosts
-
Hey!
You need to edit the file via FTP or your cpanel. Look for it inside wp-content > themes > enfold > js folder. :)
Cheers!
IsmaelHi arlenebirt!
Thank you for using Enfold.
Unfortunately, this is the limitation of the category sort function. Every premium themes I know of have this limitation because they’re using the same isotope script. The only workaround is to show all items on the page and disable the pagination.
Regards,
IsmaelApril 15, 2015 at 4:39 am in reply to: Enfold Layout – Breadcrumb only above and normal page heading/headline #428658Hi!
Yes, I guess this a design choice and it seems to have work for more than 100,000 users of avia themes. Anyway, it’s not that difficult to modify or remove the title with css. You can also use filter and action hooks to completely remove it from the breadcrumb bar. If you can provide a screenshot on how you want your normal page to look, maybe we can help. Remove the default title with this on functions.php:
add_filter('avf_title_args', 'avf_title_args_mod', 10, 2); // remove default title function avf_title_args_mod($args,$id) { $args['html'] = "<div class='{class} title_container'><div class='container'>{additions}</div></div>"; return $args; }Cheers!
IsmaelHey!
It seems to work fine on my installation. Please post the login details here and set it as a private reply. We would like to check it. If possible, please contact the plugin for more info regarding the WooCommerce Restrict Categories extension.
Use dropbox or mediafire to attach the plugin zip file.
Cheers!
IsmaelHey!
I’m sorry but that slide is not included in the theme demo package. :/
I’ll ask Kriesi if he can send it to you.
Cheers!
IsmaelApril 15, 2015 at 4:17 am in reply to: WooCommerce's categories aren't shown on a Product Single Page #428646Hi!
The screenshots are expired so we can’t see the images. Anyway, I tried this on my installation and the category widget displays fine. Did you use the advance layout builder to build the products?
Cheers!
IsmaelHi!
Please post the login details here. We would like to check it. Did you add any custom modifications inside the functions.php file?
Regards,
IsmaelApril 15, 2015 at 4:11 am in reply to: Portfolio grid layout not consistent in the number presented #428643Hi!
Glad it is fixed. Some browsers deal with width values containing decimal places differently. That’s why it is doesn’t render properly on firefox. If you want to apply the fix specifically to Firefox browsers, use this:
.avia-mozilla #top .no_margin.av_one_sixth { width: 16.6555555555%; }or this:
.avia-mozilla #top .no_margin.av_one_sixth { width: 16.6444444444%; }Regards,
IsmaelHey!
Aside from the 4th slide, there is a scroll down arrow. I think it’s enough to tell users that there are contents below the slider. You can make it more prominent by changing its style:
#top .scroll-down-link { height: 60px; width: 80px; margin: 0px 0 0 -40px; line-height: 60px; position: absolute; left: 50%; bottom: 20%; color: #FFF; text-align: center; font-size: 70px; z-index: 100; text-decoration: none; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4); -webkit-animation: avia_fade_move_down 2s ease-in-out infinite; -moz-animation: avia_fade_move_down 2s ease-in-out infinite; animation: avia_fade_move_down 2s ease-in-out infinite; }Regards,
IsmaelApril 15, 2015 at 3:56 am in reply to: Images don't resize well in IE9, likely related to responsive design #428639Hey!
Please try this in the Quick CSS field:
.avia-msie .flex_column div a img { width: inherit; max-width: 100%; height: auto; }If it doesn’t work, use this:
.flex_column div a img { max-width:100%; height: auto; } @media screen {.flex_column div a img { width: auto }}Remove browser cache before testing the page.
Regards,
IsmaelApril 15, 2015 at 3:48 am in reply to: How to disable captions on images in masonry gallery on a mobile device #428636Hey!
Hmm.. This is the code that is causing the issue:
.av-inner-masonry-content.site-background { display: none; }I removed it and the caption is now working on desktop view.
Cheers!
IsmaelApril 15, 2015 at 3:42 am in reply to: Need to do a clean install of Enfold? Can't edit anything. #428633Hi!
I checked the site and it is already set to 192M. What happens when you deactivate the plugins? What is the theme that you use before Enfold? You should probably delete it to remove any remaining options from the old theme.
Regards,
IsmaelApril 15, 2015 at 3:36 am in reply to: Styling und Einstellungen zur Farbe werden nicht umgesetzt #428632Hi!
From what I understand, you want to change the body background? Is that correct? Please set it on Enfold > General Styling > Body Background panel.
Best regards,
IsmaelHey!
The header should still be in the middle after that. Did you add any html tags inside the layer slider? Please update the theme to 3.1.3.
Cheers!
IsmaelHey!
The fix seems to work fine when I checked it on my installation. The content doesn’t move to right before and after the preload. If it does, it’s barely noticeable. Test on Windows 8 and 7, chrome and firefox. I’ll ask the rest of the support team to check it.
Regards,
IsmaelHi Ink_Eye!
Thank you for using Enfold.
I checked the page but the section on top of the google map is empty even on desktop view. Did you remove it? If possible, please create a test page and a screenshot of the issue.
Cheers!
IsmaelHi!
Please try the solution provided here: https://kriesi.at/support/topic/image-size-error-at-partner-grid-in-internet-explorer/#post-193382
Best regards,
IsmaelHey!
Thank you for using Enfold.
@Guenni007: Thank you for helping out!
@Ink_Eye: Can you please elaborate the issue? Did you add a custom font in the custom.css file? How did you add it? If possible, please provide a screenshot of the elements or text with the custom font issue.Regards,
IsmaelHey heinrichvk!
Thank you for using Enfold.
I’m sorry but you’re using an old version of the theme. Please download the latest version, 3.1.3, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHey!
Yeah, you’re correct. This will require custom modifications. You can edit loop-index.php file manually if you want to add a slider or an image inside a post within a certain category. Use the has_category function. https://codex.wordpress.org/Function_Reference/has_category
The code will look something like this:
if(has_category('video')) { // Video slider here } elseif(has_category('image')) { // Image slider here } else { // Else slider here }Regards,
IsmaelApril 14, 2015 at 12:23 pm in reply to: Main Menu is Vertical on Home Page and Horizontal on Sub Pages #428159Hey!
Home page theme version is correct, 3.1.3. The weird thing is, on subpages, the version of the theme is 2.4.2: http://mccartanandcompany.com/approach/
Is there any server cache or something like that?
Best regards,
IsmaelHey!
You can try this:
div#header_main > .container .inner-container { background: red; }Regards,
IsmaelHey DROR!
Thank you for using Enfold.
There are script errors on the console when I checked the page so maybe a third party plugin is causing the issue. Please deactivate all plugins then test it again. The gap is the sticky_placeholder container. It shouldn’t display like that by default.
Cheers!
IsmaelHi!
Is it working when you deactivate the plugin? Please post the login details here so that we can check it. Set it as a private reply.
Cheers!
IsmaelHey!
The login credentials are not working. Please check it. Follow the instructions provided in the link provided above. Add this to the functions.php file:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }Create a folder called shortcodes then place the portfolio.php file inside. Modify it.
Best regards,
IsmaelApril 14, 2015 at 12:01 pm in reply to: Ad banner on top and right side outside boxed layout #428146Hi!
I checked the page but I don’t see any widgets in the header. Did you remove it? We need to check it.
Regards,
IsmaelApril 14, 2015 at 11:42 am in reply to: Responsive problem whit the Page Title and Breadcrumbs #428140Hi!
You can try this:
@media only screen and (max-width: 767px) { .responsive .title_container .breadcrumb { width: 100%; text-align: center; } .responsive .title_container .breadcrumb > * { display: inline-block; }}Cheers!
IsmaelHey!
I’m sorry but what do you mean by “first-menu-item”? Please provide a screenshot. I modified the code above and it seems to be working now on all pages:
add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10, 2 ); function ava_after_main_container_mod() { global $post; if(!empty($post->post_parent)) { echo '<div class="main_color container_wrap sidebar_right_mobile"><div class="container"><aside class="sidebar sidebar_right smartphones_sidebar_active alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar">'; avia_sidebar_menu(true); echo '</div></div></div>'; } }Don’t forget to add the custom css above in the Quick CSS field.
Cheers!
Ismael -
AuthorPosts
