719 comments found.
Guys —> Followed all steps of your Twitter Feed Solution (and also updated to latest theme version) twitter feed still not working? When trying to edit the /js/twitter/index.php file [there is no content to follow in this file 0bytes] PLEASE HELP WITH THIS – - - Thanks http://www.jenstevens.co.uk/
My Twitter Feed doesnt work anymore. What can I do ? Modified on: Thu, 9 Jun, 2016 at 1:45 PM
We are aware that Twitter has updated their APIs and we have to refactor our Twitter widget according to the Twitter policy.
What does it mean ? If you bought the theme prior June 13th 2016, you are using the old version of the API. We are currently working to refactor the twitter widget. In the mean time, your current Twitter widget is not working.
Temporary Solution In order to use a Twitter feed on your website, you need to tell Twitter that you are the owner of account used. To do this, you need to create a Twitter Application.
Here’s the steps
Creating a Twitter Application The Twitter Widget will never ask for your password, as it gets all your required data from the Open Authentication keys and secrets you will get by creating your application at Twitter. It also means that if you change your twitter password, you won’t need to update any of the details of your Widget.
Go to https://apps.twitter.com/ and sign in. Click “Create New App.” Enter a unique Name (anything you want), a Description (again this is just for you), and your site’s URL. You can leave the Callback URL empty as it is not used for this implementation. Yay, success – OK! Click the “Keys and Access Tokens” tab. Click the button “Create my access tokens”. See screenshot: http://d.pr/i/17Uhs Now you should see all the keys that are required. See screenshot: http://d.pr/i/1go15
Good. Now you will need to edit a file on your server to enter these API keys.
If you are using the theme LUSH, IRONBAND or DRIVER: Locate your theme folder on your FTP (it’s usually located in wp-content/theme/). Edit the file located here: {your_theme_folder}/js/twitter/index.php Replace the 4 current api keys by your own you created when you logged in apps.twitter.com (step above) Save the file and upload it to your server.
That’s it.
If you are using the theme FWRD: Locate the plugin iron-music on your FTP (it’s usually located in wp-content/plugins/iron-music). Edit the file located here: {your_plugin_folder}/iron-music/js/twitter/index.php Replace the 4 current api keys by your own you created when you logged in apps.twitter.com (step above) Save the file and upload it to your server.
Thats it
You might have to repeat the steps above when we will release a complete fix after June 13th 2016
Gary
OUR SINCERE APOLIGIES – - We now have this working – Simple added the new API to social media in theme – PERFECT!!! Thanks
We have released a new update today for the twitter isse.
Thank you,
Alexandre
Twitter Live Feed has stopped working? Pls Help?? Thanks
http://www.jenstevens.co.uk/Hi GBDesign Sudio,
We will release a update tomorrow for this issue.
Thank you
Alexandre
Just updated theme to latest version and twitter feed is still not displaying? Pls see here -> http://www.jenstevens.co.uk/
Have you downloaded Ironband 2.1? Maybe you have updated your theme before our release.
Alexandre
It’s anybody having issues displaying tweeter updates ?
Hi Massivegroove,
We are working on this issue. This is our priority right now. For now I can only give you a temporary solution. Please read the documentation below: http://support.irontemplates.com/support/solutions/articles/13000012331-my-twitter-feed-doesnt-work-anymore-what-can-i-do-Thank you.
Alexandre
Love the theme, great job on it and support! I just have a few questions as Im having some issues/dont know where to edit.
1. All pages background color. I changed it to black, or grey and nothing happens, it appears with the red wave look. How can I override this to be a plain colored background?
2. Slideshow main page, the font is HUGE – how can I make it smaller, and if possible not in all caps?
3. Same goes for the words on the page (headers) (ex: home page for latest posts, or events, or the headers on each page, such as biography at the top. Its massive.
4. How to get rid of the “quotes” on the top right. I want to keep wording in there, just remove the quotation marks.
Thank you!
Brandi
Hi Bguerreri,
1- Please go to wp-admin > Ironband > Look and Feel. And remove the background image. http://d.pr/i/1aylT2-The text in the slider is hardcoded. You cant edit them without custom css. Please go to wp-admin > Ironband > Look and Feel. Scroll down and copy in the custom css field:
.marquee .text-box h1 {
font-size: 50px;
text-transform: none;
}
3-Go to wp-admin> Ironband > Typography and edit the “Heading 1 Typography”
4- You cant remove the quotation mark without css. Please go to wp-admin > Ironband > Look and Feel. Scroll down and copy in the custom css field:
.blockquote-box blockquote::before , .blockquote-box blockquote::after{content:””;}
Thank you.
Alexandre
Thank you! All except the background image worked. i had done that in the beginning, it still shows a red wave background to me. I want just a solid color. Even when I set a color and save, it still doesnt show the background color (only the demo waves). All the background fields show empty as Ive removed it from all of the fields.
Brandi
Hi bguerrero,
Sorry, It is my mistake. Ironband always display a background image. So to by pass this, add this in the custom css.
body{ background-size: 0px; }
Thank you
Alexandre
Thank you! I uploaded it with a different background so I’m happy. Here is the site in reference. www.edmontondjservices.ca
Couple more things:
1. How to clean up the height of the footer? We just want copyright in there and social media, no logo – so its quite high now. I just want to clean it up. Is there a way to centre the copyright info as well?
2. How to change the font type of the slideshow?
3. How to change the animation of the slideshow? I’d like more fade than what is there now.
4. Is there a way to always have the social media icons on the header and footer highlighted (like when they are hovered over), and then when hovered over I can choose a different color?
5. There is something that shows up on the bottom of each page of the website, facebook share, tweet, pin it, etc – is this just on my screen or is this built into the site? If so, how do I disable it if its built into the site?
6. Mobile view (iphone and samsung so far): - How to disable the mobile slideshow? It cuts off in half when viewed on my samsung. - I notice that one image on the “meet the dj” page is clear when viewed on my desktop, however fuzzy on the mobile. Why? All of the other images are just fine.
Thank you!
Hi bguerro,
What you are asking is a little bit beyond the scope of our customer support. You need to do some custom CSS to make what you want.
1) You can start with this: #footer:after{ content: ””; display: table; clear: both; } #footer>div{ float:right; width:50%; padding:0; } #footer{ padding-top:0; } .footer-row .text{ padding: 35px 0 0 20px; } .footer-block .social-networks{ padding: 5px 20px 0 0; }
2)Test in the slideshow is hardcoded. You can only change it with css.
3)Ironband dont offers this option.
4)Custom CSS
5)Please go to wp-admin>Ironband>Social Media And remove code in the “custom Social buttons” field.
6)@media (max-width: 480px) { .marquee__container{ display: none; } }
Thank you,
Alexandre
i’ve installed your theme, but i get a message on wordpress admin:
“Your theme (IronBand Child — Music Band & DJ Theme) contains outdated copies of some WooCommerce template files.”
Is it safe to install latest WooCommerce template?
Hi Bniceaa,
A new update will be release next week to correct this issue. For now is still safe to install the latest WooCommerce Template.
Thank you.
Alexandre
Can i create a menu/page that shows the photo albums(categories) in grid instead of just photos? I have 100’s of photos and i want to be able to put them in “photo albums” to organize the photos better.
Hi Bniceaa,
You could use a third party gallery plugin to for your images. Here are a few:
https://wordpress.org/plugins/nextgen-gallery/ https://wordpress.org/plugins/envira-gallery-lite/Thank you
Alexandre
thank you for the reply. If i used the 3rd party plugin, do i abandon the photos ]that is included witht the template? If I install envira-gallery will i still be able to sort/filter?
Hi Bniceaa,
Yes you will need to create new photo gallery, so you will abandon the old one. A third party plugin is not supported by our customer support. I can’t garantee every feature will work fine, but a know some Ironband users are happy to use it. Both plugin, nexgen-gallery and envira-gallery are able to sort.
Thank you,
Alexandre
hello, i just purchased your theme, but theres no install instructions included in the zip file. am i missing something?
Hi Bniceaa,
Here a link to the documentation: http://support.irontemplates.com/solution/folders/13000000508The Zip file supposes to have a readme file:
README
Thank you for your purchase
You are one step away from enjoying our nice Wordpress Theme.
The IRONBAND Theme Documentation is available through the Theme Options Panel.
To install the WordPress theme, follow these steps within the Admin Area:
- Go to Appearance / Themes - Click on the Install Themes tab - Click on Upload - Browse for the ironband.zip file located in the THEME folder within the package you have downloaded from Theme Forest.
Once the theme is installed, you will be redirected to the Theme Options Panel.
Thanks
Alexandre
IronTemplates.com
How do you Add Pagination to the Photo Gallery I have over 100 photos I can not keep scrolling how do i add them to pages so they can click next for more?
Hi djcalesp,
For now unfortunately we can not view photos on several page. We note your need.
Alexandre
The theme contains outdated files of Woo Commerce files. Thanks to this I am losing customers! Why you don’t make the updates on time, is that why I paid for? Not functional theme??? The other problem is that after update even you download your Style file, some things need to be changed again, lots of work, lots of waste of time!
Hi. Oh mymy. So sorry. So the theme is not functional? Could you explain what is not working exactly because on our side, everything seems to works a1. You are the first user who report this. Could you please open a support ticket at http://support.irontemplates.com and our support team will assist you asap.
Thank you very much,
Maxime
I just told you what is not working! And I have created a ticket. I repeat: THE IRONBAND THEME CONTAINS OUTDATED FILES of WOO COMMERCE. No longer compatible with the new Woo Commerce version, got it???
Ticket has been replied and resolved. Thanks.
hi there, i have installed the theme but when adding pages it won’t let me. just a blank page. i have had this issues before and one of you guys added a line somewhere. please help.
Hi there,
Umm, you’re the first one who report this issue. Could you please open a support ticket at http://support.irontemplates.com and provide us access to your wp-admin and also FTP ?
Thanks,
Maxime
Hi There. Before I purchase this theme I was wondering if you could load all Gigs at once (on the gigs page) versus only 10 at a time/having to scroll down to load more?
never mind. I got it. Thanks.
Hello,
I have been working with the template for a while now, and I got to the point where I am looking at the responsive design.
All though I found a problem. We can’t seem to change the header banner size to fit.
Also I can see there are files missing. ipad.css / allmobile.css.
Can I still get those files maybe it is connected to one another.
Please help me quick!
Thanks
Hi Br-ro,
If we look at the Ironband demo, we can see that it is responsive. If there is a issue with your site, please open a support ticket at http://support.irontemplates.com and our support team will assist you. Don’t forget to provide us your URL address and if possible, a temporary access to your wp-admin.
Alexandre
Hello,
Is it possible to turn the lightbox off or use it for all images on the site?
I’m using the photo album on a photo page but I have other photos on other pages I want to open in lightbox when clicked. If I don’t have another lightbox plugin activated , the lightbox only works on the photo page. If I activate another lightbox plugin and click an image on another page it opens in 2 lightboxes.
Any way to fix this?
Thanks
Hi,
It’s hard for me to figureo out how to do, because I do not know how your plugin works. I think that you will have to edit the file photo.php.
Thank you,
Alexandre
Hello, just bought your theme and it seems to work good. I want to build my own custom home page, not using the widgets. How can I accomplish this? I thought visual composer was included? Want to add custom blocks of content to the home page. Can you please help?
Hi Diedoro,
Sorry, but Ironband is our only theme that does not use a bulider page. Ironband is designed to be built with widgets. You can, however, use the text widget to put the html tag.
Alexandre
Importing demo content and just getting a spinning wheel, created a ticket and support told me a crazy piece of code I would have to find and edit. Just spent $60 on this 10 minutes ago can’t someone help me by making this work correctly…
support if you can here me, go to ticket #3392 and access my account to make the demo content load please.
Hi Bennybailer,
We are working on it.
Thanks,
Alexandre
Hi Bennybailey,
I have reopened your ticket.
Alexandre
Hello,
How can i hide the title on slide? Any code?
Thanks!
Ho Codeproduction,
You can delete the title in the title field. Please go to wp-admin>Slides. Or if for some reason, you need to do it with css code. Please add this in the custom css.
.slide h1{ display: none; }
Thank you.
Alex
Thanks a lot!
hi guys i am trying to import the “default data” (cloning your demo) and i am getting the spinning wheel of death. I’ve had it running overnight now and nothing is happening…please help asap.
Hi,
Could you please open a support ticket at support.irontemplates.com and provide us access to your WP-Admin. Our support team will assist you
Thanks
Maxime
How to rename “ironband-child” to our “custom-name”? We received warning in header:
Warning: filemtime() [function.filemtime]: stat failed for ../wp-content/themes/custom-name/style.css in /public_html/wp-content/themes/ironband/includes/setup.php on line 895
Hi there,
Which version of IronBand are you using?
Maxime
Latest
2.0.3
Hi Fruitfulcode,
Could you please open a support ticket at http://support.irontemplates.com and our support team will assist you. Don’t forget to provide us your URL address and a temporary access to your wp-admin.
Alexandre
Problem can’t be resolved without submit a ticket? Just try to rename you child theme in other name for example “custom-name”
He Fruitfulcode,
There should not be any problem to rename the child-theme. I do not understand why it does not work with your site. If you want me to investigate. I need admin and ftp access.
Alexandre
Try to reproduce this on localhost server, FTP is not needed for this
Do you have a solution or updates?
Hi fruitfulcode,
I can’t reproduce your issue.
Alexandre
Ok, I will setup demo with problem for you, if you can’t rename child theme on localhost
I have submit a ticket #3205
How to remove copyright with image in the footer?
Hi Fruitfulcode,
You can only remove his containt. Go to wp-admin>Ironband>footer option and remove all logos and texts.
Alexandre
Hi. In the live preview there is a shop section. Does it come with the template or is it an external plugin? If so, what plugin? Thx, Thomas
Hi Immersium,
Ironband is made with woocommerce. You dont have to buy for the woocommerce.
Alexandre