dada1978
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha not workingSorry, I don’t understand. I am having contact form 7 version Version 6.1.2 installed. Since reCaptcha v2 isn’t working for this, do I need to uninstall it first and then go to register reCpatcha v3 here: https://www.google.com/recaptcha/admin/create ?
Update:
I think I got it working now. Is there a way to test if it’s working properly? 😉Thanks so much!
- This reply was modified 8 months ago by dada1978.
Forum: Plugins
In reply to: [Contact Form 7] Form submitted and sent successfully but not receiving mail.I am happy to report that after contacting my host and ask to update the php script everything was working as intended.
Forum: Plugins
In reply to: [Contact Form 7] Form submitted and sent successfully but not receiving mail.Hi there, I am experiencing the same issue. Not sure how long it hasn’t been working but the validation works – just not getting any mail. Please advise!
Also, my mail server is working fine as I am receiving other emails. Just not from the contact form 🙁
- This reply was modified 3 years, 11 months ago by dada1978.
Thanks, will try using a different lightbox as per your suggestion, although I like the one selected the best. Thanks
Thanks so much, and where can I donate to your efforts? Thanks!
Thanks so much! I tried this
[gallery type='flickr' view='photosets' user_id='58572433@N04' popup='hide' layout='random' count='20' more='Load More']
and the load button shows up, however only the gif loader is loading but no images…Secondly, is there a way to replace the gif loader with an svg loader? Thanks!
Sorry, just one more thing, where exactly do I control how many images are showing and display a load more button? Thanks!
OMG, thanks so much! Yes, having AJAX enabled was the issue on the gallery only loading on refresh!
Thanks so much for the detailed information on all the points! Will try your solutions!
Hey, so I had to turn the image optimization option in your plug-in off as I have just discovered that it’s causing a conflict with the Tatsu page builder causing it to not display and show a blank page.
The particular feature causing the issue is the “Lazy-load image” option which is required to be checked for the compression setting to work. Please advice, thanks!
Update: I changed the compressor to System zip and the backup seems to have worked this time without an error! Thanks for the tips!
Hey Brad,
thanks for the amazing speedy response and the helpful video!Here is the log:
[2020-04-29 15:08:26 UTC] PHP Version: 7.0.29
[2020-04-29 15:08:26 UTC] WordPress Version: 5.3.2
[2020-04-29 15:08:26 UTC] Total Upkeep version: 1.13.3
[2020-04-29 15:08:26 UTC] Backup process initialized.
[2020-04-29 15:08:26 UTC] Starting dump of database…
[2020-04-29 15:08:26 UTC] Memory usage – limit / current / peak memory usage: 256M / 48052976 (45.83 MB) / 48094104 (46 MB)
[2020-04-29 15:08:27 UTC] Dump of database complete! $status = 1
[2020-04-29 15:08:27 UTC] Memory usage – limit / current / peak memory usage: 256M / 48058496 (45.83 MB) / 50797344 (48 MB)
[2020-04-29 15:08:27 UTC] Database dump file added to file list: /home/bionicgi/boldgrid_backup/bionicgi_wp732.20200429-150826.sql / 11281890 (10.76 MB)
[2020-04-29 15:08:27 UTC] Starting archiving of files. Chosen compressor: php_zip
[2020-04-29 15:08:27 UTC] Memory usage – limit / current / peak memory usage: 256M / 53671632 (51.19 MB) / 54240304 (52 MB)
[2020-04-29 15:08:28 UTC] Total files / size archived: 8568 / 725605580 (691.99 MB)
[2020-04-29 15:08:28 UTC] Starting to close the zip file.
[2020-04-29 15:08:28 UTC] Memory usage – limit / current / peak memory usage: 256M / 53787312 (51.30 MB) / 54240304 (52 MB)
[2020-04-29 15:08:41 UTC] Finished closing the zip file.
[2020-04-29 15:08:41 UTC] Memory usage – limit / current / peak memory usage: 256M / 53787200 (51.30 MB) / 54240304 (52 MB)
[2020-04-29 15:08:41 UTC] Archiving of files complete!
[2020-04-29 15:08:41 UTC] Archiving of files did not complete successfully: Array
(
[error] => Cannot close ZIP archive file “/home/bionicgi/boldgrid_backup/boldgrid-backup-www.bionicgirlnyc.com-ebbafa88-20200429-150827.zip”.
)[2020-04-29 15:08:41 UTC] Archive filepath / size: /home/bionicgi/boldgrid_backup/boldgrid-backup-www.bionicgirlnyc.com-ebbafa88-20200429-150827.zip / 0 (0.00 B)
[2020-04-29 15:08:41 UTC] Memory usage – limit / current / peak memory usage: 256M / 53787232 (51.30 MB) / 54240304 (52 MB)
[2020-04-29 15:08:41 UTC] PHP shutdown – Error found: Array
(
[type] => 2
[message] => ZipArchive::close(): Write error: Disk quota exceeded
[file] => /home/bionicgi/public_html/wp-content/plugins/boldgrid-backup/admin/compressor/class-boldgrid-backup-admin-compressor-php-zip.php
[line] => 266
)For 2. I have W3 Total Cache activated. How would I omit the caching files to be included?
- This reply was modified 6 years, 1 month ago by dada1978.
Forum: Themes and Templates
In reply to: [Smallblog] Feature Image and Copy Excerpt Not Being DisplayedCould anyone help me with this? I don’t understand why my featured image in a post isn’t showing up on the front page along with the excerpt, since I did everything I need to do in order for it to work. When I change the them to another theme the featured image + excerpt are perfectly being displayed. Any advise is very much appreciated! Thanks!
When I compare the Theme’s preview version to my own site preview, I notice that in the Chrome Dev tools, the <figure> tag is missing in my front page preview that is set to display latest posts:
<figure> <?php if ( is_single() or is_page() ) : ?> <?php the_post_thumbnail( 'large', $ods_thumbnail ); ?> <?php else: ?> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <span class="icon-link"></span> <?php the_post_thumbnail( 'large', $ods_thumbnail ); ?> </a> <?php endif; ?> </figure>I am puzzled because the post has a featured image selected, as well as an excerpt and the Screen Options are set to show these items. Any clues? Thanks!
Forum: Themes and Templates
In reply to: [Smallblog] Adding child theme<?php
function smallblog_child_scripts() {
wp_enqueue_style( ‘smallblog-child’, get_stylesheet_directory_uri() . ‘/style.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘smallblog_child_scripts’, 20 );?>
Thanks so much! The PixelMe! This worked!