TheServerGuy
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Cloner] Fatal Error since WP UpdateI found a fix for this error. I just forgot to share it here with everyone months ago.
Open up multisite-cloner.php and either comment out or remove line 352 to 362
/* // Submitted by Tina Matter elseif ( is_object( $data ) ) { $dataClass = get_class( $data ); $_tmp = new $dataClass( ); foreach ( $data as $key => $value ) { $_tmp->$key = cloner_recursive_unserialize_replace( $from, $to, $value, false ); } $data = $_tmp; unset( $_tmp ); } */
Forum: Reviews
In reply to: [Zendesk Chat] BE AWARE!!!I was looking at the same thing after the last two comments. It’s definitely their site cache or browser cache (if they cache html pages via their browser). No where in the script does it actually save the the chat into the database, so the only logical conclusion is cache.
Forum: Reviews
In reply to: [SuperMag] They actually built it right!I am even more expressed than my initial first impression.
First off, these guys have amazing support. I am so grateful I found them and joined their premium services.
Second, I am just amazed how well this theme runs on PHP 7.0.3 and over HTTPS. Very fast with zero problems.
Forum: Reviews
In reply to: [SuperMag] Poor Coding! Stay awayThis is how I personally feel about the theme.
Just wanted to let you guys know I am really impressed with the quality of the theme. I am so used to seeing themes made incorrectly, like having their own panels on the backend for the settings. But you guys actually did it the right way and used the built in WordPress Customizer.
Keep up the great work!
Forum: Themes and Templates
In reply to: [SuperMag] Demo ContentFor premium users such as myself, I started a new thread on the premium members forum via this url:
Forum: Reviews
In reply to: [Zendesk Chat] BE AWARE!!!Sounds like cache in my opinion.
Appreciate it!
I have the same issue. I disabled the rule in the firewall, but for the life of me, cant figure out why it says “OptinMonster 1.1.4.5 shortcode execution”. Using no such plugin.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Auto Select PageBuilder TabIn case anyone want’s to know, I was able to solve my problem using this:
add_action('admin_head', 'cddscsde'); function cddscsde() { ?> <script> jQuery(window).load(function() { jQuery("a.switch-panels").trigger('click'); }); </script> <?php }
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Auto Select PageBuilder TabI was thinking this would work, but this doesnt seem to help either. I’ve been at this for hours now.
add_action('admin_head', 'cddscsde'); function cddscsde() { ?> <script> jQuery(document).ready(function() { jQuery("a.switch-panels").trigger('click'); }); </script> <?php }
Forum: Plugins
In reply to: [Dynamic Featured Image] Get wordpress image sizesAh, great. Got it working now. TY
Forum: Plugins
In reply to: [Dynamic Featured Image] Get wordpress image sizesI want to use the large image rather than the full as my iphone takes like 5 mb images and then if I upload them, they take forever to load.
Forum: Plugins
In reply to: [Dynamic Featured Image] Swap the original feature imageHow do you use the medium or large image in wordpress instead?
Yes, I am using the Premium version. Don’t get me wrong, I can fix this myself. But having you fix your own plugin is the best idea, this way I don’t have to patch it on every update.
Good deal. Thank you