guillermovargasquisoboni
Forum Replies Created
-
Just one last thing :
Maybe there is an incompatibility with zotpress plugin.
Okay, the issue is solved…
You have directed my attention in the right direction… and I discovered that the “problem” was not a problem, but a simple setting misunderstanding :
The “enable templates” from the event organiser settings was unchecked !
After I checked it (again), everything comes back to the normality.Thanks to be there !
I opened the site in three different computers with the same results: any event shows the venues information. To advance on this topic, I just want to add something else : all the computers I used are mac… for macbook users, specially those who are allready using yosemite, java and jre have been really problematics (you can see soemthing about this in this forum).
Any change by the moment…
Hello Stephen,
It could be strange to say this, but I cannot see what you are seeing… I try with firefox, safari and chrome navigators, and any event (including the one you’re linking here) shows info about venues.
It could be a javascript error on my computer ? I will turn it off and on, then try again…
Forum: Themes and Templates
In reply to: [Singl] Can I have a LinkedIn link in header?Thank you very much for your answer.
You’re right. I will maybe let the customizer for later, when I will have the time to increase my wordpress knowledge :)! )
I made a first attempt to insert a piece of code into the header.php, but I made a syntax error somewhere…
This is what I inserted.
In line 21 :
$linkedin_link = get_theme_mod ( 'singl_linkedin_link' );
In line 33:
|| '' != $linkedin_link
In line 156:
<?php if ( '' != $linkedin_link ) : ?> <li class="linkedin-link"> <a href="fr.linkedin.com/my_profile">LinkedIn</a> </li>
What could be wrong here?
Forum: Themes and Templates
In reply to: [Singl] Display menu/navigation in full at larrge widths?Hello,
I’m working on a child theme of singl and I’m also interested in expanding the menu, only for computer screens. Thus, I’m convinced that the theme is designed for a collapsible menu, and this change could be unsightly…
There is something simple to write in style.php ? Or may I have to write code directly on the navigation.js or the header.php?
Regards,
G.
Forum: Themes and Templates
In reply to: [Singl] Can I have a LinkedIn link in header?Hello Kathryn,
I agree with Michelle, Singl is a very good theme, clean and beautiful. I’m a user of self-hosted wordpress and would like to make some adaptations to this theme. I’m already using a child theme of singl and, like Michelle, today, I just want to insert other social links, specifically LinkedIn and Academia.
I’m actually decrypting the header.php template, but I don’t know if the functions of social links are developped in other files and folders.
Do you know how this could be done ?
Regards,
G.
Forum: Plugins
In reply to: [Polylang] Warning: reset() expects parameter 1 to be arrayCool, thank you !
Forum: Plugins
In reply to: [Polylang] Warning: reset() expects parameter 1 to be arrayYes Choubi, this changement works perfectly !
So, I have edited the file directly on the plugin’s folder, not in a child. Should I do it?
Forum: Plugins
In reply to: [Polylang] Warning: reset() expects parameter 1 to be arrayHello Chouby,
I really appreciate your reactivity, as usual.
I sought the warning for the first time when I was developing a theme for a blog that is not suppose to be multilingual and where I’m not using the plugin (The Lupita Project).
I suspect the problem could be related with another plugin that is central on this particular project, the Event Organiser plugin. Actually, the warning is only appearing when I’m editing an event (something like a post) in the dashboard, and exclusively in the view for a quick edit. The message of warning is repeated many times. I take a picture of the screen that you can temporarily see here.
I read again the documentation and I find a solution, I hope that is the good one :
So, the piece of code that I inserted in the loop in order to add the city of the venue is :
<?php $address_details = eo_get_venue_address(); echo " | ".$address_details['city']; ?>
??
Hello Stephen,
I really like your plugin, so thank you for having done.
I already read the codex documentation, and it was very helpful for me when adding “the end” and “the venue name”, but I have not succeded yet in the case of “venue city”. That’s why I’m looking for some help.
Both in “the end” and “venue name”, codex documentation explains how to use the function in the loop. Instead, there is no explanation about how to use the function “eo_get_venue_address” in the loop. Is it possible to use it in the loop?
Forum: Plugins
In reply to: [Event Organiser] change plugin languageHello,
I cannot active the spanish translation, even if this language exists in the event organiser language folder. I’m using polylang plugin, multisite wordpress and the free version of event organiser. I’m probably missing something… any ideas?
I’m temporarily using a plan b to continue the development of my blog, by editing all the event organiser templates. It’s almost done, but I still have a problem with the event_meta_list on the taxonomy-event-category.php. Actually, I really don’t know where or ho edit this “event_meta_list”.
You can see the site here…
Forum: Plugins
In reply to: [Event Organiser] Full Calendar: Background colourHi Stardrive,
Could you please post your solution? I’m interested too