/images/ag-logo-min.jpg” alt=”” />
The full URL of the image in the above the code is /wp-content/themes/rph/images/ag-logo-min.jpg
I’m wondering where this “themes” folder is and how I can upload an image to the correct location, grab the link then swap it out in the code?
]]><?php the_field(‘_address1’,18); ?><br />
<?php the_field(‘_address2’,18); ?><br />
T: <?php the_field(‘_phone’,18); ?>
I go to customization for my 2012 desktop theme, and there is no footer to edit. My mobile theme, which I get through WPTouch Pro, has a footer to edit. Can I use the code in the mobile footer to add to my Custom CSS in my 2012 destop theme?
]]>Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.
I was able to update this prior to updating WordPress.
I have tried de-activating all plugins this has not resolved it.
I am using a lightsail Bitnami instance on AWS. I have 4 other instances that all now have the same error when trying to update the Theme Footer.
]]>While trying to eliminate the standard footer text by Think Up Themes, I deleted a line of code that has now removed my homepage slider. Can someone provide the original code that belongs immediately after <div class=”copyright”> (see below). My site is (www.basa.ca) and I have never altered the footer code previously, so the standard code just needs to be added back in. Thanks so much.
<?php if ( has_nav_menu( ‘sub_footer_menu’ ) ) : ?>
<?php wp_nav_menu( array( ‘depth’ => 1, ‘container_class’ => ‘sub-footer-links’, ‘container_id’ => ‘footer-menu’, ‘theme_location’ => ‘sub_footer_menu’ ) ); ?>
<?php endif; ?>
<!– #footer-menu –>
<div class=”copyright”>
<?php /* LeeMacBar Design
</div>
<!– .copyright –>
</div>
</div>
</footer><!– footer –>
</div><!– #body-core –>
<?php wp_footer(); ?>
</body>
</html>
I’ve successfully added a slide-in/slide-out footer to my website by altering the theme footer.
The problem I am facing is in trying to remove the footer from the homepage only. Adding css to hide the footer does not work, leaving only a blank template to slide in/out.
I guess the changes I have to make are to the footer.php
If anyone can assist me in doing so, I would be so grateful!
Thank you.
]]>https://www.ads-software.com/plugins/auto-terms-of-service-and-privacy-policy/
]]>Thanks!
Install a custom CSS plugin like Simple Custom CSS, and enter the following code:
.credits .fright span { display:none; }
That should do it.
]]>here’s a screenshot of the part i want to change:
how do i change them?
]]>