WakeUpWorld
Forum Replies Created
-
Thanks for your reply. Are you saying I need to download the zip file, manually upload it to wordpress and activate it and it will work just fine?
I am with Inmotion Hosting on an dedicated server.
Yes, I upgraded from 2.2.4
Thanks
I deactivated the plugin via FTP and installed a previous version.
All working again, I hope a fix can be released for this issue?
Thanks for your advise. I thought by deactivating jetpack and then having WPTouch work, that meant the conflict was identified as being jetpack?
Are you saying that if I pay for the Pro version that this issue will not exist for me anymore
Cheers?
The Jetpack modules that I am using are limited to
Stats
SharingThanks Grantkessler, I have submitted the issue to JetPack.
But isn’t the issue more with WPTouch rather than JetPack? If everything was working fine with JetPack before the major update of WPTouch, it would suggest that the issue lays with WPTouch to me?
Do you have JetPack Polv89? Disabling JetPack has worked for some. It seems to continue to work for some when it is reactivated, but unfortunately not for me.
Thanks for the info Kellyalan. I did the same. Deactivated JetPack and WPTouch worked straight away.Have re-activated JetPack again and WPTouch is giving me the smiley face issue again ??
Hi, I am getting this issue as well on my site wakeup-world.com
The mobile site 1/2 loads, then I get a white screen with the ?? symbol in the top left hand corner.
I have deleted the plugin (including all files) re downloaded and activated. Followed https://www.bravenewcode.com/support/knowledgebase/optimizing-caching-plugins-for-mobile-use/#W3totalcache and checked twice that the settings are correct. But I am still getting the ??
ps… current the plugin is deactivated so mobile users can access my site.
Thanks in advance for any help
Forum: Themes and Templates
In reply to: [discover] Change the background color & height of the nav menusThanks for your reply and help
The site is https://productb-info.com/
Forum: Themes and Templates
In reply to: [discover] Change / Delete the "Download Now!" buttonI need to remove the “Download Now” button as well.
Can someone please point me in the right direction?
Thanks
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Share by Email not workingHi Jeremy,
I have updated the footer details as per your advice, but there appears to be no change in the spacing. I implemented this on my dev site https://spiritmindbody.info/
Below is what the last part of my footer.
Any luck on the email share issues with chrome and firefox?
Cheers
Ryan
<?php echo do_shortcode(stripslashes(get_mystique_option(‘footer_content’))); ?>
<!–[if lte IE 6]> <script type=”text/javascript”> isIE6 = true; isIE = true; </script> <![endif]–>
<!–[if gte IE 7]> <script type=”text/javascript”> isIE = true; </script> <![endif]–></div>
</div>
</div>
<!– /footer –></div>
</div>
<!– /shadow –><?php if($jquery): ?>
<!– page controls –>
<div id=”pageControls”></div>
<!– /page controls –>
<?php endif; ?><!– <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. –>
</div>
<?php wp_footer(); ?>
</body>
</html>Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Share by Email not workingHi and thanks for your reply.
It would appear that the only web browser it works correctly with is Internet Explore.
It doesn’t do anything in Chrome and in Firefox it does populate the email box, but displays it further down the page where you cant see unless you scroll down.
Thanks for the layout tip. I will test it out on my dev site.
Thanks for your help, it is appreciated.
Cheers
Ryan
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Share by Email not workingHi,
We have the same email issue with our site https://wakeup-world.com
Any advise would be greatly appreciated Jeremy.
Thanks in advance.
Forum: Plugins
In reply to: [W3 Total Cache] 500 Internal Error on Admin – Public View of Site OkThanks for your reply mykkal.
I found the most basic version (as per below) and uploaded it via ftp, but still can not access wp-admin
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressI also added in “memory_limit = 64M” into the php.ini file