philmurray
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Extended Search] Search Box Missing from Search Results PageI got it sorted out using a different solution so please ignore the request above
- This reply was modified 2 years, 5 months ago by philmurray.
Forum: Plugins
In reply to: [WP Broadbean] Display Job Info on Archive Pagehi Mark
I am using genesis framework and a child theme so I can make a call to any function in my functions.php for the theme;
So this code below [placed in my functions.php] will hopefully work to output the JOB INFO below the DESCRIPTION on archive pages.
However I need to add the Template Tag – your_template_tag(); What is the template tag I should use?
—————-
add_action( ‘genesis_after_entry_content’, ‘wpbb_get_job_meta_data’ );
function wpbb_get_job_meta_data() {
if( is_archive() ) {
your_template_tag();
}
}
—————-thanks
Philip
Forum: Plugins
In reply to: [WP Broadbean] Display Job Info on Archive Pagehi Mark
my theme has a functions.php file — can the wpbb_get_job_meta_data() function be called in there instead?
regards
Philip
Forum: Plugins
In reply to: [WP Broadbean] Job Industry title changeThanks Mark – i will try it
Forum: Plugins
In reply to: [WP Broadbean] Display Job Info on Archive PageMany thanks Mark – i will try that
and in a similar way if I wanted the DESCRIPTION removed from the Archive Page — so the Archive just showed TITLE and JOB INFORMATION — how would I edit the template file?
Do i just comment out a specific function?
regards
Philip
Forum: Plugins
In reply to: [Real Estate Manager - Property Listing and Agent Management] Price in EurosForget last question – i can see the EURO option in Settings
thanks
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Page Content Jumpinghi mark
Ok – the same thing is happening on another demo site I am building — it is fine in Safari but in Chrome this inline CSS is added – the margin-top element
<div class=”site-inner” style=”margin-top: 119px;”>
Yet if I inspect the same page in Safari the margin is set to zero
Is this inline CSS being added by the plugin? and if so how can I fix this so it doesn’t cause the page content to jump down in Chrome or other browsers?
thanks
Phil
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Page Content Jumpinghi Mark
yes it only happens when the plugin is activated – seems to be adding some inline CSS to the .site-inner I think.
It is fine in Safari but most noticeable in Chrome really – So i am not sure if it is something specific to the Chrome browser?
cheers
Phil
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] no padding for content below sticky elementhi Mark
Just wondering if you had a solution for this one?
thanks
Philip
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Sticky element sitting over headerit’s ok – seemed to be caused by have the CHECK FOR ADMIN TOOLBAR ticked – so I unticked that and it works fine now
regards
Phil
Forum: Plugins
In reply to: [Page scroll to id] page scroll to id not workinghi Malihu
i seem to have it fixed now – working fine when offset is .site-header
cheers
philip
Forum: Plugins
In reply to: [Page scroll to id] page scroll to id not workinghi Malihu
if you look at this demo site i am building
https://www.fingerprintdigitalmedia.com/miskelly/
when you click on the START TOUR link – it is meant to scroll down to a widget called text-3 — but seems to scroll down further than intended.
i set offset as .site-header [because I have the site header positioned below the initial large image.
any ideas how I can get it to scroll to the correct location please?
thanks
Philip
Forum: Plugins
In reply to: [Page scroll to id] page scroll to id not workinghi Malihu
i am having a similar problem where the link is sliding down but only until the target link is visible. Whereas I want it to slide right down to the actual target link.
where is the SCROLL TO LOCATION HASH in the Settings?
thanks
Philip
- This reply was modified 7 years, 9 months ago by philmurray.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Not Working on iPadHi Mark
thanks for the fast reply.
I just checked it again and it is now working on iPad – but what seems to be happening is there is about a 1.5sec delay in the menu appearing as sticky along the top of the iPad in landscape mode — whereas on Mac [using Safari] the .site-header sticks immediately to the top of the screen once I scroll the page.
thanks
Philip
Forum: Plugins
In reply to: [Insert Html Snippet] HTML snippet breaks visual editorhi ESMI — any idea when this issue with the visual editor will be fixed please?