clarkelz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Adding Yoast Breadcrumbs after page and post titleHi, it’s been three months and no response!! Can anyone help with this issue please? I have a large site and breadcrumbs would be very useful indeed.
I would like the breadcrumbs to appear underneath the page/post title and before the featured image.
I have activated breadcrumbs in Yoast and tried the code in several templates but no luck –
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>The site is now live
Thanks
Bibs
Forum: Fixing WordPress
In reply to: Error after update to 4.9HI, thanks for your response. I have tried a new theme and deactivated all plugins with no luck.
I have not changed any php files.
Thanks again
Forum: Plugins
In reply to: [Page Specific Menu Items] Unable to install pluginHi I am unable to install this plugin too and get the following error – The plugin does not have a valid header.
I have also tried to download it from the webpage https://www.ads-software.com/plugins/page-specific-menu-items/ but the install fails.
I have looked online for fix and have consequently checked that the zip file doesn’t contain another zip file.
I am on WordPress version 4.7.4
Can you provide a fix please?
many thanks
Forum: Themes and Templates
In reply to: [Shop Isle] About Us page template not showingHi I have just installed the plugin and had the same problem. However, thanks to the advice from Kaspanova I have been able to fix this by unzipping the plugin folder and uploading the template-about.php to the Theme folder.
thanks
Imon has supplied the solution as follows –
add this code into customize => additional css
.branding {position:relative !important;background:#1b1a1a !important;}
Thanks Imon, you’ve been very helpful indeed ?
Panic over! After what seemed like ages searching in a blind panic for a solution I found this article about Jetpack https://wpgarage.com/tips/turn-mobile-view-remove-proudly-powered-wordpress-hint-jetpack/
There is a setting –
Mobile Theme
Optimise your site for smartphones and tablets.I turned this off and my full site appeared.
So nothing to do with Safreen theme. Hurray!
I should add that the logo is the correct size and has been cropped. 150 x 150 as theme requests. Please can you help as this is ruining the rest of the site?
thanks very much
Forum: Plugins
In reply to: [The Events Calendar] Change title “Events for”Thanks again Caroline you have been very helpful indeed! ?
Forum: Plugins
In reply to: [The Events Calendar] Change title “Events for”Hi Caroline
I added that snippet to my Themes Customising – Additional CSS section and it worked! ?
Excellent, thanks very much indeed.I have one final tweak – I would like to change the Find Events button to say “Search for Availability”
is this possible please?
Thanks again ?
Forum: Themes and Templates
In reply to: [Safreen] Removing meta data on postsHi Imon
That worked!! Many thanks indeed for you assistance.
Forum: Plugins
In reply to: [The Events Calendar] Change title “Events for”Hi Caroline
That’s worked!! YAY! Thank you SO much ?
Finally I would like to remove the Export Events button. I have looked through your forum and tried several css and function file snippets with no luck.
Could you help please?
Thanks very much
Forum: Themes and Templates
In reply to: [Safreen] Header imageOK Imon, thanks for your response then.
Forum: Plugins
In reply to: [The Events Calendar] Change title “Events for”Hi Shelby
thanks for your response. I have looked at the documentation and as I only want to change the title (from Upcoming Events to Check Availability) I added the code snippet from the bottom of this page https://theeventscalendar.com/knowledgebase/altering-or-removing-titles-on-calendar-views/ to my child theme functions file. However it keeps breaking my site.
Here is what is currently on my child themes functions file – perhaps the code snippet doesn’t work with my Theme? –
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’, array( ) );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’, 10 );// END ENQUEUE PARENT ACTION
Forum: Plugins
In reply to: [Maintenance] Page content displays on top of Maintenance log in screenHi there, update to plugin has fixed this issue now. Excellent! Thanks very much indeed.