metropolisrob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page not workingThanks for the response!
My wp-config file currently reads;
define('WP_MAX_MEMORY_LIMIT' , '512M' ); define('WP_MEMORY_LIMIT', '64M'); ini_set('post_max_size', '32M'); ini_set('upload_max_filesize', '32M'); define('WP_MEMORY_LIMIT', '256M' );
does this seem correct?
Forum: Fixing WordPress
In reply to: Adding Moving ImagesHi,
That worked perfectly – as soon as I added the CSS and linked the correct picture it popped up!
Thank you very much for your help! You’ve really helped me out ??
Thanks again,
Rob.
Forum: Fixing WordPress
In reply to: Adding Moving ImagesKeeping mind if I simply change the plane section on my template from;
</div> <div id="plane-banner-recruit">
to
</div> <div id="plane">
Then the original plane appears on my template – could the gif that I created be missing something?
Forum: Fixing WordPress
In reply to: Adding Moving ImagesRight I see what you mean ?? Sorry for the confusion! And thank you for the help so far.
Only trouble I’m having now is, where would I add that on my template? Below is my code;
<?php /* Template Name: Recruiting Plane */ get_header(); $backgroundimg = retina_image(get_field('header_image'), 'full', '', TRUE); ?> <section id="main-banner" style="background-image:url('<?php echo $backgroundimg; ?>');"> <div id="animate-clouds"> <div id="cloud-1" class="cloud"> </div> <div id="cloud-2" class="cloud"> </div> <div id="cloud-3" class="cloud"> </div> <div id="cloud-4" class="cloud"> </div> <div id="plane-banner-recruit"> </div> </div> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12"> <div id="header-title" style="text-align:center;"> Work With Us </div> </div> </div> </div> <div id="animate-ground"> <div> <div id="animate-ground-paper-boy"> <div id="paper-boy"></div> </section> <?php get_template_part('content', 'flex'); ?> <section class="clearfix"></section> <?php get_footer(); ?>
- This reply was modified 7 years, 1 month ago by metropolisrob.
Forum: Fixing WordPress
In reply to: Adding Moving ImagesHi,
I’ve copied the code exactly for the front page (The top part has now enlarged/created a flying path)
What’d do you mean by background attachment? I’m a little confused ??
Sorry & thanks for the help so far!
Forum: Fixing WordPress
In reply to: Adding Moving ImagesThanks for the response.
Apologies the plane you see on the “Work With Us” Page, was the same plane as the front page (I was just testing it)
When I try add my edited plane, it doesn’t show. (Its meant to read “We’re Recruiting”
Just to confirm the page I need help on is https://www.metropolis-surveyors.com/surveying-jobs/
Forum: Fixing WordPress
In reply to: Adding Moving ImagesAfter looking a little further, I believe there maybe a lot more to this than I thought!..
- This reply was modified 7 years, 1 month ago by metropolisrob.
Forum: Fixing WordPress
In reply to: How to Edit a Page TemplateThanks for the response, Jacob.
I’m a little new to this – I’ve followed the template, I have pages such as page.php, single.php – But they’re for different pages (Not to sure which directory within my theme, this particular page would be located in)
Forum: Fixing WordPress
In reply to: Add a social media icon in footerThanks for the input – Its much appreciated.
J09 – your solution worked a charm, thank you very much for your help and for also informing me of the use of “FontAwesome”
Forum: Fixing WordPress
In reply to: Unable to update specific pageI have contacted my server host – and it appeared that I had exceeded my bandwidth for this particular page.
Forum: Fixing WordPress
In reply to: Unable to update specific pageYes you have to be logged into the site to view the actual page (But the problem consists within the WordPress dashboard)
Its a problem from within the WordPress Dashboard – Every time we click to the edit the page and add further content, it displays the error message.
So we are actually unable to edit the page whatsoever.
Forum: Plugins
In reply to: [Gallery - Video Gallery and Youtube Gallery] Loop YouTube VideoThank you for your help so far.
Forum: Plugins
In reply to: [Gallery - Video Gallery and Youtube Gallery] Loop YouTube VideoMy code now reads;
First line-73
playerVars: { ‘controls’: <?php if ($videos[$key]->show_controls==”on”){ echo 1;}else{echo 0;} ?>, ‘showinfo’: <?php if ($videos[$key]->show_info==”on”){ echo 1;}else{echo 0;} ?>, ‘rel’: <?php echo $rel_videos;?>, ‘loop’: 1, ‘playlist’: ‘<?php echo $video_id;?>’ },
last line – 79
Although now the video doesnt show in video slider.Forum: Fixing WordPress
In reply to: Problem with my siteThanks for the help, you guys are a great community!
It turns out I accidentally deleted two characters from my front-page.php template without noticing …
This was my code at the top.
<em><?php get_header(); $backgroundimg = retina_image(get_field('header_image'), 'full', '', TRUE);</em>
As you can see I was missing the “
?>
” at the end of the above code. Which was the cause of my front page not displaying.Thanks again for the help, and sorry for mucking you around!
- This reply was modified 7 years, 2 months ago by Steven Stern (sterndata). Reason: put code in backticks
Forum: Fixing WordPress
In reply to: Problem with my siteHi, Jan.
Apologies! Wasnt sure were to place it, panicked a little lol.
If you view the homepage from IE it reads the below;
The website cannot display the page – HTTP 500
Most likely causes:
– The website is under maitenance.
– The website has a programming error.Silly question – how do I access my server error log?