claireford
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Setting up a link to a certain slideSorry that should read ‘another point within the slideshow itself though?’
Forum: Plugins
In reply to: [Slideshow] Setting up a link to a certain slideHi, I didn’t add any URL – I didn’t actually know about this function but I’m assuming that this allows users to click anywhere on the slide to link to another page or other location. Can I actually link to another point within the slide itself though? Or can I include a link via text outside of the slide which will jump to a certain slide?
Forum: Plugins
In reply to: [Traffic Manager] Only tracking direct accessThat’s great, thank you for your quick reply
Forum: Themes and Templates
In reply to: Two quick questions about pages within a themere 1) OK I’m not sure why but I can now access the code for the individual pages by rt clicking and choosing inspect element. Should I be able to find and edit the relevant code in this way?
Forum: Themes and Templates
In reply to: Two quick questions about pages within a theme1) I have set up a child theme but I’m not sure how to identify the code for subsequent pages. When I preview my pages, eg ‘contact us’ and then right click, inspect element, it just takes me back to the home page again. Would it be in functions.php?
2) Yes, They seem to default to alphabetical order and I can’t seem to change it so that the tabs on my home page are in the order i want them to be in.
Forum: Fixing WordPress
In reply to: Cannot preview different pages of siteozflies.com
Forum: Fixing WordPress
In reply to: Cannot preview different pages of siteStill no joy – same problem
Forum: Fixing WordPress
In reply to: Cannot preview different pages of siteI’ve used the default settings throughout so can I just hit resave? I’ve tried this and still have the same problem.
Forum: Fixing WordPress
In reply to: Editing mutliple features of a themeI’ve removed the code from the function.php file so I can log in to my site but I still need to figure out how to make the desired changes.
Forum: Fixing WordPress
In reply to: Editing mutliple features of a themeOK, so I figured that the changes that are not successful are predetermined in the parent theme so I have created a functions.php in the child theme and entered the following code:
if ( ! function_exists( ‘mantra_frontpage_generator’ ) ) {
function mantra_frontpage_generator() {
// Front page generator
}
}
#front-text2 h1{
font-size:28px;
line-height:28px;
margin-top:0px;
margin-bottom:25px;
}#frontpage blockquote {
width:88% ;
max-width:88% !important;
margin-bottom:20px;
font-size:16px;
line-height:22px;
color:#444;
}
I am now getting the following error message when I go to the website:if ( ! function_exists( ‘mantra_frontpage_generator’ ) ) { function mantra_frontpage_generator() { // Front page generator } } #front-text2 h1{ font-size:28px; line-height:28px; margin-top:0px; margin-bottom:25px; } #frontpage blockquote { width:88% ; max-width:88% !important; margin-bottom:20px; font-size:16px; line-height:22px; color:#444; }
Warning: Cannot modify header information – headers already sent by (output started at /home/ozflie5/public_html/wp-content/themes/childmantra/functions.php:21) in /home/ozflie5/public_html/wp-includes/pluggable.php on line 876HELP!!
Forum: Fixing WordPress
In reply to: Editing mutliple features of a themeFor this code the first change is to the spacing – I’ve changed the margin to 0px and this change saves ok. The second is also a change to a margin for a text block and the third is a change to the font size. The final code is changing the border of a text block – I’ve changed the padding to 5px and this change saves.
When I make the changes the site looks correct but as soon as I navigate away and come back into it only the first and last change are applied.
Unfortunately the site is under development and password protected so I can’t provide a link.
Any suggestions?