moreda
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Modal Popup if no permissionI have the similar problem. I think It would be interesting open directly a popup with a registration form or one option to personalizate a popup information.
Forum: Plugins
In reply to: [Contact Form 7] recaptcha v2 in contact formThanks Erik, I updated to 5.4.1 version, but in this case I prefere recaptcha v2 than v3. Why can’t show it?
- This reply was modified 5 years ago by moreda.
Forum: Plugins
In reply to: [MapGeo - Interactive Geo Maps] Spain map (canarias)My goal is buy one interactive map plugin. But I must choice the best solution for interactive map.
This article is very intersting. https://interactivegeomaps.com/iberian-peninsula-map/ Is the iberian peninsula map available in pro version yet?
Forum: Plugins
In reply to: [MapGeo - Interactive Geo Maps] Spain map (canarias)I did it. The problem is mobile view… The spain and canarias map will be the same width. Accordingly, It solution didn’t respect the scale bettwin both of maps.
Thanks a lot! This last code solved the problem.
it didn’t work. The modifications in CSS code don’t change something.
I don’t understand your last question “Did it work with the correct width when you Edit the Profile?” Because I’m traying to modify the registration form not the profile.Hi!
Where should i paste these codes?
Should I paste the two codes?
So I understand that, my field meta key for is “newsletter” for the first checkbox and “politica-privacidad” for the second one.I attach screenshots with the options to paste CSS codes.
In to my Theme (Betheme)>theme options>Custom CSS & JSIn to appearance>customize>additional CSS
Can you give me more detailed instructions?
I don’t have the possibility to change theme to a default one. I can’t do the test.
I can’t change my theme for other. Now we use Betheme, I think that is a common theme and there should be no incompatibility problem. Do you have any other solution?
This is my form builder:
Screenshot link:
Yes! And I have the same problem. The checkbox line only is in the left one. Although, I set the checkbox line in one central column.
Thanks! But… I put all this code in functions.php and this code didn’t work. “Logout button” in menu only disappeared and didn’t change to login when I logout. Maybe, could I change any part of code? or, can I do something different?
add_filter( ‘wp_nav_menu_items’, ‘ur_add_loginout_link’, 10, 2 );
function ur_add_loginout_link( $items, $args ) {
if (is_user_logged_in() && $args->theme_location == ‘primary’) {
$items .= ‘