mealto
Forum Replies Created
-
I also cannot get the proper syntax to hide the bar on mobile. The reason being, on the front page of this plugin: https://wordpress.org/plugins/mailchimp-top-bar/
Under How to hide the bar on small screesn?
There must be a syntax error that is causing the CSS instructions to not display properly.
Can you take a look?
Let me clarify. I have added the proper hidden field. Can you provide me with the proper syntax so I don’t break the functions.php file for using the permalink to grab the page the user is on when signing up? This is the line I need proper syntax for to work in functions.php. Can you help?
echo ‘<input type=”hidden” name=”NAME” value=”<?php esc_url(the_permalink()); ?>”>’;
Forum: Plugins
In reply to: [Simple Author Box] Warning: call_user_func_array()Getting there, I have been watching for the milestones. Thx!
Forum: Plugins
In reply to: [Boxzilla - WordPress Popup Builder] Hide From Users Except AdminThanks for the reply. I will see if the next update resolves this issue. Otherwise, I will look for a plugin to remote items for other roles. Thanks.
Forum: Plugins
In reply to: [Redirection] Redirection versus Modified PostsThanks John for clarifying it’s just a label and not a functional setting.
So we are doing more testing and here is more info. We have enabled CRON job inside cpanel for every minute already. for Can you help?
1. If we run this in wp-config, BackWPup gives us this error;
Job “Backup Local and Dropbox” has started, but not responded for 10 seconds.
define(‘DISABLE_WP_CRON’, false);
define( ‘ALTERNATE_WP_CRON’, false );
define( ‘WP_CRON_LOCK_TIMEOUT’, 60 );2. BackWPup runs like so:
define( ‘ALTERNATE_WP_CRON’, true );
define( ‘WP_CRON_LOCK_TIMEOUT’, 60 );But we are getting many URL’s logged (in apache domlogs and Google Analytics)
https://www.domain.com/post-title/?doing_wp_cron=123123123.231231123
How do we not have our users land on these ugly URLs? I believe these are generated from ALTERNATE_WP_CRON.
Any ideas?
Will do, I can’t wait! Just awesome!
That sounds like a great plugin. Yes, the User Role plugin is overly complex like the Drupal role administration screen. Thanks.
Thanks for your reply. It would be great to include this fantastic function in the near future 🙂 Thanks again for taking the time to reply!
Fantastic, let me check it out. Thank you.
This is new dedicated server so we can adjust resources as we like. I would like to try it so that we can increase any parameter we need to see the package built to completion.
What parameters should we tweak and what settings do you suggest trying first?
Alright, we are one more step ahead. Zip Archive has been enable and the plugin runs. Now for the troubleshooting.
1. I get to the Build Status page and it is a Host Build Interrupt
2. The data center tech also looked into the log files and made some tweaks but the result is still a host build interrupt.
– Increased max execution time and max input times were increased3. Checking the package logs, it shows each step was completed successfully. So now we are not sure if the problem lies with the scan and status display or with the package creating process itself.
4. Tech also said log does show that mysqldump, which is present on the server, is not supported – but still creates the dump.Noticed the tech has increase Mysqldump PHP Code to query size of 2000 already.
I am going to ask them to crate a mysql dump manually and compare the resulting sizes with what is inside the package.
What do you think we can try to resolve this? I want to be sure everything is at 100% and no missing data is migrated to the secondary location.
Thanks!
Add-On: Just tested this. As the host build interrupt mesasge is shown, I checked both The Packages screen, and it shows a red status. This is mirrored by the /wp-snapshots folder still changing. So that tells us that the process continue to run in the background. When it completes, I see all the files created inside this folder.
So I guess we need to know if the package is complete and why we would see the Interrupt warning before the build completes?
Thanks again!
Forum: Plugins
In reply to: [Smart Slider 3] Dynamic Slider Not Updating After New Post is PublishedThanks. I will have to try editing the generator to set cache to 0 hours and see if this resolves the issue. Appreciate your help on this, thanks!
That helps. Let me figure out why the server is throwing a Zip Archive Enabled Error. Is this a PHP module that needs to be enabled?
I wanted to make an update so it may help others. Thank you Brandon for replying to my email. His comments were very helpful in the troubleshooting. Long story short, it turned out to be a browser issue.
This was happening in Google chrome and no matter how many plugins I disabled, purging cache, delete browser cache, the problem kept returning. In short, using another browser solved the problem. The problem also did not occur while using Chrome in incognito mode. Then finally deleting cache AND cookies fully in Chrome fixed the issue!
Again, thanks so much Brandon!