Quantcast
Channel: Topic Tag: footer | WordPress.org
Browsing all 13545 articles
Browse latest View live
↧

mium on "Customizr - remove site title from footer AND move nav bar"

I have two questions: 1) I would like to remove the site title from the footer. I have successfully modified the functions php to add my own info but cannot figure out how to remove the site title. 2)...

View Article


tzinser on "[Theme: Origami] Remove footer for pages"

Thanks again Saeed. I'm not an expert in cod after a little study your suggestion worked perfectly.

View Article


digitalsky on "How can I load certain JavaScripts only on blog pages?"

Here's the situation I'm having. I am developing a site and on the single post pages of the site I am using various social sharing buttons (i.e. Google+, Facebook, LinkedIn, Twitter, etc). I am...

View Article

esmi on "How can I load certain JavaScripts only on blog pages?"

Are you enqueueing this javascript correctly via your theme's functions.php file?

View Article

digitalsky on "How can I load certain JavaScripts only on blog pages?"

I'm not sure if I need to do that since one of them is just an inline JavaScript snippet that looks like this... <script type="text/javascript"> (function(d){ var f =...

View Article


esmi on "How can I load certain JavaScripts only on blog pages?"

Does it still need to be enqueued if it's not actually a JavaScript file? Yes. It still is a .js file. Just not one hosted on your server.

View Article

digitalsky on "How can I load certain JavaScripts only on blog pages?"

Gotcha, I wasn't aware of that being that I'm more of a 'designer'. I added the majority of the social sharing buttons to one .js file I created here......

View Article

digitalsky on "How can I load certain JavaScripts only on blog pages?"

Of course, I spoke to soon. Here's the issue now. I'm enqueueing the script in my functions.php file like this... // Add our own JavaScripts. function custom_scripts() { // Register the scripts...

View Article


TechnoWolf1 on "[Theme: Vantage] Circle Icons in Footer"

Yeah the header icon is a typo, well they are available right above the footer right now, but will put them in the footer as well so you can see how they line up.

View Article


batharoy on "[Theme: Vantage] Circle Icons in Footer"

.widget_circleicon-widget { clear: none; } Will align the footer widgets horizontally in the footer.

View Article

TechnoWolf1 on "[Theme: Vantage] Circle Icons in Footer"

Brilliant worked great now I just have to figure out how to change the text to white

View Article

batharoy on "[Theme: Vantage] Circle Icons in Footer"

.widget_circleicon-widget .circle-icon-box h4 { color: #fff; }

View Article

TechnoWolf1 on "[Theme: Vantage] Circle Icons in Footer"

Thanks a bunch!

View Article


digitalsky on "How can I load certain JavaScripts only on blog pages?"

I figured it out. This is the code that did the trick (this goes in the function.php file)... // Add our own JavaScripts. function custom_scripts() { // Register the scripts wp_register_script(...

View Article

rdellconsulting on "Customizr - remove site title from footer AND move nav bar"

Easier if you give us a link to your site. Did you check the snippets for 'Menu'?

View Article


ElectricFeet on "[Theme: Customizr] Lost 3rd widget of footer"

Could you explain what you mean by "lost"? Does the widget area appear in Appearance > Widgets?

View Article

sophie on "How to center copyright info in footer!"

Im using a child theme of twently twelve, how do i center the copyright info in the footer, and make it bold and include a copyright symbol? Thanks! http://betterhousekeeper.com/

View Article


bopjo1 on "Loading jQuery & javascript in footer"

Hi, I would like to load the bundled jQuery and my other javascript files in the footer. I put the following code in my functions.php and it loaded the javascript files in the footer via the...

View Article

ElectricFeet on "[Theme: Customizr] Text Area Under Footers"

Delete whatever you have in footer widget areas two and three and add: #footer_one { width: 100%; } to your CSS. That will give you one wide footer.

View Article

Jose on "Loading jQuery & javascript in footer"

You actually want to use wp_enqueue_scripts instead. You can do it with just a few changes: function load_js_files(){ wp_enqueue_script( 'bootstrap-js', get_template_directory_uri() ....

View Article
Browsing all 13545 articles
Browse latest View live