koedel
Forum Replies Created
-
Appears to be working now. Perhaps it just needed time to think about it.
Okay, I found the older version 2.2.2 here https://ww.wp.xz.cn/plugins/embed-any-document/developers/
and installed it, but I’m still getting this error on embedded Excel files:502 – Web server received an invalid response while acting as a gateway or proxy server.
There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.I went back to version 1.1.1 and still get the error. Is there some problem communicating with Microsoft to view the Excel files? Any help to this newbie is appreciated.
I reactivated the plugin but it still won’t work. I deleted it and reinstalled and it does not work. PDF files seems to be okay, but Excel files are not http://macontracks.org/tag/run-2-end-alzheimers-results . Please help as I’ve been using this plugin extensively and now no one can view their race results.
Could someone post the older version? I don’t have it saved but would like to reinstall it until this problem is worked out.
Forum: Themes and Templates
In reply to: [Zerif Lite] Avoid having background image load on pagesI was able to do a work around by installing a plugin that controls backgrounds. I’ve forgotten the name of it, but a search will find one. I’m using a different theme now. Good luck!
I seem to have it working now. There must have been some conflicting values in my theme css. I attached a style of border-collapse: separate to each element of the table and now all the borders are showing. Then I put in a style of vertical-align: top and that solved the blank space above the title problem.
Forum: Themes and Templates
In reply to: [Zerif Lite] Avoid having background image load on pagesNo it didn’t work 🙁
Forum: Themes and Templates
In reply to: [Zerif Lite] Avoid having background image load on pagesThis works!!
// Setup the WordPress core custom background feature.
is_front_page(
add_theme_support(‘custom-background’, apply_filters(‘zerif_custom_background_args’, array(‘default-color’ => ‘ffffff’,
‘default-image’ => get_stylesheet_directory_uri() . “/images/bg.jpg”,
))));
Forum: Themes and Templates
In reply to: [Zerif Lite] Avoid having background image load on pagesCan I add an “if is home” type of filter to this part of the functions.php? Help with the code would be much appreciated.
// Setup the WordPress core custom background feature.
add_theme_support(‘custom-background’, apply_filters(‘zerif_custom_background_args’, array(
‘default-color’ => ‘ffffff’,
‘default-image’ => get_stylesheet_directory_uri() . “/images/bg.jpg”,
)));