acuvic
Forum Replies Created
-
Wow a wonderfully fast response! Thanks Sayontan, used fancybox 3 and all worked again.
Can close this support query.Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] Remove “view” linkThanks very much Sayontan, that worked a treat. No more linking captions!
Yes Google always seem to do things differently and pull features (picasa and now Google+, etc.). I’ll consider Flickr, SmugMug and Instagram when I have some time.
Forum: Reviews
In reply to: [Classic Editor] Thank GoodnessI’ve ditched Gutenberg too. I am an experienced web designer/developer and cant get Gutenberg to do the simplest things. Thank god we can disable it!
Forum: Plugins
In reply to: [Simple Cache] Fatal error after last updateSame thing happened to my site. Disable Simple Cache and site works again. Wonder if it is compatibility with WordPress 5.0 update? Are all of you who are on the pre-WP5 having problems too?
Hey Taylor, a year later I have the same problem. Flushing the cache does work, but then a day or so later, it then sticks in non-https stylesheet links in the header (link rel=’stylesheet’) . Trouble is, it only uses the non-https stylesheet links on some of the pages and uses https on others.
Deactivating the plugin makes it all perfect. I tried to delete and re-install the plugin but the problem still exists. The problem page varies so it is not consistent.
Sorry I cannot give any specific problem page url as I had to take out the plugin to placate the client! but if it helps, it’s https://heavenscentbliss.co.uk
Please don’t say the site looks ok, of course it will – I’ve had to deactivate your plugin to keep my client happy.
Thanks Ben, just what I needed. Here’s the code I used for anyone not familiar with hooks – it is added to functions.php
// Text added before password protect form. Remove when site becomes live add_action('password_protected_before_login_form','my_text_before'); function my_text_before() { ?><h1><img src="http://example.com/img/logo.png" alt="SITE_NAME" width="300" height="auto"></h1><br /><h1>Development Site</h1><br /><h3 style="text-align: center;">Staging site for development only</h3><?php }Replace “http://example.com/img/logo.png” with your own logo URL if needed.
Thanks Fowler – you helped me make up my mind NOT to use this plugin. Feedback from experienced users are incredibly useful.
@dechtman Any chance of telling us how you solved it? Thanks
Forum: Plugins
In reply to: [Live Composer - Free WordPress Website Builder] Live Composer: Adding a LogoHey Bluemoon, how did you do it in the end? Google search brought me here so I would be interested in your solution, please.
Thanks for a fast reply – I’ll probably use the script as I’m moving from a http to a https domain.
Forum: Plugins
In reply to: [Live Composer - Free WordPress Website Builder] How to give anchor to row?Hi chemistrap1, not sure exactly what you wanted to achieve, so here’s a method to add add an anchor to a specific part of a page (I’m thinking “row” that you mentioned).
- Add an html</> module just above required location (row)
- Click the gear symbol on the module
- Type in ‘
<a id="your_id"></a>‘ in the html box
To jump to that row use the hyperlink
<a href="#your_id">Click here</a>if you are linking from the same page.
From a different page, use<a href="http://pageURL#your_id">Click here</a>
And from a Live Composer Button add#your_idin the URL box.Sorry if your question was about something else entirely! But it might help others…
Forum: Plugins
In reply to: [UpdraftCentral Dashboard] Problems on locally hosted WPHi David, thanks for your response. OK I abandoned using the Desktopserver due to other issues and am trying out WAMP server instead. Due to setting up the completely new environment, I will close this thread and will open a new one if problems exist in the new one. Thanks again
Forum: Themes and Templates
In reply to: [Tribute] Header off center and menu in header imageAh.. the problem is that the header image is being tiled horizontally. But strangely the title and tagline is on the first tile only …. the mystery deepens. Need a little more investigation.
Forum: Themes and Templates
In reply to: [Tribute] Header off center and menu in header imageOK, tried a few things more. Deleted the previous theme (Tecblogger) – no change. Reloaded Tribute theme (put it on Twenty Sixteen delete Tribute and then downloaded and activated again) no luck.
Running out of ideas. Hey Devs, if you see this problem, it’s a nice little challenge – probably just a few minutes pondering to solve? Please
Forum: Themes and Templates
In reply to: [Tribute] Header off center and menu in header imageoops, the shared server i/o limit has been hit – site will need time to recover! 🙁