gcwp
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Background] How increase space for the videoRajan
yes, enabled and working – see front page
but you see from my other post I have lost the menu from the static front page – it is there on the, e.g. other pages.
Geoff
Forum: Plugins
In reply to: [Video Background] How increase space for the videoRajan
I notice that the header with the menu options does appear in other pages, eg venues
how do I get the menu back onto the static front page?!
Geoff
Forum: Plugins
In reply to: [Video Background] How increase space for the videoRajan
thanks for that ! I had also created the child dir inside the twentythirteen folder. Have made corrections and now the video space fills the front page.
Many thanks!
I just need now to get the menu back – ?
Geoff
Forum: Plugins
In reply to: [Video Background] How increase space for the videoI can see your pic but nothing like that shows up on my setup!?
Geoff
Forum: Plugins
In reply to: [Video Background] How increase space for the videoRajan
so far the child theme does not appear in Appearances/Themes ..
How/where do I enable the child theme?
Geoff
Forum: Plugins
In reply to: [Video Background] How increase space for the videoI have created the style.css and functions.php and uploaded them into
/public_html/wp-content/themes/twentythirteen/twenty-thirteen-child
but not sure whether I have added all required info .. anything wrong or missing? Geoff1. style.css
/*
Theme Name: Twenty Thirteen child
Theme URI: https://geoff-ideas.co.uk/twenty-thirteen-child/
Description: Twenty Thirteen Child Theme
Author: Geoff Cox
Author URI: https://geoff-ideas.co.uk
Template: twentythirteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: increase size of space for video background
Text Domain: twenty-thirteen-child
*/.site {
max-width: 100%;
width: 100%;
}
.vidbg-container {
overflow: visible !important;
}2. functions.php
<?php
function theme_enqueue_styles() {$parent_style = ‘parent-style’;
wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘child-style’,
get_stylesheet_directory_uri() . ‘/style.css’,
array( $parent_style )
);
}
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
?>Forum: Plugins
In reply to: [Video Background] How increase space for the videoRajan
thanks – but where do I add this? never used child theme before!
Geoff
Forum: Fixing WordPress
In reply to: how edit static front page?thanks Michael – will try the link you give.
Geoff
Forum: Fixing WordPress
In reply to: how edit static front page?Hello Michael
it is called “Video Background” …
Geoff
Forum: Fixing WordPress
In reply to: how edit static front page?Thanks for your reply Tara.
The theme is “Twenty Thirteen” – it was downloaded as a new theme from within the admin pages for the site.
Geoff
Forum: Plugins
In reply to: [The Events Calendar] how give text a white background – not transparent ?Ah! Thanks for the inspect tip. Am just reminding myself about Firebug too!
Cheers
Geoff
Forum: Plugins
In reply to: [The Events Calendar] how give text a white background – not transparent ?Found out how to add css file into a directory I created in my theme folder using ftp access to the site server.
This link given to me by the Tribe folk was very helpful.
The file I uploaded was called tribe-events.css and had in it #tribe-events-content {background-color: #fff;}
Cheers
Geoff