alvaradopau
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tags – Block shows only 5 out of 21 (all with associated content)That was easy… haha. Thanks a lot
Hi @bobmatyas ! I’m afraid that didn’t work either… I’ve set up a collaborator user and password in case you want to check it, the site is online but hidden with a coming soon plugin, once logged in you should be able to see it:
Thanks!
- This reply was modified 4 years, 1 month ago by James Huff. Reason: password removed from public forum
Hi @deathlynotes, and thank you, I tried it but it didn’t work 🙁
I did try a lot of css tweaks before writing the message and none worked as desired…
So, I realized that the lessons had to be published in order to appear on the course page. This seems strange since they showed up as drafts before but anyway. Just to clarify if someone is confused by the same issue.
Just to add more info: I switched to twenty nineteen Theme and the lessons are still missing. Also tried adding the “theme compatibility” function and nothing changed…
So, in order to try to fix this some other way… How can I add a sidebar to the course page to add the lessons as a widget?
Thanks
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Problema com SafariSí! De esa forma funcionó 🙂
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Problema com SafariTengo el mismo problema (no funciona con Safari). No creo que sea el theme porque con Firefox y Chrome funciona bien, o sea que en esos navegadores el theme está articulando bien con el programa, el asunto es Safari…
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Visitor counter codeThank you very much for the response, it would be even cooler if one could choose to display average weekly/monthly stats, perhaps calling the API once a day or so. Unfortunately I’m not a developer but I’ll see if there is something I can do.
cheers!
I had not understood that segment had to be edited, it works now!
Actually, it’s working now! Problem was a plugin called “Easing slider”, when deactivated it let me see the carousel, love it!
cheers
It’s not working for me either. I’ve tried deactivating easy fancybox and clearing the cache but I can’t see the carousel.
Does the shortcode have to be anything in particular? Most of mine are [gallery columns="4"].
Forum: Fixing WordPress
In reply to: Conditional Statement to Show Alternate Header InformationThe Pagelines forum is for paid developer or professional memberships and those are quite expensive… You cannot post a question if not registered.
I figured it out though, I was missing some <?php openers and closers. This is the version that worked if anyone is looking for it:
add_action('pagelines_inside_top_branding','myhook'); function myhook(){ ?><?php if(ICL_LANGUAGE_CODE=='en'){ ?> ENGLISH HEADER CODE <?php }else{ ?> SPANISH HEADER CODE <?php } ?> <?php }Thanks a lot for the help!
Forum: Fixing WordPress
In reply to: Conditional Statement to Show Alternate Header InformationThat makes sense. I think I’m messing up with the function code though since it doesn’t quite work:
add_action('pagelines_inside_top_branding','myhook'); function myhook(){ ?> <?php if(ICL_LANGUAGE_CODE=='en'){ ENGLISH HEADER }else{ SPANISH HEADER } ?> <?php }What am I doing wrong here? Thank you so much for the help!
Forum: Plugins
In reply to: [Newsletter Meenews] [Plugin: MeeNews Newsletter Plugin] Configure PHPMailer?Anyone knows about this?
Forum: Plugins
In reply to: [Newsletter Meenews] [Plugin: MeeNews Newsletter Plugin] Configure PHPMailer?Also, if someone can fix this I would be happy to send a ‘beer donation’ or something 😀