dni777
Forum Replies Created
-
That was it.
All fixed.
Many thanks.YES
NOTHTEACTUALNAMEOFSITE.ORG_error.log:[Wed Sep 25 23:45:51.254594 2019] [proxy_fcgi:error] [pid 30745] [client IPADDDRESS:50766] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Class ‘ZipArchive’ not found in /www-base/blogs/prod/NOTHTEACTUALNAMEOFSITE.ORG/htdocs/wp-content/plugins/h5p/h5p-php-library/h5p.classes.php:1875\nStack trace:\n#0 /www-base/blogs/prod/NOTHTEACTUALNAMEOFSITE.ORG/htdocs/wp-content/plugins/h5p/h5p-php-library/h5p.classes.php(2214): H5PExport->createExportFile(Array)\n#1 /www-base/blogs/prod/NOTHTEACTUALNAMEOFSITE.ORG/htdocs/wp-content/plugins/h5p/public/class-h5p-plugin.php(908): H5PCore->filterParameters(Array)\n#2 /www-base/blogs/prod/NOTHTEACTUALNAMEOFSITE.ORG/htdocs/wp-content/plugins/h5p/public/class-h5p-plugin.php(994): H5P_Plugin->get_content_settings(Array)\n#3 /www-base/blogs/prod/NOTHTEACTUALNAMEOFSITE.ORG/htdocs/wp-content/plugins/h5p/public/class-h5p-plugin.php(894): H5P_Plugin->add_assets(Array)\n#4 /www-base/blogs/prod/NOTHTEACTUALNAMEOFSITE.ORG/htdocs/wp-includes/shortcodes.php(325): H5P_Plugin->shortcode(Array, ”, ‘h5p’)\n#5 [internal function]: do_shortcode_tag(Array)\n#6 /www-base/blogs/prod/NOTHTEACTUALNAMEOFSITE.ORG/htdocs/wp-includes/sh…’
Forum: Plugins
In reply to: [Genesis Featured Video] Would like to add a “Portfolio’ on a pageThanks
Forum: Plugins
In reply to: [Osom Author Pro] More Buttons for Customizationlooks like you could go into the plugin file
genesis-author-pro/classes/class.Genesis_Author_Pro_Book_Meta.phpand twek this:
/** * Builds the button field output. * Calls the object meta_rows() method to build the text field output. * * @access private * @param array $field * @return sring */ private function _get_button_field( $field ){ $rows = array( array( 'name' => sprintf( '%s_uri', $field['name'] ), 'label' => sprintf( __( '%s URI', 'genesis-author-pro' ), $field['label'] ), 'type' => 'text', ), array( 'name' => sprintf( '%s_text', $field['name'] ), 'label' => sprintf( __( '%s Text', 'genesis-author-pro' ), $field['label'] ), 'type' => 'text', ), ); return sprintf( '<table class="form-table"><tbody>%s</tbody></table>', $this->meta_rows( $rows, false ) ); }
Forum: Plugins
In reply to: [Osom Author Pro] Want Archive page to show more than 6 booksDoh!
Forum: Plugins
In reply to: [WP Tiles] can't choose a unique category anymore !I too am looking for that it used to be that this worked:
posts_query=”category=3″
as mentioned here:
https://www.ads-software.com/support/topic/category-posts_query?replies=3hope that there is still a way to do it….
Upgraded to 1.5 and still no luck ??
Might I have some basic something set up incorrectly?
Could it be a server setting on my end, as the data is somehow not valid?When I try to add to Google Calendar I get:
Settings Error
The address that you provided did not contain a calendar in a valid iCal or GData format.When I try to add to Apple Calendar I get:
There was an error subscribing to the calendar.
The data downloaded from webcal://subdomain.domain.com/calendar/?feed=sp-ical isn’t valid.Hmmm.
in trying to subscribe via iCal I still get the following error:There was an error subscribing to the calendar.
The data downloaded from webcal://subdomain.domain.com/calendar/?feed=sp-ical isn’t valid.I guess I will wait until next week and see what comes next…..
@ayla is there a way for me to send you the URL privately so that you can take a peek?
@ayla – it is on a testing subdomain – live but search engines discouraged.
This time I get the following message from iCal
There was an error subscribing to the calendar.
The data downloaded from webcal://subdomain.mydomain.com/calendar/a-team?feed=sp-ical isn’t valid.When I tried to subscribe to the calendar from URL in Google Calendar, I saw no events.
Sadly, it doesn’t work:
When I try to subscribe to a test calendar, I get the following message:
“The address that you provided did not contain a calendar in a valid iCal or GData format.”
found it in a blog post:
https://themeboy.com/blog/sportspress-version-1-4-update/great
but I can’t find anything in your documentation about it.i see it in the plugins, but it seems to be inactive:
Editing sportspress/feeds/ical.php (inactive)Forum: Plugins
In reply to: [Genesis Simple Edits] is post_tags exclude possible?done. thx
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Erro: Illegal string offsettrue that – there must be some cache going on that i don’t remember putting in there ??
have gone through all the other plugins and don’t see one….but will keep fishing.
thanks for the code will give that a try.