luisthegeek
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Events Importer] URGENT Stops rss feeds!! PAID Version.I am having the same problem. Did you ever get this resolved?
Forum: Themes and Templates
In reply to: [Giornalismo] Page Layout change?Works like you said perfectly for the desktop. Not so well for mobile. lol. I will play with it a while and see what I can do. Thanks!
Shouldn’t I be able to use an @media string to fix that?
Sorry, i forgot to update on this. I did as you said and disabled Jetpack protect. Success! Thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] ERROR: Not ConnectedI forgot to update on this. It seems that my host updated their cURL and everything works now. Thanks for the help guys!
Can you post a link to your blog so that I can see how it looks set up that way?
The other reasons I chose multisite is to be able to eventually assign one person per county to write and give them access to the subsite. Using the subsites, also makes it much easier for us to sell ad space to local businesses and be able to place those ads in the correct subsite that will get them the most exposure while also being able to maximize the number of ads we can sell.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] ERROR: Not ConnectedI will try that and let you know.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] ERROR: Not ConnectedSad face > will have to find an alternative in the meantime…
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] ERROR: Not Connectedand it stopped working again….
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] ERROR: Not ConnectedRolled back to MailChimp for WordPress 4.0.5 and it works. Will have to stay on that version until my host updates the cURL.
Forum: Plugins
In reply to: [The Events Calendar] Remove list numbers on Event List widgetAnyone figure it out?
Forum: Plugins
In reply to: [WP Cloudy] Map does not show any weather information@rainbowgeek I adjusted from zoom 18 all the way to zoom 1. Same issue.
That did not work. However, I was able to fix it by completely disabling and deleting jetpack, then reinstalling it and re-configuring all the settings.
Will try that now. Thanks.
Forum: Themes and Templates
In reply to: [Giornalismo] Post time metanvm… I got it working. For anyone else interested, here is what i did…
Copied ‘Single.php’ to my child theme folder.
opened ‘single.php’ in text editor and went to line 34.
replaced the following:
<?php echo date_i18n( get_option( 'date_format' ), strtotime(get_the_date('F j, Y')));?>
with this:
Posted: <?php the_time(get_option('date_format')); ?> <?php the_time(get_option('time_format')); ?>