Forum Replies Created
-
AuthorPosts
-
Hi,
I said i’ve tried everything and what you said, i’m sorry but it not helps. You have access to admin
Best
May 12, 2016 at 12:02 pm in reply to: CONFLICK? Avia Editor Spinning After WordPress 4.5 Update and Code Functions Fix #631286April 29, 2016 at 3:33 pm in reply to: CONFLICK? Avia Editor Spinning After WordPress 4.5 Update and Code Functions Fix #624570Hi,
I understand better the problem:
the fact is that wordpress avia editor works with:
– https://code.jquery.com/jquery-2.2.3.min.js
But the front office don’t (avia animations)
unless with special code in functions.php that reduce jquery version to 1.11.3So avia editor needs jquery 2.2.3.min.js and animations on front office need jquery 1.11.3.min.js to work
So, Is it possible to modify the code in functions.php :
////Bug avia jquery
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
////By adding (and forcing jquery-2.2.3.min.js for avia editor) :
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-2.2.3.min.js’);But only for avia editor in wordpress back office, not for front
Is it possible Moderator or someone else, or another better solution?
PS: i’ve already done all possibilities (deleting and uploading all files by ftp, deactivating all plugins,etc…)
Thanks
April 28, 2016 at 5:09 pm in reply to: CONFLICK? Avia Editor Spinning After WordPress 4.5 Update and Code Functions Fix #623891Up!
There is someone ?
April 27, 2016 at 2:30 pm in reply to: CONFLICK? Avia Editor Spinning After WordPress 4.5 Update and Code Functions Fix #623086Up!
Support! Help ! we are many in this case
Thanks
April 26, 2016 at 5:22 pm in reply to: CONFLICK? Avia Editor Spinning After WordPress 4.5 Update and Code Functions Fix #622330Hi,
Same issues and tried same thins as you
Wordpress 4.5. + enfold 3.5.4 + code in functions.php (function modify_jquery ……)
I hope support may help ?
- This reply was modified 8 years, 6 months ago by serge esteves.
Hi,
all animations don’t work (slider rotator, easy slider,etc..) after WP4.5 + update 3.5.2 + new avia.js + clear all caches (cache browser, page cache, memcache,…)
I restored my backup waiting a new enfold update
Thanks guys, it happens, good luck
Best
Perfect, it works great, I remove date too within the same file and i used the method in enfold child of course
thanks again and “Bravo” for this best theme in the world :)
- This reply was modified 9 years ago by serge esteves.
Thanks Yigit,
But I’m SEO, and i don’t want Google see those links and CSS is not enough to do that, links are still there in source code.
Could you help me with php code, please.
Thanks
Serge
ok, thanks :)
do you plan to add this feature on future update ?
October 30, 2014 at 9:49 am in reply to: Remove link on featured image + enlarging image dont work #343298It works!
Thanks again! How much for support ? ;)
October 28, 2014 at 10:43 am in reply to: Remove link on featured image + enlarging image dont work #342117OOPS!
There is a problem, link dispappear from posts but from pages listing posts too.
I want only remove links from posts.
I know, it’s a bit more complicated i guess
October 28, 2014 at 10:20 am in reply to: Remove link on featured image + enlarging image dont work #342105Thanks, it works great
For the other query, it would be great if it will be part of a future theme’s update.
Have a nice day
Serge
Ok fine, I choose to insert this directly inside the featured image with photoshop.
Thanks
Hi, i mean this kind of things:
March 19, 2014 at 10:37 am in reply to: highlighting item menu when in a post that belongs to the category's name #239975Ok, thanks, it doesn’t matter, it’s a lot of work for not much.
And Yeah, i enjoy with this great theme
Fantastic!
Thanks
Hi again,
i have a boxed layout and i just noticed than on the right, the header is not boxed !
Thanks for your help
Ok thanks a lot
Serge
-
AuthorPosts