contactzero
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Unexpected response:Hi, Thanks for your response.
There is no warning regarding extra whitespace in the Existing Backups tab.
I have just done a database only backup as you requested and no pop-up message appeared.
Thanks
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Unexpected response:Hi, thanks for replying.
The log file is here:
https://pastebin.com/50eF6ZgyI don’t have a screenshot of the popup error as it takes close to an hour to do another backup, it’s a large site.
The message was: Unexpected response: <!DOCTYPE html> then content from the html “head” and that was all there was.
Hope this is enough info for you, if not I will do another backup in a few days and grab a screenshot the but I remember it was not all visable and there was a long scroll.
Thaks
Regards
- This reply was modified 7 years, 7 months ago by contactzero.
Thanks for this – now it works perfectly!
I have taken out the gutter specification completely and with the new update the layout works exactly right on both desktop and mobile views.
I wanted 3 columns on desktop and 2 on mobile and that’s what it does.Thanks again.
Hi, thanks for that but unfortunately although it fixed the mobile view, the desktop view had a large gap on the right hand side.
However without using the css above I started playing with the gutter and found that the maximum gutter can be is 3 and then the mobile view is ok and shows 3 columns properly. The desktop view now has a slightly larger space on the right of the gallery than it does on the left but looks ok.
I could probably even this up if need be by using some custom css on the pages I’m using galleries, but using a maximum gutter of 3 fixes the issue for me for now.
Having 3 columns on desktop reducing to 2 larger columns on mobile would be ideal but probably too complex to implement here.
Thanks again for your help and look forward to the update.
Hi, thanks for responding
This is just a test site so ignore the current content but here is the link with the issue in mobile view:
https://www.realbritishchocolate.com/new-gallery/
The desktop view had an uneven space either side of the gallery (too much space on the right side) although nothing like mobile, but I solved that by increasing the gutter to 8
thanks
Yes i did leave that in – i am really new to php
When i take out the } after add_action(…) and click Update file then the editor goes to a blank page.
Then, when i try the video thumbnails settings page that is still blank but now after adding the / after the url it is still a blank page.
Thanks for your reply.
I tried this and got the message:This plugin has been deactivated because your changes resulted in a fatal error.
Parse error: syntax error, unexpected ‘}’ in /mounted-storage/home135/sub002/sc25456-UFXE/extrahotmovies.com/wp-content/plugins/video-thumbnails/video-thumbnails.php on line 516Hi Malarvizhi thanks for replying. What server details do you need?
i have the same problem – any help on this please??
Ok i have finally worked out my own answer if anyone else has this problem, and searching around lots of people do. I found the solution in a reply to someone elses problem fro the creator of Video Thumbnails plugin so thanks to them for this fix!
In Video Thumbnails Plugin editor do this:
Automatic Youtube Video Posts only stores the YouTube video’s ID instead of an embed code or URL,
which means the plugin doesn’t know it’s from YouTube. You’ll have to change the line
$markup = get_post_meta( $post_id, $video_key, true );
to
$markup = ‘https://youtube.com/watch?v=’ . get_post_meta( $post_id, $video_key, true );
and set the custom field value to _tern_wp_youtube_video.And thats it – it works!!!
See my ExtraHotMovies.com site for an example.
Ok I have now made new galleries in wordpress 3 and they are also working
Hi Retnuh, I just went to permalinks in the overall wordpress settings and clicked update. That was it – all thumbnail links started working again.
I have not actually made any new galleries yet since I updated to wordpress 3. I’ll do this in the next couple of days and let you know if they work ok
Thanks jasonvincik it was the update permalinks that fixed it.
I had spent hours on these forums and on google looking for a solution to this.
Don’t suppose you know why the previous/next arrowhead navigation images are only displaying the top half of the arrowhead shape in Carousel style galleries?
Thanks again anyway.
After more experimenting I think its the image browser thats not working.
The carousel style gallery seems to use the image browser so thats not working either!
Hope someone knows how to fix this – really need help…
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Iimages scaling to larger than settingsHi All – I had the problem of image scaling by the browser using the CAROUSEL gallery style. This is the solution I found.
To stop image scaling in carousel view
Under “Gallery” click “Style” to edit the CSS file.
Scroll down to section:
/* ———– Gallery list ————-*/
Under heading:
.ngg-galleryoverview div.pic img{delete: ” width: 100% “
Hope this helps someone, it took me ages to work out what was wrong!