Eric A. Silva
Forum Replies Created
-
@benjamin Any thoughts? Is there at least a way to download a previous version of the add-on? Our calendar is a major part of our website and this not working is an issue.
Forum: Themes and Templates
In reply to: [Hueman] Child Theme IssuesThat was the issue. I hadn’t updated my existing child theme files yet. Once I did that the width of my columns was fixed. Thanks.
Forum: Themes and Templates
In reply to: [Hueman] Single Page Dynamic Sidebars Not WorkingI was able to figure out this issue; I missed that file when updating my child theme.
I do have another question. How would I go about updating the language pack? I updated my .mo and .po files in my child theme to reflect the new paths, but those still aren’t being displayed on my site.
Here it is: brownsville.org/events
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Fatal error after updateI just posted it.
Thanks, it’s working!
Forum: Fixing WordPress
In reply to: Saving Menu causes 500 Error[Sat Jul 11 10:41:18 2015] [###] [fcgid:warn] [client ###.###.###.###:#####] mod_fcgid: read data timeout in 120 seconds, referer https://mywebsite.org/wp-admin/nav-menus.php [Sat Jul 11 10:41:18 2015] [###] [core:error] [client ###.###.###.###:#####] End of script output before headers: nav-menus.php, referer https://mywebsite.org/wp-admin/nav-menus.php
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Query events for event carouselNot exactly, although it would be great to be able to import events. I am looking to migrate from our homegrown events calendar to Timely. We had a bootstrap carousel/slider that displays our upcoming 8 events. That data was pulled from a query by a custom post type. I want to be able to do the same with timely. I’ve researched that we can pull “a1ec_events” as the post type, but I wanted to know the other tags to be able to display start/end date, and start time. I hope this makes more sense.
This is just part of our query as an example of what I mean:
<?php $my_query = new WP_Query(); $args = array( 'post_type' => 'tf_events', 'orderby' => 'meta_value', 'meta_key' => 'tf_events_enddate', 'order' => 'ASC', 'showposts' => 8, 'category__not_in' => array( 66 ) ); .....
Forum: Networking WordPress
In reply to: Imported sites not appearing in WP-AdminI created a new install with a new database, then I went into phpmyadmin and imported my old database. In phpmyadmin I can see all the tables for all the sites.
When I tried to create a new site within wordpress it tries to redirect to the URL of table 1 in the database.
Basically I created a new site “/mysite” and when I try to access the admin panel for that site it redirects to “/elementarysite” which is the URL for the corresponding table from the imported DB.
Forum: Networking WordPress
In reply to: WP Network Warning on all sites, all templatesThanks for those resources. I ended up uninstalling that WP environment and installed a fresh one. Now I’m trying to import a backup of my databases and themes. It was a MultiSite setup so now I’m trying figure out why those sites aren’t being created from my database backup.
Forum: Networking WordPress
In reply to: WP Network Warning on all sites, all templatesIt does look like I was hacked. The same code appeared in all of my themes on my ‘functions.php’ files. I was able to remove a particular line of code and my themes worked just fine, although there is a script still installed because about 30 minutes later it went back on all my themes. I also tried that Sucuri’s site checker and it did detect Malicious Code.
The URL of my WP instance is hosted.ericsilva.me.
Forum: Themes and Templates
In reply to: [Hueman] Top Menu isn't fixed to topGot it to work. I disabled the “Header” menu then the “Topmenu” started working.
Forum: Themes and Templates
In reply to: [Hueman] Top Menu isn't fixed to topI’ve tried it with two monitors both greater than 1024px and it still doesn’t work.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] spacing between linksWhere you able to figure out how to remove the extra spacing? I too am trying to find out how to remove the extra space between Post titles.
Forum: Networking WordPress
In reply to: Image Upload Issue on Sub-directory SitesThey are usually pretty quick so I would expect this to be fixed within the next few hours and pushed out within the next 24 hours.
Hi Ben, Thanks for your response and reassuring us that GoDaddy is working to resolve this issue. Will the update be automatically pushed to our WP Sites or is there something that we will have to do on our end?
Someone informed me there’s an ‘extra’ .htaccess in your wp-includes? If someone on GoDaddy with this problem can check, please report back and let us know what’s in it ??
This is what the .htaccess says in ‘wp-includes’
<Files *.php> deny from all </Files> <Files wp-tinymce.php> allow from all </Files>