Kwarr
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Media Download] Large pptx file won’t downloadThank you for your reply @naa986.
I have tried all sorts of solutions and discovered that there is a download (but not upload) block on .pptx files on the whole site – the problem is _not_ with your plugin.
I am flumoxed – have tried disabling any plugins that might remotely affect downloads. I tried another website hosted by the same provider and there was no problem.
Suggestions welcome
Now tested on Apple/Safari and on iPhone/Safari and the problem is the same
Forum: Plugins
In reply to: [Embed Google Photos album] Seeing the shortcode, not the albumThank you pavex.
The reason that it appeared as"["
was that I had entered the shortcode in a paragraph block instead of a custom HTML block.
Such a silly mistake but now corrected thanks to your response.
Kip- This reply was modified 4 years, 2 months ago by Kwarr.
Problem solved. I was out of disk space.
Any advice on attaching the screenshot would be gratefully received
- This reply was modified 4 years, 3 months ago by Kwarr.
Many thanks for your response.
https://kwarr.co.uk/photography/The error message is different today: Installation failed: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
I can’t see how to add attachments in this forum.
I was trying to install via Plugins > Add plugin > Install now (and also Details > Install.
Other plugins include Foogallery and Foobox
- This reply was modified 4 years, 3 months ago by Kwarr.
The conflict arose because I had remmed out the code: <?php wp_footer(); ?> in footer.php in the child theme.
With that line restored the gallery displays correctly
Thanks Ivan
Many thanks, Joachim.
That works fine
KipMany thanks, @kbat82
That worked – a bit of redundant CSS code left over from earlier work
Your help is much appreciated
Many thanks for the suggestion, DNutbourne
Sadly that did not solve the problem so I am still looking for a solution
Forum: Fixing WordPress
In reply to: WP ADMIN : Sorry, you are not allowed to access this pageThank you, Andy
That worked for me. I had made the simple mistake of changing MYWP_ to mywp_ so the cause was not obvious.
.. so I have reinstated
<?php wp_footer(); ?>
and the menu now works.
If there is a better solution I’d be very glad to know about it.
Thanks for your help, CrouchingBruin.
KipSadly that did not solve it.
Ah – just had a look at the parent functions.php file.
It seems that the enqueuing javascript is loaded in the footer for the comments form. I have removed the code in the footer relating to the comments because they are not allowed on this site and I wanted to speed up the page loading.I tried copying that block of code (twentythirteen_scripts_styles) from the parent functions.php file to mine but got the error “cannot redeclare ..”
Is there a way to implement it without loading all the contacts form stuff?
Kip