Forum Replies Created
-
AuthorPosts
-
This has not been fixed. Check link in the private content.
If you scroll down you will see all the white space. However, if I click a different tab and then go back to the “New” tab the white space is gone.
April 28, 2017 at 9:07 pm in reply to: Linking to/urls for specific tabs in the new tag section #784807Tried the previous what? the link in victoria’s reply above is a 404page
I’m trying to find a way to provide a link to a specific tab using the new tab section. /#tab-id-2 doesn’t work.
April 28, 2017 at 8:42 pm in reply to: Linking to/urls for specific tabs in the new tag section #784801Do you have a working link for the possible solution?
Doesn’t seem related to that thread whatsoever. Let me know what I can do to fix this.
It’s back in. Cache cleared. Still same problem. I think it has to do with all the tabs using the same height as the resources tab.
Anything I can do?
I had to move on since I never got a response here. The categories work as long as multiple are not selected which is less than ideal.
I placed a link in the private section to a test page — go to “all topics” and keep in mind there are 56 blog posts in the wearable tech by industry category (only 4 show up)
I found this in another thread and it doesn’t work.
function ava_custom_script_fix(){ ?> <script> (function($){ function a() { $('.av-tab-section-container').bind('click', '.av-section-tab-title', function() { var active = $(this).find('.av-active-tab-title'), number = active.data('av-tab-section-title'), content = $(this).find('.av-layout-tab[data-av-tab-section-content='+ number +']').children('.av-layout-tab-inner'), oheight = content.outerHeight(true) + active.outerHeight(true) + 100; $(this).find('.av-tab-section-outer-container').css('max-height', oheight); }); $('.av-section-tab-title:eq(0)').trigger('click'); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_fix');
If you click “All Posts” tab and then Wearable Technology by Industry only a few posts show up and there are 56 posts with this category. So for some reason not all of the posts for each category are showing up.
Any update on this?
Can anyone help with this?
No I did not get it to work yet. I just added the 3rd tab that is having issues (link and admin login in private)
December 2, 2016 at 5:56 pm in reply to: How to prevent enfold from overriding gravity forms styling #719845The image you posted still has the enfold button styling. please refer to my screenshots above which show the gravity forms style (blue button / style).
November 28, 2016 at 3:54 pm in reply to: How to prevent enfold from overriding gravity forms styling #717833I’m still only seeing the enfold styling: https://brainxchange.events/formtest/
November 23, 2016 at 4:32 pm in reply to: How to prevent enfold from overriding gravity forms styling #716033here you go
November 23, 2016 at 3:54 pm in reply to: How to prevent enfold from overriding gravity forms styling #716000Credentials
- This reply was modified 8 years ago by brainxchange.
November 23, 2016 at 3:47 pm in reply to: How to prevent enfold from overriding gravity forms styling #715993I added this to child functions.php and it doesn’t seem to have done anything.
Here is the full code that is in my functions.php (child)
<?php /* * Enfold child theme functions file */ add_theme_support('avia_template_builder_custom_css'); function wp_change_gfcss() { wp_dequeue_style( 'avia-gravity' ); } add_action( 'wp_print_scripts', 'wp_change_gfcss', 100 );
November 23, 2016 at 2:11 pm in reply to: How to prevent enfold from overriding gravity forms styling #715932The button style is completely different. Different shape, color, effect. The form fields are slightly different style as well.
November 22, 2016 at 6:18 pm in reply to: How to prevent enfold from overriding gravity forms styling #715485Here is an updated image of the form I’d like to use
- This reply was modified 8 years ago by brainxchange.
November 22, 2016 at 4:19 pm in reply to: How to prevent enfold from overriding gravity forms styling #715390Here is a link to view the form: https://brainxchange.events/formtest/
Here is image of gravity forms style:
- This reply was modified 8 years ago by brainxchange.
November 21, 2016 at 5:51 pm in reply to: How to prevent enfold from overriding gravity forms styling #714905I don’t have a link to share at the moment. I understand that the enfold theme automatically applies specific style to Gravity Forms. How do I disable this? I’d like to use gravity forms’ native styling.
What size do you recommend changing entry_without_sidebar to? Based on the links I provided.
August 31, 2016 at 6:15 pm in reply to: Problems Fullwidth sub menu and main menu on tablets #680255That works. Thanks so much for your persistence.
August 31, 2016 at 5:27 pm in reply to: Problems Fullwidth sub menu and main menu on tablets #680197I think this could work but the rest of the page is also not converting to the right mobile look. When I click menu it just opens the desktop menu below. Also, I prefer the menu to be on the right side of the page if possible
August 31, 2016 at 5:21 pm in reply to: Problems Fullwidth sub menu and main menu on tablets #680185If you look at this page: https://brainxchange.events/enterprisewear-blog/ at exactly 766px wide this is exactly how I want the page to look and function on tablet landscape mode (1024px).
August 31, 2016 at 5:18 pm in reply to: Problems Fullwidth sub menu and main menu on tablets #680179I just tested in chrome responsive mode and once I slide above 766px the menu stops working
August 31, 2016 at 5:14 pm in reply to: Problems Fullwidth sub menu and main menu on tablets #680177It places the mobile menu on the left but nothing happens when you click it. No menu shows up.
August 31, 2016 at 5:00 pm in reply to: Problems Fullwidth sub menu and main menu on tablets #680165Doesn’t work.
August 31, 2016 at 4:30 pm in reply to: Problems Fullwidth sub menu and main menu on tablets #680102I deleted entire enfold theme folder via filezilla and downloaded fresh copy from themeforest and uploaded enfold folder. Still same problems.
Is there anything in this code that addresses fullwidth submenu?
@media only screen and (max-width: 1024px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; }} #wrap_all { position: relative !important; }
August 31, 2016 at 3:42 pm in reply to: Problems Fullwidth sub menu and main menu on tablets #680037I deactivated everything and removed all customizations and the home page menu was still not working. So, I added the code below to quick css and it fixes the home page main nav on tablet issues. However, the https://brainxchange.events/enterprisewear-blog/ fullwidth submenu does not convert to mobile.
@media only screen and (max-width: 1024px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; }} #wrap_all { position: relative !important; }
- This reply was modified 8 years, 2 months ago by brainxchange.
-
AuthorPosts