helpingmedia
Forum Replies Created
-
I had this problem yesterday. The previous day the image upload and switch to text editor was working fine. Then both stopped working. I tried all sorts in an attempt to fix it; disabling plugins, reinstalling, fiddling with my router, but the problem persisted. So I went to the pub to have a think and, bingo, when I returned it was working. I was able to upload images and switch from to text view without any problem. Very strange. Nothing had changed my end. So my solution is a pint of real ale – worked for me.
- This reply was modified 9 years, 1 month ago by helpingmedia.
Forum: Themes and Templates
In reply to: [Customizr] Customizr Menu won't updateHi d4z_c0nf, thanks so much. That’s fixed it, but it took some time.
When I checked I couldn’t find any plugin called WP Fastest Cache, and then I remembered that I deleted it some time ago, so I guess it had left some residual files.
I installed it again and it was telling me to change file permissions, so I deleted it again, reinstalled the latest version of WordPress and the site is now working fine.
Thanks for finding the issue.
David
Forum: Themes and Templates
In reply to: [Customizr] Customizr Menu won't updateThanks Menaka, let’s hope they can come up with a fix. David
Forum: Themes and Templates
In reply to: [Customizr] Customizr Menu won't updateJust a thought, but could it be that my server is not running the latest version of PHP?
Forum: Themes and Templates
In reply to: [Customizr] Customizr Menu won't updateSure, I don’t think I am able to add images to this forum so I will have to give you links to the screen shots which I have uploaded to my server.
- Correct menu as seen from the backend
- Correct menu as seen on the mobile version
- Old menu as seen when the site is viewed on a laptop
It’s the drop down list of earlier project work in 2012/2013/2014 seen in the third link which I can’t get rid of. I have removed it in the backend, it’s gone on the mobile version, but it is still there on the pc/laptop version.
As I mentioned earlier, I have cleared cache, have the latest version of WordPress and the Customizer theme and all the plugins are up-to-date. And the problem is not to do with my computer, I get the same issue when viewing on other laptops and macs.
David
Forum: Themes and Templates
In reply to: [Customizr] Customizr Menu won't updateHi,
I am still looking for a solution to this problem and have posted here and several times in the general forum where I was advised to post here again. Rather than start another thread I thought I should add some more information.
It seems that there is an old version of the top navigation to my site MediaIdeas stored somewhere which results in an incorrect display when viewed on a laptop or desktop. When viewed on mobile the correct version shows.
Any help gratefully received.
David
Forum: Fixing WordPress
In reply to: My live site doesn't show changes madeHi Rob,
Thanks for checking. I don’t have a caching plugin installed, and I have already posted in the Customizr forum, but I will do so again in the hope someone can find a solution. Thanks for taking the time to reply.
David
Forum: Themes and Templates
In reply to: [Customizr] Main menu different online and on mobileYes, thanks, it was the first thing I did. The site looks as it should on mobile and tablet, but has a different too menu when viewed on the web. David
Forum: Fixing WordPress
In reply to: Menu won't update online but will on mobileThanks doubleedesign, I was just thinking that. I think it’s a theme issue. I have a couple of WordPress sites with different templates and this is the only one acting up. Thanks again for all your time and suggestions. David
Forum: Fixing WordPress
In reply to: Menu won't update online but will on mobileIt’s really weird. I checked those settings – and in the Customizr template, but there was no setting for mobile. I’ve now deleted the new main menu but the old one still shows. Before I deleted it, the new one showed in previous – and on mobile. It’s like it’s remembering an old menu that is no longer there. David
Forum: Fixing WordPress
In reply to: Menu won't update online but will on mobileHi doubleedesign,
Yes, I have tried all the menus and made sure there is only one main which seems to work properly on mobile but not online.
I’ve even deleted the menu, started again, rebuilt it and still it’s showing the old menu online but the new on mobile.
David
Forum: Themes and Templates
In reply to: [Billions] Adapting Billions Theme for mobileI have been searching around and I am now able to answer my own question. Thought I would post here in case others are interested. I found WP Smart Mobile and solved the problem in minutes. https://ww.wp.xz.cn/plugins/wpsmart-mobile/
Great plug-in that has now given my old Billions site a mobile-friendly version that Google likes (actually calls awesome). 🙂
I have added a review https://ww.wp.xz.cn/support/view/plugin-reviews/wpsmart-mobile
Recommended.
David
Forum: Themes and Templates
In reply to: How to stop pages opening in a new browser on a macGood idea, Andrew, will do. Could be a browser settings issue. Thanks
David
Forum: Themes and Templates
In reply to: How to stop pages opening in a new browser on a macThanks so much for that. I will pass that one. Thanks again for taking the trouble to look into it for me.
David
Forum: Themes and Templates
In reply to: [Billions] Filling the gap next to the top front page storyHere is the code that needed to change…
In home.php on line 22:
<a href="<?php the_permalink(); ?>" title="Click to read: "<?php the_title(); ?>"">try changing to this:
<a href="<?php the_permalink(); ?>" title="Click to read: <?php the_title(); ?>">The
"are messing up the link. That should fix the issue