ThemeForest

Crumble - Responsive Wordpress Magazine / Blog

  • Bought between 1 and 9 items
  • France
  • Has been a member for 0-1 years
cotto Purchased

Hy Zerge

I enter my feedburner url in the widget and I get an error http://couarailband.legtux.org/

thanks for help

ZERGE

Hi cotto,

I think you need to activate the FeedCount service (found in the left-side navigation on feedburner.google.com) http://www.youtube.com/watch?v=J5hYWED-B5Y
Default-user
cotto Purchased

i activate Feedcount but error always present

ZERGE

Send me a message through my profile with accesss to your WP admin panel.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

What does the alpha and omega mean on the column shortcuts?

I’m having issues with getting the 4th column to work properly (you will see it is very slightly above the rest as I have just left that paragraph without any column short cut around it)- http://cantheyscore.com.previewdns.com/?page_id=6717

ZERGE

Alpha removes the margin on the left, Omega removes the margin on the right. If I understood you properly, you need: Donate (alpha = 1 omega = 0), Networks (alpha = 0 omega = 0), Youtube (alpha = 0 omega = 1)

  • Has been a member for 3-4 years
  • Bought between 10 and 49 items

Hey Zerge, 2 questions for ya:

1. I’d like my logo slogan to have a break, but I’m not sure how to code that. I’d like it to look like this:

CHECKTHEBLOG Stay inspired. Stay informed.

2. I’d really like to create a new post format and assign my own icon to it so I can have more than Standard, Image, Gallery, Video, and Audio.

Are either of these possible? Thanks in advance for all of your hard work man. It’s very much appreciated.

site = http://checktheblog.net

ZERGE

Hi,

1. Use
<br />
tag. For example:
CHECKTHEBLOG Stay inspired.<br />Stay informed.

or Enter text for logo slogan.

2. It’s possible, if you change the PHP code. I think for this you need some experience in PHP .

Default-user

Awesome. Thank you Zerge. I do have experience in HTML , PHP, and CSS . I just wasn’t sure if your fields within the Theme Options were code friendly.

Default-user

Which specific PHP file would that be?

ZERGE

1. functions.php – define a Post Format

2. single.php – Add a layout for the necessary format

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

Everytime i click save i get the error message, also my sidebar has errors: bit.ly/N8YiUh

ZERGE

Hi adamlee,

For first time activation, you need to hit Options Reset to store your default options in the database and then hit Save All Changes (Under menu Appearance -> CrumbleMagazine Options).

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

I have done that without any success…

ZERGE

What version of WordPress you have installed?

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

Version 3.4.1

ZERGE

I need access to your WP admin panel. Send me a message through my profile http://themeforest.net/user/ZERGE

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

sent!

  • Has been a member for 3-4 years
  • Bought between 10 and 49 items

Hey Zerge! Me again. I recently installed the PollDaddy plugin to utilize the ranking system for posts, but I’m noticing no matter the options I select, the plugin will not show.

Any suggestions?

Also, I sent an email through your profile so maybe I don’t have post in the comments every time I need some help.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Great theme! Two things:

Is there any way to disable the Responsive part of this and have it load normally?

Also, in the light version, I think there is a problem in text widgets on the sidebar. Text appears too light in color and is hard to read.

ZERGE

Hi,

1. Try to remove all Media Queries like @media only screen from the files /css/layout.css and /css/skeleton.css

2. Can you show a screenshot with this?

Default-user

1) will try. thanks for the quick response

2) hope this link works: https://docs.google.com/drawings/d/1YRyyJ4CkOe99mi8VB7O2KwGSHyFPZFtcX-2xiaV8e4s/edit

ZERGE

Change style in the file light.css

.widget {
      margin-bottom: 30px;
      color: #676767;
}
  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

beautiful, 5 stars!

ZERGE

If you like my work, please rate it (menu Download).

Thank you ;)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

In the theme editor (CSS), the documentation talks about a ‘portfolio’, what feature is this for?

I would love a portfolio feature for individual categories etc

ZERGE

Portfolio in the current version is not available.
Will be in future versions.

Default-user

Wonderful news, already looking forward to v1.05!

Default-user

Any plans to add a site map page?

ZERGE

In the near future, is not expected. You can find more at WordPress Plugin Directory – http://wordpress.org/extend/plugins/

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

I’m thinking about purchasing this theme and wanted to know would I be able to add a plugin that allows slider on category pages like your (Cars Section) could have a slider on the front page without big customization.

ZERGE

Hi Crystal23,

It’s possible after small customization.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

I set up social media counter widget, but it does not count my Twitter Followers, and it is always Zero. Could you please let me know how to fix it?

ZERGE

Hi skitalets,

Can you show me your website? Or give me access to the WP admin panel. You can send me a message through my profile – http://themeforest.net/user/ZERGE

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Hi, I just bought this theme, and am trying to customize. I don’t know anything about coding, but can follow instructions.

I put the 1- and 2- column widgets for REVIEWS in the magazine section, but the reviews are not showing up?

Also, I want to change the box-style headings to plain text in some cases. Where is the code for that? Can I make the box color white and just change the color for the text that shows in the box?

And I want to change the color of the header and main nav buttons.

thanks you.

ZERGE

Hi,

1. Do you have already created Review posts? (menu Reviews -> Add new)
Also you need to select the category in the Review widget.

2. Do you want to remove the background color under the headings? Example – http://d.pr/i/XHob

3. To change the color of the header just change ‘background-color’ in the file light.css (or style.css for the dark version) – line 67:
#wrapper {
background-color: #212121;
margin: auto;
min-height: 100%;
height: auto;
width: 1000px;
position: relative;
}
and for the main nav buttons change the ‘color’ – line 497:
.sf-menu a, .sf-menu a:visited {
color: #777;
}
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items

Zerge, is there a way to add more than 3 images to the Gallery format?

ZERGE

No, only 3 images.

Default-user

any plans to expand that number or is there a way to use the code that puts the images in gallery format with the images in a post?

ZERGE

Yep, planned expand that number.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hey Zerge:

Awesome work.

I am having a hard time understanding the one_columns, two_colums, three_columns, four_columns… shortcode/functionality.

I’m currently trying to display 2 images w/ headers per line on my “Free Downloads” page. The alignment is off and isn’t persistent between Windows-based systems (Windows 7 / IE) and Mac-based systems (Mac 10.4.x / Mozilla)

Can you take a look and give me some direction? Thanks!

http://kingdomsocietyintl.com/music-downloads/
ZERGE

Hi aaveryiii,

Add all the shortcodes in one line, without breaks to a new line. For example:
[four_columns alpha="1" omega="0"]Content here...[/four_columns][twelve_columns alpha="0" omega="1"]Content here...[/twelve_columns]
Default-user

Zerge, if I’m understanding you correctly, I have it like that. For this particular page, I’m only using four_columns shortcode. The code is similar to this:

[four_columns alpha=”0” omega=”0”]

@Lecrae

\\ /four_columns

@ReconcileUs

\\ [/four_columns]

But you notice the second image (on the first row) is not parallel to first image.

ZERGE

Try to add four_columns shortcodes in one line.

Default-user

Seems to have resolved the issue. I’ll check on my Macbook later. Thanks! Again, great work!

ZERGE

Glad to help you :)

If you like my work, please rate it (menu Download on Themeforest). If you’re about to rate it with less than 5 stars, please let me know the reason first and I will do my best to improve the theme.

Thanks so much!

Default-user

Rated it 5stars….you deserved it.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

I still have the problem with the error. I updated wordpress to version 3.4.1 and I did hit the “options reset” button first and then clicked “save all changes” and every things alright but when I try to choose the light skin afterwards or upload a logo picture and click “save all changes” the error appears always! what am I doing wrong?

ZERGE

Hi Fortydesignz,

Can you give me access to the WP admin panel? Send me a message through my profile – http://themeforest.net/user/ZERGE

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

I’m having problems with reviews… they don’t seem to work anymore. Website is http://www.notsoleet.com

Any help would be appreciated.

ZERGE

Hi,

Can you give access to the WP admin panel? Send me a message through my profile – http://themeforest.net/user/ZERGE

Default-user

sent.

Default-user

any luck?

ZERGE

It works fine with Default Permalinks. Very strange things with your WP.

Default-user

huh… should i just set it back to the default permalinks?

ZERGE

Yep, temporarily. I will view more.

ZERGE

Hi,

Looks like I found a solution to this problem. So, if you are still interested, email me through my profile, I need to access the FTP .

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hello, I am interested to buy your theme, but I have a question : is there any possiblity to put the ads 728×90 on the website ? Thanks you, Best regards,

ZERGE

Hi mekasiat,

In what area you want a banner? Header, content, sidebar?

Default-user

Dear Zerge, Thank for reply. I would like to put the banner in header, is it possible ? Other question that I forgot to ask : is it possible as well to create the porfolio like this : http://www.essentialhomme.fr/defiles/portfolio-parent/ Thank you a lot, Your theme is very interesting :)

ZERGE

1. Yep, it’s possible for banner in the header.

2. No builtin such features . This is possible using third-party plugins.

Default-user

Thank for reply, glad to know the adding leaderboard is possible :) Could you inform me with which plugin we can create the portfolio like that ? I want to be sure about the plugin before buying theme. I thank you by advance for the information, Best regards,

Default-user

Thank you, I will take a look ! :)

Default-user

Bought :), Hope it will be ok with your help ^^ Thanks,

ZERGE

Yep, thanks ;)

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
dzmond Purchased

Great theme. Where can I find the code for the Automatic Overall Score for Reviews. Right now, the ratings are getting rounded up. I would like to adjust the calculator a bit.

Thanks.

ZERGE

Hi dzmond,

You can find this code in the following files:
- single-reviews.php
- taxonomy-review_category.php
- template-reviews.php
- functions/crumble-1-column-magazine-widget-reviews.php
- functions/crumble-2-columns-magazine-widget-reviews.php
- functions/crumble-recent-reviews-widget.php

by
by
by
by
by