nichere
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] preload key requestsI conducted a lighthouse audit in Google. It suggested to fix “preload key requests” in order to speed up the page.
Forum: Themes and Templates
In reply to: [OceanWP] Adding images side by sideI worked it out, but it does not display properly on ipad for some reason.
Forum: Themes and Templates
In reply to: [OceanWP] desktop display vs mobile displayyes that worked …thank you ??
Forum: Themes and Templates
In reply to: [OceanWP] desktop display vs mobile displaythat worked except for the “street portrait” section at the bottom
Forum: Themes and Templates
In reply to: [OceanWP] desktop display vs mobile displayOk Thanks, But why don’t the headings respond also ?
Forum: Themes and Templates
In reply to: [OceanWP] Page scroll to idThanks, Yeh, I changed the ID from #sp to #splink and it works now.
Forum: Themes and Templates
In reply to: [OceanWP] google fontsI worked it out i think
I added multiple fonts at once
https://fonts.googleapis.com/css?family=Monofett|Vast+Shadow|ZCOOL+KuaiLe
?? ??
Forum: Themes and Templates
In reply to: [OceanWP] google fontsI added the code to functions.php
the H1 works but not the below. When i add the code into page editor…it gets automatically deleted for some reason. I just want to be able to have different font styles for headings and titles because it looks cool.CAT YAWN
BABY PORTRAIT
STREET PORTRAIT
function custom_add_google_fonts() {
wp_enqueue_style( ‘custom-google-fonts’, ‘https://fonts.googleapis.com/css?family=Wallpoet’, ‘https://fonts.googleapis.com/css?family=Vast+Shadow’, false );
}
add_action( ‘wp_enqueue_scripts’, ‘custom_add_google_fonts’ );Forum: Themes and Templates
In reply to: [OceanWP] google fontsi have not add the code yet. I dont know the correct placement for the google fonts code.
<div id=”scrollback”>
<h1 id=”tpw” style=”text-align: center;”>“Tachileik Photo Walk”</h1>
<h5 style=”text-align: center;”>Jan 2019</h5>
<h5 style=”text-align: center;”>?Click to Scroll to Section?</h5>Forum: Themes and Templates
In reply to: [OceanWP] google fontsYes but that will change all <H1> headings in my website no ?
I only want to change one heading on one page. many thanks
Forum: Themes and Templates
In reply to: [OceanWP] post not displaying custom CSS in iphone or ipadyes that worked, thanks..
Forum: Themes and Templates
In reply to: [OceanWP] post not displaying custom CSS in iphone or ipadyes i added in the child theme stylesheet.
I will do as you suggest. thanks
Forum: Themes and Templates
In reply to: [OceanWP] fetch as google partialThe font awesome script I removed but, it still finds it?
There is a link to the contact form page.
I dont know what the others are
Forum: Themes and Templates
In reply to: [OceanWP] Inserting Google tag managerthanks
Forum: Themes and Templates
In reply to: [OceanWP] Inserting Google tag managerYeh, so i went into my cpanel, copied the header.php to the child then uploaded the tag manager script to the header and body. Job Done