jluisfg
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Event Calendar not showing the latest eventsHello, I made a copy of the site and removed all plugins, updated to the default theme and it still is not working.
You can check on this link
https://iwlastg.wpenginepowered.com/upcoming-events/Forum: Plugins
In reply to: [The Events Calendar] only a couple events are showing after updateWriting a comment to follow up on this, I’m having the same issue. New events that we publish are not shown either on the /events page or when we use the shortcode. Added a test event as well and is not showing on either view from the calendar.
One thing I noticed is that the end date is not being saved, this might have something to do with this issue.
As you can so on this screenshot, event has set Nov 1 as end date. On this screenshot you can see on the event list that the end date is not the same.
Forum: Plugins
In reply to: [WP Approve User] Loging in right after registeringThis is the case for me too. I’m using Restrict Content Pro. This plugin is the suggested one to approve users that register using the RCP plugin. This plugin used to work when we started using it but it stopped working recently. I know this is not an issue with this plugin exactly but maybe it is?
How this worked before is that users register using the form with the shortcode [register_form] from Restrict Content Pro, after the user registered, it was not approved by default. I understand this was made using WP Approve User. After approving, the user was able to login.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Facebook for WooCommerce is Slowing Down My SiteThanks! Here’s the system report.
https://gist.github.com/jluisfg/c01ad9a8627f6137948156a608d90da0
Forum: Themes and Templates
In reply to: My Header is DOUBLING. Please Help.You′re welcome ??
Forum: Themes and Templates
In reply to: Does anyone know of a theme similar to this one! pleaseThere are a few one page wordpress themes, this is what you should look for ??
Forum: Themes and Templates
In reply to: My Header is DOUBLING. Please Help.It′s a child theme of this theme ??
Forum: Themes and Templates
In reply to: My Header is DOUBLING. Please Help.Your header is loading inside itself. Check your header.php to see if the div with the id header is repeated.
Forum: Themes and Templates
In reply to: Does anyone know what theme this site is using?The theme is called Harmony from Elegant Themes.
Hey,
I found a temporary solution to this.
Go to the template files and in my case I was using dropdowns so the code is this.
<form method="get" action="{{base-url}}" class=""> <div class="col-1-6"> <span class="opensans">Buscar mascotas</span> </div> {{#taxonomy}} <div class="col-1-6"> <select data-placeholder="{{{name}}}" id="qmt-{{name}}" name="{{name}}" class="classy {{name}}" style="width:100%;" tabindex="1"> <option value=''>{{name}}</option> {{{term-list}}} </select> </div> {{/taxonomy}} <div class="col-1-6"> <input type="submit" value="{{submit-text}}" id="submitit" /> </div> </form>
What I did was remove the value for the option, that way the default option now has the “Any” text but has no value.
Hope they can update the plugin soon but this works for me now.
Let me know if it helped you!
Saving it as Windows csv did it for me, thanks!
Forum: Themes and Templates
In reply to: How do I make columns on a page?You can do this with shortcodes and using some CSS.