WOWTALKS
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Review Slider] Allow user to filter reviews by categoryThanks for replying, and apologies for my delayed response!
Forum: Themes and Templates
In reply to: [Primer] Show Hero header widget on all pagesAh!
Thanks for the reply. If I have, I can’t recall what. I’ll have a look and see. I have some custom CSS for the hero. Would that be a problem?
Best,
Forum: Themes and Templates
In reply to: [Primer] Show Hero header widget on all pagesP.s I put in in with another bit of mu code also so maybe the problem lies there?
Full code here:
<?php
add_filter( ‘get_custom_logo’, function ( $html ) {
$new_logo_url = ‘https://idiscover360.com/’; // <– Just change this.
$search = sprintf( ‘<a href=”%s”‘, esc_url( home_url( ‘/’ ) ) );
$replace = sprintf( ‘<a href=”%s”‘, esc_url( $new_logo_url ) );return str_replace( $search, $replace, $html );
} );
/**
* Rehook existing primer hero content
*
* @action init
*/
function rehook_primer_hero_content() {remove_action( ‘primer_hero’, ‘primer_add_hero_content’ );
/**
* Display content in the hero element.
*
* @action primer_hero
*/
add_action( ‘primer_hero’, function() {dynamic_sidebar( ‘hero’ );
} );
}
add_action( ‘init’, ‘rehook_primer_hero_content’ );Forum: Themes and Templates
In reply to: [Primer] Change href of the logoHi Evan,
That worked. Thanks V much.
Best,
James
Forum: Themes and Templates
In reply to: [Primer] Change href of the logoThanks Evan!
I’ll give that a go.
Best,
James
Forum: Themes and Templates
In reply to: [Primer] Change logo urlThat worked. Good tip to know too! Thanks very much.
Best,
James
Forum: Themes and Templates
In reply to: [Primer] Change logo urlBecause Velux is already a child theme of Primer, creating a new child theme and activating it isn’t possible. I tried adding the template tags file to the velux folder also but it the url remained pointing to home..
Forum: Themes and Templates
In reply to: [Primer] Change logo urlHi,
Sorry, it didn’t work, the logo is still pointing home. Any ideas?
Best,
James
Forum: Themes and Templates
In reply to: [Primer] Change logo urlSweet. Thanks very much!
Forum: Plugins
In reply to: [Collapse-O-Matic] Everything below expanded section getting blanked out.OK cool. Thanks!
Forum: Plugins
In reply to: [Collapse-O-Matic] Everything below expanded section getting blanked out.Thanks. No luck I’m afraid. It seems to be something to do with parallax. If the sections below have fixed images they work, if parallax they don’t!
Forum: Plugins
In reply to: [Advanced iFrame] Fix call out buttonOK. Sorry, just saw this message. Thanks very much for getting back me.
Forum: Plugins
In reply to: [Advanced iFrame] Fix call out buttonHi mate, thanks for getting back to me. The button is on the same place but is on separate event posts. Do you mean write code in my website to cover over the eventbrite page in the iframe?
If you go here: https://www.wowtalks.tv/events/ and click on an event in the iframe you will see the button I’m talking about. It is on the left just under the ticket form. I’m pretty stuck as to how to fix it!
Thanks again,
James