mattartley
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Logo URL – different to home pageThis is now working since the theme update! thanks very much ??
Forum: Themes and Templates
In reply to: [Blocksy] Logo URL – different to home pageI’m glad! I thought I was going mad ??
No hot fix required – next update is great.
Thanks for all your updates and great theme!
Forum: Themes and Templates
In reply to: [Blocksy] Logo URL – different to home page<?php if (! defined('WP_DEBUG')) { die( 'Direct access forbidden.' ); } add_action( 'wp_enqueue_scripts', function () { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); }); add_filter('blocksy:header:logo:url', function ($url) { return 'https://www.barneysdeli.co.uk/shop'; });
ignore I think it’s my lack of ability to use a forum ?? I’ve now added it as a code snippet
Forum: Themes and Templates
In reply to: [Blocksy] Logo URL – different to home pagethough maybe now I’ve spotted the problem – I don’t know why it’s added ’ on the end… let me just remove that and see what happens..
Forum: Themes and Templates
In reply to: [Blocksy] Logo URL – different to home pageThanks ??
this is my functions.php:
<?php
if (! defined(‘WP_DEBUG’)) {
die( ‘Direct access forbidden.’ );
}
add_action( ‘wp_enqueue_scripts’, function () {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
});add_filter(‘blocksy:header:logo:url’, function ($url) {
return ‘https://www.barneysdeli.co.uk/shop’;
});If we can’t resolve I’ll sort you some login creds this evening when I get back to a computer (out on site at the moment). Thanks for all your help!
Forum: Themes and Templates
In reply to: [Blocksy] Logo URL – different to home pageThanks for awesome response ??
However – it doesn’t seem to work! I’ve added it exactly as you’ve put it, changed URL to the URL I want it to point at, but when I click it it still just takes me to the website home page. I’ve cleared cache etc.
I tried removing the ” around the website – and that broke the site, so it’s definitely reading the php file etc.
the version I’m on is newest, 1.7.53
site is https://www.barneysdeli.co.uk
Forum: Themes and Templates
In reply to: [Blocksy] Upgrade fromI purged everything from wp fastest cache, deleted all the minified css and html – then rebuilt the cache. Everything working, cache, css animations, everything! consider it solved ?? thanks for help.
Forum: Themes and Templates
In reply to: [Blocksy] Upgrade fromSeems to be a problem with “WP Fastest Cache” – if I disabled that plugin then the header works as expected. But that creates then issues with my css animations! So I’ve disabled that as well, but now everything is updated and working ?? I’ll implement a different cache and see how it goes.
thanks for all your help.
Forum: Themes and Templates
In reply to: [Blocksy] Upgrade fromI thought it would be cache so I tried emptying it but it made no change. I’ll disable the cache, disable the companion, upgrade and see if I can make it work.
I’m quite busy today with work stuff – but i’ll try and fix it tonight. Thanks for all your help ??
Forum: Themes and Templates
In reply to: [Blocksy] Upgrade fromunfortunately the header is still not correct.
It looks correct in appearance > customise, it looks correct if I view it logged into wordpress, it however doesn’t look ok if I look at it on another computer or in incognito browser. so I’ve had to restore the backup again.
Forum: Themes and Templates
In reply to: [Blocksy] Upgrade fromThanks Andrei ??
Updated and sorted out the header. Thanks for rapid concise answer! enjoy your day.