camarabelux
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Incompatibility between plugin and theme or something else?When we load the page, there are lots of css warnings and two js warnings, but no errors. When we make any change (add element, copy an element…) there are no errors in the console.
- This reply was modified 7 years, 6 months ago by camarabelux.
Forum: Fixing WordPress
In reply to: Incompatibility between plugin and theme or something else?First of all, thanks for your reply.
Yes, I’ve tried it too but without success.
The thing is that the same pack (porto + porto plugins + vc + ultimate addons for vc) works if it’s a new installation but not in the running version.
I’ve also created a local version of the web and deleting all the other plugins. No success.
Hi.
The plugin simply doesn’t works with upper versions than 5.4
Even if you are using encryption or not because I’ve upgraded from 5.4 to 5.6 and I had to downgrade the PHP to make it workForum: Fixing WordPress
In reply to: How to translate variable string?Hello!
There is no other solution for this?
Forum: Fixing WordPress
In reply to: How to translate variable string?Hi WEN Solutions, I think your solution would work, the problem is that we need to translate the fields in more than one language, and I don’t know if it would allow us to do it.
Forum: Fixing WordPress
In reply to: Company Intranet with Buddypress (Question)Thank you for reply Chris, but the problem is that i’m using a theme we bought that incorpores the Buddypress plugin, so I would like to continue using it.
Forum: Plugins
In reply to: [Nav Menu Roles] ConflictOk, finally I’ve got it !
It was my fault, I put the code in a wrong place.
Thank you very much for your attention!Forum: Plugins
In reply to: [Nav Menu Roles] ConflictHi !
First of all thank you very much for replying so fast.
Now I know the plugin is giving me the problem, is the UberMenu.
I’ve found the file where I should do the changes, and I tried to do it pasting the code you gave me:<?php
// Add this directly after the description paragraph in the start_el() method
do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args );
// end added section
?>After the start_el method like this:
function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
// Add this directly after the description paragraph in the start_el() method
do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args );
// end added sectionAnd it almost works properly, because when I’m in the Menu page now I can see the options of your plugin but not where they should be placed.
Did I do something wrong?
See the images. First is like this:
https://imageshack.com/a/img633/9614/x135gM.pngThen it changes like this:
https://imageshack.com/a/img537/3674/iHRcKA.pngThank you very much!
Forum: Plugins
In reply to: [Nav Menu Roles] ConflictI’ve seen the FAQ, but I don’t know what to do.
Where I should put the code?Thank you!
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Issue with the menuProblem fixed!
I’ve changed the refresh time to 0 .