Forum Replies Created
-
AuthorPosts
-
On further investigation, I realised I am targeting the wrong selector with this..
if ( $(‘#tab-id-2-container’).hasClass(‘active_tab_content’) ) {
$(‘#tab2-clients’).addClass(‘current_industry’);Should be targeting this selector
<div data-fake-id=”#tab-id-2″ class=”tab tab_counter_1 active_tab” itemprop=”headline”>Financial & Professional Services</div>
I have used this https://kriesi.at/support/topic/avia-layout-builder-tabs-and-google-event-handlers/
To add an ID to the TABS in addition to the Fake-ID
The script works and add “current_industry” class to the first tab when active, but it does not change the class when another tab is selected.
https://1drv.ms/i/s!AicML0A9M_Krg9V1sAeOurY423W4Ow
On the test page I have currently set the initial tab as 2 and that is displaying red correctly at the bottom of the page
- This reply was modified 7 years, 10 months ago by denisrowe.
Thanks Yigit, After many hours of digging I have done that on the test page below, and although the code works for the first tab it does not work when other tabs are selected.
The code and CSS are embedded on the page
Testing to just change the color (addin a class) of the client list, when the tab is changed.
The code does not dynamically change with the tab change.
What am I missing on how the tabs are constructed.
Many thanks, I can work it from there.
Of all the support forums I have used Kresti is the best, and most helpful and honest.
Regards, Denis
Please close the ticket
Sorry, I removed the Above CSS have now put it back.
There is an up arrow background, which I am trying to move down but is obscured when I move it down.
Could you look at the page again now. Image in private content
Thanks
Sorry my mistake please delete
OK REsolved
Hello, any thoughts on this. Thanks
Thanks
OK, I called the hosting provider. Weird US caching problem. when I tried the page followed by /?nocache=1 it worked.
Never heard that trick before.
Thanks
I have looked at everything, and cannot see why this is working on staging and not on the production server.
In the home page source search for “
And it does not display nor do the sliders which should alternate in color.
? Denis
No caching plugins
Updated to admin
Also tried on my mobile, not working
I am still not see on the live site,
are you seeing the slider under the TAP, and an Einstein Image
I have rebooted, and cleared all cache.
The client is also having the same issues.T
March 8, 2016 at 9:12 am in reply to: Different logo on mobile (code does not hide the primary logo) #594882Lots of trial and error I got it thanks. Denis
Please close off
March 8, 2016 at 7:49 am in reply to: Different logo on mobile (code does not hide the primary logo) #594848Thanks, No same effect with 0px or 0%
Tried this
.logo a:imgJust need the CSS for that one line, works when I edit in the html IMAGE: http://1drv.ms/21istOp
NOTE: style=”width: 0px;” in the tag
Denis
March 8, 2016 at 5:58 am in reply to: Different logo on mobile (code does not hide the primary logo) #594802I managed to get the effect by editing the css in the browser, but cannot work out what the quick css is to do this:
I tried
.logo img a {width:0% !important}
.second-logo { display: block; padding-right:200px !important }But the first line does not work,
see screenshot – http://1drv.ms/1U9qkUJ
March 8, 2016 at 1:37 am in reply to: Different logo on mobile (code does not hide the primary logo) #594714Thanks I that before however, it does not allow me to change the logo on different devices – say Ipad portrait vs Ipad landscape.
What defines “wp_is_mobile”
Denis
Many Thanks Yigit.
Also learning the importance of !important.
Can close off.
Cheers :)
May 9, 2015 at 8:35 am in reply to: WP Enfold Layerslider: How to put static content above the slider? #441915Wow, Thanks, That worked. Also worked with the form shortcode.
Can close this off.
:) :)
May 9, 2015 at 4:57 am in reply to: WP Enfold Layerslider: How to put static content above the slider? #441862Thanks Ismael, however I am using the full width easyslider. Can this be done on the easy slider?
May 8, 2015 at 6:30 am in reply to: WP Enfold Layerslider: How to put static content above the slider? #441394This reply has been marked as private.Perfect. Thanks Elliott
Again amazing support.
Hi Elliott,
Thanks for your reply, what I am trying to do is to override functions in the following template files.
themes/enfold/includes/admin/register-widget-area.php
The avia_dummy_widget function.themes/enfold/framework/php/class-sidebar-generator.php
The register_custom_sidebars function.What I want to do it to change the widget title and side bar title html tags from h3 to div or other none heading html elements. I have tried to copy them to the same directories in the child theme, but still no response.
Is there any way I can get around with this? And I am not very familiar with filters, how can we override functions in class?
Thanks.
Thanks, That seems to have worked not sure why. Denis
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hello from you image you have chosen the “Safety” menu item who’s children don’t have children. Could you please chose the “Equipment” menu item.
Thanks
This reply has been marked as private. -
AuthorPosts