Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all 13405 articles
Browse latest View live

NiallASD on "get_footer not appearing after inserting another line"

$
0
0

Hi all,

Hope I'm asking this in the right place, if not let me know - I could really use some help with this issue.

I added the following line to page.php

<?php comments_template(); ?>

Doing this has caused the result of the following line to disappear from all pages containing it (a copyright wrapper) - incidentally this is the last line of page.php.

<?php get_footer(); ?>

Here's the CSS:

#disqus_thread {
	width: 739px;
	margin: 0 15px;
}

.copyrightwrapper {
	position: relative;
	top: 30px;
	bottom: 0px;
 	float: left;
	width: 904px;
	color: #999;
	padding: 5px 0px 25px 0px;
	margin: 20px 15px 0 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px #ccc;
}

.copyright {
	float:left;
	font-size: 12px;
}

.comigo {
	float:right;
	text-align: right;
	font-size: 12px;
}


Here's a page with the results of the code

It seems the footer appears, but vanishes once the Disqus comments load.

I'd really appreciate any help with this as it's been doing my head in for a while now!


julians on "[Theme: OnePress] How to add images to footer?"

$
0
0

Sorry, seems like all changes got deleted after the theme update. The contactame section is still not located on the right column but underneath. What could make it stay there?
Many thanks!

congthien on "[Theme: OnePress] How to add images to footer?"

julians on "[Theme: OnePress] How to add images to footer?"

$
0
0

Ok, I will adjust it in the child theme from now on. Thank you for that.
Concerning my question regarding the position of the image in the footer (www.helgaknoderer.com) - shouldnt it be organized as .col-md-4 if you want three equal columns?
Sorry for the

congthien on "[Theme: OnePress] How to add images to footer?"

$
0
0

You should read my previous reply again :

I see you put it in wrong position. You should put the CONTÁCTAME section in <div class="col-md-4">... </div>

http://prntscr.com/b4p0k5

Also you need remove div class=col-md-1. The total of column is only 12.

julians on "Footer Bottom, Image i added doesn't align with text and other symbols."

$
0
0

I have the same issue and cannot seem to move my image in the footer up to thr right next to the other divs. Here is the url http://www.helgaknoderer.com

How to move it up and align it?

Thanks

sterndata on "Footer Bottom, Image i added doesn't align with text and other symbols."

$
0
0

please post a link to your site, exro

julians on "[Theme: OnePress] How to add images to footer?"

$
0
0

I did all that but it doesnt change - bit frustrated here as I cant seem to get it moved, sorry.
Anyhow, thanks for the support.


congthien on "[Theme: OnePress] How to add images to footer?"

epicdevspace on "get_footer not appearing after inserting another line"

$
0
0

Hi

Close the discuss thread div before loading the footer.

Let me know if this helps :)

cwkelly3 on "[Theme: Personal Portfolio] How do i change the footer of personal portfolio theme?"

$
0
0

++ NOT RESOLVED. The Personal Portfolio theme is nice, and would be a welcome addition to my site were it not for the image and text in the footer. If I can't remove it, as Gary said last month, the theme is worthless.

tonyx4x44 on "[Theme: Customizr] adding link in footer credits"

$
0
0

this is the edited code. just copy and replace

add_filter( 'tc_copyright_link', 'tc_fotograf_copyright_link' );
function tc_fotograf_copyright_link() {
	    $fotograf_ossum_text = sprintf('Designed by <a href="http://www.skyprintllc.com/">Skyprint</a>', esc_url( home_url() ) );
	    return $fotograf_ossum_text;
}

add_filter( 'tc_credit_link', 'tc_fotograf_credit_link' );
function tc_fotograf_credit_link() {
		$fotograf_ossum_text = '';
	    return $fotograf_ossum_text;
}

tonyx4x44 on "[Theme: Customizr] adding link in footer credits"

NiallASD on "get_footer not appearing after inserting another line"

$
0
0

That's it now, I feel like a fool for not noticing what was so obvious!

Thanks for your help epic!

ansari89 on "How to i change the logos at the bottom of the page"


epicdevspace on "get_footer not appearing after inserting another line"

$
0
0

It happens to all of us at some point! :D

All the best!

turnrow on "[Theme: Illustratr] adding content in footer"

$
0
0

I would like to add a line of content to the footer in Illustratr that would be centered. I have already used CSS Manager to set the footer so it is always open. It shows the social menu and a newsletter sign up form. I would like both of those to go away and the new line of content (similar to a copyright line) to be centered in the footer (side to side and top to bottom in the space) with nothing else. Thanks!

Siobhan Bamber (siobhyb) on "[Theme: Illustratr] adding content in footer"

$
0
0

Hi again. :)

I think the simplest steps for you to achieve what you're after are as follows:

  • Navigate to Appearance > Widgets in your admin area.
  • Remove the existing widgets from the Footer area in the upper right hand.
  • Select the Text widget from the list of widgets on the right and add it to your footer.
  • Enter the line of content you wish to display in the footer to the main Content area of the Text widget and save the changes.

Once you've added the Text widget, add the following custom CSS in order to centre it in your footer:

.widgets-wrapper .widgets-area .widget {
    width: 100%;
    text-align: center;
}

Let me know how you get on with that.

sterndata on "How to i change the logos at the bottom of the page"

$
0
0

Check your dashboard to see if there are any theme options that might reference the footer. If not, check the footer.php file for your theme to see if the logos are hard coded there.

You might also check with the people who designed/developed your site, http://www.pntglobal.com/

Team Heateor on "[Plugin: Sassy Social Share] How to remove scripts from header?"

$
0
0

Cleaning up the header, I'd like to move the function heateorSssLoadEvent that's in the header, to the footer.

This has been fixed from version 2.4. Kindly update your plugin.

Viewing all 13405 articles
Browse latest View live




Latest Images