philmurray
Forum Replies Created
-
Forum: Plugins
In reply to: [Widgets for Google Reviews] Only Old Reviews Showinghi Guys – just wondered if you had an update on this one please? Thanks
Forum: Plugins
In reply to: [Widgets for Google Reviews] Only Old Reviews Showing
Thanks - is this ok?
URL: https://www.mullangallagher.com
MySQL Version: 10.6.20
WP Table Prefix: wp_
WP Version: 6.7.2
Server Name: www.mullangallagher.com
Cookie Domain: www.mullangallagher.com
cURL Version: 7.29.0
SSL Version: NSS/3.90
CSS path: /var/www/vhosts/mullangallagher.com/mullangallagher.com/wp-content/uploads/trustindex-google-widget.css
PHP Info:
Version: 8.3.19
Memory Usage: 79.66MB
Memory Limit: 256M
Max Upload Size: 16M
Max Post Size: 16M
Allow URL fopen: On
Allow URL Include: Off
Display Errors: Off
Max Script Execution Time: 30 seconds
WP_HTTP_BLOCK_EXTERNAL: not defined
WP_ACCESSIBLE_HOSTS: not defined
Plugin: Widgets for Google Reviews
Plugin Version: 12.6.1
Options:
active: 1
page-details: {
"id": "ChIJG-9B_z0VYUgRETUlxsmFJZU",
"name": "Mullan Gallagher Dental Care",
"address": "35 St Patricks Ave, Downpatrick, BT30 6DW, United Kingdom",
"avatar_url": "https:\/\/lh5.googleusercontent.com\/p\/AF1QipPWNoXPn8uWUSUQuut2QEbZoH-8yjR08DRidBKb=w256-h256-k-no-p",
"rating_number": 17,
"rating_score": 5
}
subscription-id:
proxy-check:
style-id: 16
review-content:%reviewer_name%
%created_at%
%text%
Load more
PLATFORM_NAME rating score: RATING_SCORE of RATING_SCALE, based on RATING_NUMBER reviews
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 3 years, 11 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
http://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 9 years, 3 months ago by philmurray.