themeblossom
- Microlancer Beta Tester
- Exclusive Author
- Sold between 50 000 and 100 000 dollars
- Has been a member for 2-3 years
- Bought between 10 and 49 items
- Referred between 10 and 49 users
722
Purchases
Buyer Rating:
4.00 stars
4.00 average based on 40 ratings.
-
5 Star
2152%
-
4 Star
922%
-
3 Star
410%
-
2 Star
12%
-
1 Star
512%
| Created | 30 August 12 |
| Last Update | 30 August 12 |
| Columns | 2 |
| Compatible Browsers | IE9, Firefox, Safari, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0 |
| Compatible With | WooCommerce 1.6, WooCommerce 1.5 |
| Documentation | Well Documented |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- biography
- campaign
- candidate
- clean
- countdown
- debate
- democrat
- donation
- elegant
- gallery
- politics
- republican
- selections
- shop
- voters
© All Rights Reserved themeblossom -
Contact Envato Support


I tried your fix above for the Twitter Feed problem and got this error. Fatal error: Cannot redeclare class TB_Twitter_Activity in /home/zackgmc/public_html/zackmcconnell.com/wp-content/themes/candidate/includes/widgets/tbTwitterActivity.php on line 68
My will not load.
I appreciate your help and will send you the account login information to your email address.
Hi Zack,
I will look at it asap.
Thanks.
Hi Zack,
we have fixed this on your server. When you added new file with changed content, you told system that it should declare another widget with the same name and that’s why it broke.
Anyway, now it is working (we also changed Twitter username).
re other stuff you have requested via email, it will be fixed tonight.
Hello,
I have a question about the events: Most events happen on a single date only, but the template requires 2 dates. If you use the same date, then the template reads “From November 15th to November 15th.” But if you use no second date, it gives an error like “From November 15th to December th”. Ideally, you should be able to set an event to be a single date (and time if desired!) That way the event bar would read just the date in question (ie: “On November 15” or just “November 15”).
Also, it’s not really clear how to click through to event details. I figured it out eventually that you have to click on the photography—and not the location name or date text, not the black background. It would be better if you could click on that text, or on the text of the bar, to load the actual event information!
Hi nnick,
thank you for your purchase
Re campaign trail dates: this is planned for next update
Re event clickable area: just change z-index of link in campaign-trail to 4: http://support.themeblossom.com/discussion/21/campaign-trail-clickable-area
If anyone wants to fix this now and not wait, this code works.
In campaign.php, find:
(p)From <?php echo $startDateArray[‘monthname’] . ’ ’ . $startDateArray[‘day’] . $startDateArray[‘sufix’]; ?> to <?php echo $endDateArray[‘monthname’] . ’ ’ . $endDateArray[‘day’] . $endDateArray[‘sufix’]; ?>(/p)
and replace with:
<? if ($endDateArray[‘day’]==”“) { ?> (p)On <?php echo $startDateArray[‘monthname’] . ’ ’ . $startDateArray[‘day’] . $startDateArray[‘sufix’]; ?>(/p) <? } else { ?> (p)From <?php echo $startDateArray[‘monthname’] . ’ ’ . $startDateArray[‘day’] . $startDateArray[‘sufix’]; ?> to <?php echo $endDateArray[‘monthname’] . ’ ’ . $endDateArray[‘day’] . $endDateArray[‘sufix’]; ?>(/p) <? } ?>
as long as your second date is blank, it will write “on xxx” instead of “from xxx to yyy”.
I changed the p tag to (p) since the one using <> was filtered out. You get the idea.
Also, my twitter widget isn’t populating: I tried both the twitter account username and the twitter ID. When I copy-pasted the link:
https://twitter.com/statuses/user_timeline/#TWITTERID#.json?callback=twitterCallback2&count=3into a browser, it says
twittercallback2({errors, that page does not exist”,code
Do you need OAUTH or something?
Hi nnickk,
it was answered in comments already and on support forum:
http://support.themeblossom.com/discussion/1/change-of-twitter-api#Item_1Thanks and regards
I fixed the twitter problem. Anyone else having the problem, find this line in tbTwitterActivity.php in includes/widgets:
<script type=”text/javascript” src=”http://twitter.com/statuses/user_timeline/<?php echo $twitterID; ?>.json?callback=twitterCallback2&count=<?php echo $tweetsNumber; ?>”></script>
And replace it with:
<script type=”text/javascript” src=”https://api.twitter.com/1/statuses/user_timeline.json?screen_name=<?php echo $twitterID; ?>&callback=twitterCallback2&count=<?php echo $tweetsNumber; ?>”></script>
This worked for me, anyway!
How to change UPPERCASE headings to TITLE CASE ?
Hi proffsg,
thank you for your purchase.
OK, open style.css and find several appearances of these elements h2, h3, h4 with uppercase formating. Change
text-transform: uppercase
to
text-transform: capitalize
If you like, we can change it for you, just send us an email (use contact form on our profile page)
Thanks
How to change also UPPERCASE post title to TITLE CASE ?
I change uppercase to capitalize but it didn’t work.
ok,
can you please send us an email with site URL and login details if possible. Use contact form from our profile page.
Thanks.
Anyway to hide certain parts of this template? Such as the donation button and countdown section?
Also can you change the name of the “On the Campaign Trail”?
Trying to use this for something other than a campaign…
Hi nlaurenrusso,
everything is possible.
Most of answers you already have in previous comments or on our support forum.
“On the campaign trail” wording can be changed if you change file campaign.php just find appropriate string and replace it to fit your needs.
Oh yes: thank you for your purchase
My slider won’t work. I uploaded a picture onto it but it just shows up gray.. www.alexandermonje.com
As far as I can see, everything is working. Just use 940×310 because those dimensions are optimal for this part of site.
i would also like to display a much larger logo and have it centered. saw that you emailed the way to achieve this in another post.
http://74.53.37.147/~langleya/ tracievh@cox.netHi tracieh,
as we wrote in our email, just send us logo (or at least logo dimensions) so that we can help you.
Thank you for your purchase
Hello,
How to display the theme in white ?
Thancks !
Hi adamouadah,
not sure what you want?
Hello !
I want to change the background.
Today, we see different colors : Blue at the top and Red in the bottom.
I want a simple background in white
http://nufr.fr/Thancks !
ok, ok. Here is a solution for your site:
1. open style.css
2. go to line 176 and change background attribute:
background: #fff !important;
3. go to line 238 and remove complete background attribute
4. go to line 621 and change background to:
background: #fff !important;
5. go to line 624 and remove complete background attribute
6. go to line 625 and change background attribute:
background: none !important;
Please let me know about results.
Hi, i like this theme, i was looking google maps options, but i see your preview and i can’t see it, could you tell me how can activate this?. thanks
You need to add latitude and longitude in
‘Candidate Options’ -> ‘About Us’ -> Google Maps
I strongly recommend this tool:
http://universimmedia.pagesperso-orange.fr/geo/loc.htmhello again, my client doesn’t like the bounce in the slide in photo section, exist any way of cancel it? I try in themeblossoms.js deleting line 150 slideEasing, but it doesn’t work, so also changing slideEasing: “easeOutBounce”, to “easeOutQuad” ‘cause is the only effect i could see here http://slidesjs.com/#docs
Thank.
Hi erk,
yes, you did what it takes to remove easing effects.
Sometimes, you need to clean a buffer of your browser so that changes on JS files can take effect. Try in different browser.
You can send us URL of your site (and login details if possible), and we will check what is happening.
Hello! I bought your template a few days ago. First of all, you did a great work guys! Than i have a few questions please:
1. How can i delete the login / sign up bar at the top of the site? 2. How can i delete the Donate Button? 3. How can i delete the Countdown? 4. How can i change the month names in the timeline at the bottom of the site? The month names are written just in english, but i have to write it in german… for example: december – december or january into januar 5. How can i change the favicon? I did this in the backend, but the icon is always the same as first, the candidate favicon…
It would be very helpful to get answers to this questions! =)
Thank you!
Hello gesta,
thank you for your purchase
Here we go:
1. #topNav {display: none;}
2. #donate {display: none;}
3. #campaign {display: none;} 3a. or completely empty content of campaign.php
4. is this helpful:
http://support.themeblossom.com/discussion/30/date#Item_15. can you check in other browsers (maybe your default browser is set to have a large buffer). Or hit CTRL +F5 to empty it.
I want to hide both the countdown and the events on the home page http://dontripp49.com/
Add this in your style.css:
campaign {display: none;}
or completely empty content of campaign.php
Hi, I love your product, but i need your help.
1. I want to remove the ON The CAMPAIGN TRAIL at the bottom. How do i do that.
2. Also, i want to put an analog clock in place of the donate button. Please how do i do this.
Thanks in advance
Hi jezgyd,
thank you for your purchase.
1. empty the content of campaign.php
2. please be more specific: do you want to include analog clock through some kind of plugin/script?
Please advice me on that. I don’t know which one will work best. I need your expert knowledge about the clock stuff. Thanks a million
Hi
To be honest, we never had a chance or need to use analog clocks in our work.
On the following link, you can find several examples (plugins/scripts) and I think that all of them will work for you as planned:
http://www.jquery4u.com/plugins/10-cool-jquery-clock-tutorials-analog-digital/Regards
Hi, I’ve just purchased this theme. Tried installing it on a newly and clean Wordpress version 3.4.2 and when I activate it I get an 500 error page on the admin.
I can see the site running but cannot see the wp-admin pages.
Am I using a wrong version of Wordpress?
Thanks
You are using one of supported versions. Can you try to login on wp-login.php instead on wp-admin?
Did your host change server settings?
Also, can you please send us a link and login details (if possible) on our email and we will try to help you.
I recently purchase this item. My Sidebar doesn’t work. All the pages are in wide layout. I need it asap. Thanks.
Hi itsmerock,
yes, default template is wide one. Just choose ‘Page with sidebar’ from list of available templates and everything will be cool.
If you want to have only pages with sidebar, just replace names of files page.php and page-sidebar.php It will save some time during page publish
Hello!
Please send me sample content.
Is possible change width of logo, because name of organization soo long?
Hi Stiv,
thank you for your purchase.
ok, send us a private email (you can use contact form on our profile page)
Yes, changes are possible with few lines of code changed. Send us your logo and we will send you changed files in a reply.
Thanks and regards
impressive design but any chance this theme can be made to be responsive? seems to be the only main thing missing that my client would want. thanks
Hi Okish,
as we wrote previously, we plan to make it responsive during December.
Thank you for your interest
Hi there, How can I activate or configure the ” On the Campaign Trail? ” Thanks.
Hi itsmerock,
you should add couple of events and trail will appear. Also, if you want a countdown, set it in theme options.
Thank you for your purchase
Yes I add date. But even the event page it doesn’t work. I don’t know what happens. Thanks.
as I wrote in another reply to you, you added event page, but there aren’t events added or at least events with future date.
Can you check this, please?