I set the footer logo to an image that was far too big, and now it is hiding everything! I can’t access the menu to change it, and pretty much can’t access anything from the admin pages.
Please help – I really don’t want to have to start all over again (no backups – there’s another lesson there for me).
]]>I’m new to WordPress and everything that has to do with websites and programming.
I want to change the picture in the contact form on my page: https://mhkoncept.dk/
The contact form is “contact form 7” plugin, but i don’t think this is where to look.
I’ve tried to find the image link in the footer.php but without luck.
Can anyone help me step by step?
Thank you
]]>Please help,
Thanks for the help!
]]>Would there be a way to add a footer image to the PDF?
I’ve tried to add a standard image tag to my custom template but it displays the following message in the PDF: “Image not found”.
I’m a 100% sure that i’m using the right img link (I also tried including the website url before the path, but still the same error).
Could someone explain the right way to do this? Thanks in advance!
Luuk
]]>https://demo.curlythemes.com/equestrian/
Someone should please help me out.
Here is my site: ymarts.com
Also, I want “Register/Login” to appear on front page, but only “Login” shows, Please help me.
]]>There is an image of a dove in the footer and it should appear behind the text on each page.
You can see that on this page: https://cymandeofficial.com/future-gigs/ it correctly appears behind the text, but on this page: https://cymandeofficial.com/homepage/ it appears in front, blocking the text.
The footer code is:
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<div class="dove">
<span><img src="<?php echo get_template_directory_uri(); ?>/images/dove.png" alt="" /></span> </div><!--dove closed-->
</div><!--wrapper closed-->
</div>
<div class="flt outer_three">
<div class="wrapper">
<p class="copy_right">Copyright @ 1970. Cymande. All Rights Reserved.</p>
</div><!--wrapper closed-->
</div><!--outer_three closed-->
<script src="https://webplayer.yahooapis.com/legacy/player.js"></script>
<script src="js/aap.js"></script>
<script>
if (window.addEventListener) {
window.addEventListener('load', function () {
accessibleAudioPlayer.init();
}, false);
}
else if (window.attachEvent) {
window.attachEvent('onload', function () {
accessibleAudioPlayer.init();
});
}
else {
document.addEventListener('load', function () {
accessibleAudioPlayer.init();
}, false);
}
</script>
<?php wp_footer(); ?>
</body>
</html>
One template where the bird appears in front of the text is:
<?php
/*
Template Name:news_page_one
*/
get_header();
?>
<style>
span.main_image img {
height:419px !important;
}
</style>
<div class="flt main_box">
<?php while(have_posts()): the_post(); ?>
<div class="flt left_side_count">
<span class="main_image">
<?php the_post_thumbnail(array(331,419)); ?>
</span>
</div><!--left_side_count-->
<div class="flr right_side_count">
<?php the_content(); ?>
</div><!--left_side_count-->
</div><!--main_box closed-->
<?php $tagu = get_post_meta($post->ID,'bototm_gallery'); ?>
<div class="flt box_bottom">
<div class="sv_footer_photo">
<?php echo do_shortcode($tagu['0']); ?>
</div>
<?php endwhile; wp_reset_query(); ?>
</div><!--box_bottom closed-->
<?php get_footer(); ?>
and a template where the bird correctly appears behind:
<?php
/*
Template Name:new_gigs Page
*/
get_header();
?>
<?php /*
<div class="flt main_box">
<div class="flt left_side_count"><div class="main_image"> <?php the_post_thumbnail(array(588,419)); ?></div></div>
<!--left_side_count-->
<div class="flr right_side_count right_side_links">
<?php while(have_posts()) : the_post(); ?>
<p class="links_pera">
<?php the_content(); ?>
</p>
<?php endwhile; ?>
</div>
</div>
<!--left_side_count-->
<!--main_box closed-->
<div class="flt box_bottom"></div>
<!--box_bottom closed-->
<!--member_page_slider closed--> <?php */ ?>
<div class="flt main_box">
<div class="flt left_side_count">
<div class="main_image"> <?php the_post_thumbnail(array(588,419)); ?>
</div>
</div><!--left_side_count-->
<div class="flr right_side_count">
<?php while(have_posts()) : the_post(); ?>
<p class="pera_gigs">
<?php the_content(); ?>
</p>
<?php endwhile; ?>
</div><!--left_side_count-->
</div><!--main_box closed-->
<style>
figure.gallery-item {
width: 10%;
float: left;
margin-left: 5px;
}
.sub_photo img
{
width:75px !important;
height:75px !important;
border: 4px solid #FFF;
}
.sub_photo
{
width:100% !important;
margin-left:0px !important;
}
.sub_photo img:hover
{
border: 4px solid #000;
}
.main_image img {
height:419px !important;
width:588px !important;
}
.right_side_count {
width:31% !important;
}
</style>
<?php
//
$tagu = get_post_meta($post->ID,'bototm_gallery');
//echo do_shortcode($tagu['0']); ?>
<div class="flt box_bottom">
<ul style="margin-left:10px !important; width:100% !important;" class="sub_photo sub_photo_gigs" class="sub_photo">
<?php echo do_shortcode($tagu['0']); ?>
</ul>
</div><!--box_bottom closed-->
</div><!--member_page_slider closed-->
<?php get_footer(); ?>
Please help me work this out. Have you any idea what is causing the dove to sometimes appear correctly and at other times block the text?
]]>I would like to add an image to my bottom footer either in the right hand bottom corner or centered and along the bottom under the widget “about us” “terms of conditions” info, whichever is easiest, I’m not too fussy in which one.
I have a child theme set up and/or I have a custom css plugin activated.
I am using The Vantage theme.
Thank You in advance for any help anyone can offer.
Here is my website: https://www.scrapbookingdelights.com.au/
I have the image in my footer at the moment but it is there with a widget and is not low or right enough for what I wanted.
]]>