ThemeForest

Montreal - WooCommerce Powered Music Theme

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

Hi david,

Is there anyway I can remove the single product image from products? It is way too big and I do not like it. Please help me! Thanks

dwoolf

Can you email me about this issue please, as the instructions are a bit long for the comments section on themeforest. Thanks!

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United States

Hey David,

Amazing Theme! It has worked perfectly and I LOVE it! I noticed that when using the “Read More” on a post, which should cut off the post and link to the full post page. It cuts off the post but does not include a link to read more. Is there a fix for this?

I would highly recommend this theme!

dwoolf

Hi Amanda,

Sorry for the delay, I was unavailable yesterday! There is a read more link above the post that is included all of the time, no matter if you use the read more functionality in the post editor.

Thanks for purchasing!

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

Hey. I am running into an issue with product thumbnail sizes. They aren’t displaying properly on the homepage. The images are different sizes, so they are showing up as different sizes on the site when I use the widget.

dwoolf

Hi,

Your product images all have to be the same size (as instructed in the help file). The theme can’t edit the WooCommerce widgets, only their CSS, so there is no way of dealing with various sized product images.

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

Looking nice! Like someone a few days ago, I’d be interested if I can provide downloads upon checkout… Thanks!

dwoolf

It should provide you with an email once the order has been marked completed with the download. You can also require purchasers to sign up for an account, where they will always have access to their downloads.

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

Hi there

How can I change the order displayed of the music/albums?

thanks

dwoolf

Hi,

The albums are displayed by the order that you added them, so you can edit the publish date for each album to control the order (publish box is in the upper right hand corner when editing an album).

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

Hey there

How can I remove the coloured triangles in the header?

Thanks

dwoolf

Hi,

Those are just a standard background. Go to Background under Appearance in the dashboard to change it to an image or solid color.

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

I have to make a project with multiple bands of music that have multiple album as well, is there an easy way to make it happen within your template? Each band will have albums, tour dates, video(s), picture and stuff to be sold. Thank you.

dwoolf

At this time, I would say no as the music, photos , and shows don’t support categorization, which would be key to what you are trying to do. This is definitely something I will be adding in the near future, but I can’t give a specific timeline.

Thank you for your interest!

Default-user

Great, i keep this theme on bookmarks. And yes, categories are the key for this kind of site. Thank you for this quick reply.

dwoolf

No problem! You can also see future updates to the theme posted on its changelog page:

http://support.davidwoolf.net/ticket/montreal-changelog
  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
  • Japan
kaga Purchased

Hi there

Where can I find the changelog?

Thanks

dwoolf
http://support.davidwoolf.net/ticket/montreal-changelog

I assume you received a notification about an update? I thought you would receive the notes section present when updating, where I listed the changes (same as in the changelog).

Only style.css has to be updated, and if you have tweaked that file, I can let you know what to change specifically.

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

Hi. Thank you for this great theme. I am wondering, if there is a way, that I could change the text of the “Shopping Cart” button in the menue bar. Since I am using a german translation for the shop, everything works fine and is translated well, except “Price” and “Quantity” on the product page. Is there a way to change this text manually? Changing the .po file doesn’t work (although others translated words can be changed). Thanks.

dwoolf

Hi,

In the theme folder, you can change the Shopping Cart text on line 167 of header.php, the Quantity text on line 15 of woocommerce/single-product/add-to-cart/quantity.php, and the Price text on line 23 of woocommerce/single-product/price.php.

All of those are wrapped in language tags, so I’m not sure why they weren’t updated in your .po file. If you need more help with this, feel free to email me at support@davidwoolf.net

Default-user

that worked pretty good. thank you for the quick reply.

dwoolf

No problem! Thanks for bringing that to my attention.

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

I as well am looking to get rid of the images on single product pages.

zac@amerikanmedia.com
dwoolf

I’ll post this here since you’re the second person that has needed this. Add this to the bottom of functions.php in the montreal theme folder (before the closing ?> tag):

remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 20 );

The above should be all on one line. Then change line 1474 in style.css (still in the montreal theme folder) from:

margin: -120px 0 0;

to:

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

Thank you. I am looking to get rid of the grey line between the main content and the right side bar. I know that I need to turn it white in the style sheet. What line is it on? Best!

dwoolf

Hi,

Delete lines 2735 and 2742 in style.css. You may also want to remove the padding on widgets to narrow the gap between the sidebar and main column. Change line 2748 to:

padding: 0 0 40px;

and line 2752 to:

padding: 0 0 40px;
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Great job’! before to buy this Item, I whant to know if it’s posible to include video like you make with “portland” and “newcastel” worpress theme?

dwoolf

Thanks! The theme uses the same video shortcode to provide playback of html5 video, and you can of course embed from YouTube, Vimeo, etc.

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

Hi there

How to I ensure that my newest show is always displayed at the top of the page?

Thanks

dwoolf

Hi,

At this time the shows are shown from oldest to newest, but you can edit one line in a plugin file to change it. Via FTP, you’ll have to go into:

your-wordpress-install/wp-content/plugins/music-press

and then navigate to:

shows/loop-shows.php

Then just change line 69 from:

array_multisort( $date_array, SORT_NUMERIC, SORT_ASC, $content_array ); 

to:

array_multisort( $date_array, SORT_NUMERIC, SORT_DESC, $content_array ); 

Email me at support@davidwoolf.net if you need more assistance and thanks for purchasing!

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

Hi,

Love the theme, but it seems to break the automatic youtube embeds from Wordpress. Whenever I place a Youtube link in a blog post, the link does not appear in the post, but neither does the video.

Thanks.

dwoolf

Hi,

First off, thanks for purchasing! Can you email me at support@davidwoolf.net with a link to your site and the embed code you are using?

Thanks!

by
by
by
by
by