Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for using Enfold and giving it the highest rating ;)
Best regards,
NikkoHi,
It seems you are using Masonry Gallery under Media Elements, that doesn’t have the option. You need to use Masonry under Content Elements. :)
Best regards,
NikkoHi,
Thanks for the access, I don’t think ftp access is needed anymore. I have changed data-av_icon value by copying and pasting the value from web inspector and it does work.
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi,
I have checked it and found out that the issue is caused by The Events Calendar’s css:
.ui-resizable { position: relative; }
which can be found in: wp-content/plugins/the-events-calendar/common/src/resources/css/tribe-common-admin.min.css?ver=4.4.5dev1
To fix it, try adding this code at the bottom of your functions.php:
add_action('admin_head', 'fix_css_conflict'); function fix_css_conflict() { echo '<style> .ls-page .ui-selected-helper { position: absolute; } </style>'; }
Let us know if this helps :)
Best regards,
NikkoHi,
Yes, it appears that it is an issue with jQuery, just curious because checking upon the page source your site loads an external jquery which uses an old version of the js code:
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?ver=1.8.3'></script>
And load-scripts.php doesn’t load jquery-core and jquery-migrate, which is loading on my end. Can you try to remove the modification?
Best regards,
NikkoHi,
You can change this by going to Enfold > Advanced Styling > check for the dropdown field and select Main Menu Links and click on the Edit Element button and change the colors there :)
Best regards,
NikkoMarch 27, 2017 at 11:18 am in reply to: Issues with video background on LayerSlider after update 4.04 update #767338Hi,
Glad that it’s fixed and thanks for sharing the solution :)
Best regards,
NikkoHi,
You can use Default Editor and use Enfold shortcodes to use some of the elements found in Advanced Layout Builder. :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoMarch 27, 2017 at 11:08 am in reply to: Avia Advanced Layer Slider not displaying properly on tablets #767324Hi,
Glad that it’s fixed :) Let us know if you need more assistance or if we can close this thread.
Best regards,
NikkoHi,
Can you give us temporary admin access again? so we can check the backend as well as ftp access?
Best regards,
NikkoHey alpaezes,
Are you using a boxed layout? can you post a link to your site so we can see.
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi,
Sorry I just copied and pasted the code you posted and didn’t realize the ‘ (single quote) is a bit different, which should cause the code not to work:
#avia-menu, #mobile-advanced { font-family: 'akkuratregular'; }
Also can you use the #top again then dont’ remove it and wait for us to reply here so we can check why it’s not working.
Best regards,
NikkoHi,
Can you post screenshot of the warnings? just upload it to http://imgur.com/ and post the link here.
Best regards,
NikkoHi,
Glad we could help :)
Cheers!
NikkoHey PatriceDeaughnDesigns,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHey,
Try adding this css code:
@media only screen and (max-width:767px) { .responsive #top .logo { float: left; } }
Let us know if this fixes it.
Best regards,
NikkoHi Alan,`
Instead of body, try to use #top instead. Also you can group up css selectors that uses same properties for example this:
#avia-menu { font-family: ‘akkuratregular’; } #mobile-advanced { font-family: ‘akkuratregular’; }
can be changed to:
#avia-menu, #mobile-advanced { font-family: ‘akkuratregular’; }
:)
Regards,
NikkoHey,
Glad we could help :)
Cheers!
NikkoHi,
Glad you found that builtin option in wordpress :)
Regards,
NikkoHi,
Glad that you fixed it :)
Cheers!
NikkoMarch 27, 2017 at 7:47 am in reply to: Events Calendar Pro change the background and font color #767237Hi Terry,
Glad we could help and thanks for using Enfold :)
Best regards,
NikkoHey DROR,
Try adding this css code:
#advanced_menu_toggle, #advanced_menu_hide { left: auto !important; right: 0 !important; }
Let us know if this helps :)
Best regards,
NikkoHi,
Try to change this part of the code I gave:
@media only screen and (max-width:767px) {
to:
@media only screen and (max-width:1024px) {
Best regards,
NikkoHi,
Glad you found a workaround for it :)
Best regards,
NikkoMarch 27, 2017 at 7:40 am in reply to: Events Calendar Pro change the background and font color #767232Hi,
Oh sorry for that you can use this code instead:
#top td .tribe_events { background: #333 !important; border-bottom: 1px solid white !important; }
Best regards,
Nikko -
AuthorPosts