ThemeForest

Standard

  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United States
graham30 says
Purchased

Fixed, My hosting company had to add a file to the IIS Server for the Permalinks to work. Thanks

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United States
graham30 says
Purchased

I like the tweeter addon, but I would like to know how do I pull in my tweets only. It is pulling in all tweets right now. Thanks….

2 years ago
Author
templateup templateup replied

if you have set your username in theme options it should only display tweets from your account. I’m not 100% sure how twitter works but maybe if someone does the @yourname it might display that as well, is that what is being displayed?

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
alexd says
Purchased

Hi there,

how can I fix the links that are displayed by the twitter addon? If I click on one of the links right now, I am ending up on the 404 page (as the links are not working).

I have also checked the demo of the theme, same problem. Any ideas?

Alex

Update: doh and sorry! It seems to be a browser related issue. In safari it’s working, in FF not. Probably not a theme issue i guess.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
YannickP says
Purchased

Great theme. I only for a few issues:

1. It seems like the twitter add on, includes the website url to every link? Kinda weird

2. Do you have some info on the “Standard” Logo, such as font and colour?

Thanks!

2 years ago
Author
templateup templateup replied
1. open includes/showcase.php and find
$tweet = str_replace(">", ">", $tweet);
add a line below it like this
$tweet = str_replace(">", ">", $tweet);
$tweet = str_replace(""", "'", $tweet);

2. font is trebuchet MS which you probably have.

2 years ago
Purchased
Default-user YannickP replied

Thanks a lot.

Now I have my own logo, but if saved in .GIF it looks like crap, and .PNG/JPEG works way better. How do I change the theme to look for a logo.png instead of logo.gif?

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
pixwand says
Purchased

I am using Standard theme on our blog www.ThePhotoArtBlog.com. I added Disqus comments and on homepage the comment & reactions are dropping out.

Is there a way I can get them in line?

Please help, I like this theme and don’t want to change it.

Cheers.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
YannickP says
Purchased

I was trying to change the various font colours to black, but by mistake, the logo seems to have disappeared, and I can’t redirect it back. What do I do?

2 years ago
Author
templateup templateup replied

hmm maybe re install it and start again? I’m not sure what you would of changed to remove the logo. To change the colors of the fonts all you need to change is in style.css

2 years ago
Purchased
Default-user YannickP replied

My thoughts exactly. I was messing around with fontstyle.css and style.css Not sure what happened. Re-installing now. Thanks!

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
Natedog27 says
Purchased

My twitter feed keeps parsing the apostrophe as ’ rather than ’ i don’t know how to fix it i have changed the parse function in the header php to

$tweet = str_replace(”<”, ”<”, $tweet); $tweet = str_replace(”>”, ”>”, $tweet); $tweet = str_replace ( ”’”, ”\’”, $tweet ); $tweet = str_replace ( ”’;”, ”\’”, $tweet ); $tweet = str_replace ( ”””, ”\’”, $tweet );

as well as in the include/showcase.php

but i am having no luck at getting it to read with an apostrophe rather than what it is showing.

any help?

2 years ago
by
by
by
by
by