Discussion on MINIMUM - Professional WordPress Theme

Discussion on MINIMUM - Professional WordPress Theme

By
Cart 2,085 sales
Well Documented

QODE supports this item

Supported

1259 comments found.

Can you give me the codes for a grey medium button and a white one as here: http://demo.qodeinteractive.com/minimum/buttons/? Thank you!

Hi,

here is source code of this page:

[four_columns][column1] [button size='large' color='' background_color='' font_size='' line_height='' font_style='' font_weight='' text='Large Button' link='' target=''] [/column1][column2] [button size='medium' color='' background_color='' font_size='' line_height='' font_style='' font_weight='' text='Medium Button' link='' target=''] [/column2][column3] [button size='small' color='' background_color='' font_size='' line_height='' font_style='' font_weight='' text='Small Button' link='' target=''] [/column3][column4]  [/column4] [/four_columns]

[four_columns][column1] [button size='large' color='' background_color='#547312' font_size='' line_height='' font_style='' font_weight='' text='Large Button' link='' target=''] [/column1][column2] [button size='medium' color='' background_color='#547312' font_size='' line_height='' font_style='' font_weight='' text='Medium Button' link='' target=''] [/column2][column3] [button size='small' color='' background_color='#547312' font_size='' line_height='' font_style='' font_weight='' text='Small Button' link='' target=''] [/column3][column4]  [/column4] [/four_columns]

[four_columns][column1] [button size='large' color='' background_color='#acacac' font_size='' line_height='' font_style='' font_weight='' text='Large Button' link='' target=''] [/column1][column2] [button size='medium' color='' background_color='#acacac' font_size='' line_height='' font_style='' font_weight='' text='Medium Button' link='' target=''] [/column2][column3] [button size='small' color='' background_color='#acacac' font_size='' line_height='' font_style='' font_weight='' text='Small Button' link='' target=''] [/column3][column4]  [/column4] [/four_columns]

[four_columns][column1] [button size='large' color='#acacac' background_color='#ffffff' font_size='' line_height='' font_style='' font_weight='' text='Large Button' link='' target=''] [/column1][column2] [button size='medium' color='#acacac' background_color='#ffffff' font_size='' line_height='' font_style='' font_weight='' text='Medium Button' link='' target=''] [/column2][column3] [button size='small' color='#acacac' background_color='#ffffff' font_size='' line_height='' font_style='' font_weight='' text='Small Button' link='' target=''] [/column3][column4]  [/column4] [/four_columns]

[four_columns][column1] [button size='large' color='' background_color='#ff0000' font_size='' line_height='' font_style='' font_weight='' text='Large Button' link='' target=''] [/column1][column2] [button size='medium' color='' background_color='#ff0000' font_size='' line_height='' font_style='' font_weight='' text='Medium Button' link='' target=''] [/column2][column3] [button size='small' color='' background_color='#ff0000' font_size='' line_height='' font_style='' font_weight='' text='Small Button' link='' target=''] [/column3][column4]  [/column4] [/four_columns]

Qode

Is it possible for the portfolio list to change the thumbnail size of the featured images so that all images have the same size?

I have images in both landscape and square format. Is there an easy way that they all have the same size/proportions so that my 3 column portfolio looks even?

Many thanks!

Hi,

You will need to upload featured images of same proportion in order to have them align well. This was implemented that way so proportion can be set by user.

Qode

Alright that’s fine – thanks!

You are welcome :)

Here are some blog posts: http://lefthanded-and-creative.com/blog/. The thing is that in reality there are much more posts, but they are not visible because they don’t fit in the first page. Normally, I suppose I should have numbers in the bottom, for separate pages. Page 1, page 2, page 3 and so on. What can I do to solve this one? Thank you!

Hi,

You can set pagination for your blog list by going to Qode Options > Blog and in the “Pagination” field choosing the pagination style you would like.

Qode

I have my Theme Zip downloaded, but what is the XML file? What name does it have?? In which folder can I find it? Im going crazy!

Thanks

Hi,

You can find the import xml inside the zip file you received on purchase. When you extract the zip file, you should find the xml file in the “xml export” folder. The file is named something like “minimum.wordpress.2013-04-30.xml”.

Qode

Is there a way to set the sidebar to a default other than “No Sidebar.”

I see that you can add a Default Category Sidebar (in the Qode menu) but there doesn’t seem to be a way to have a Default Post Sidebar.

Hi,

Unfortunately there is no option in our theme to set a default sidebar for all blog posts. You will have to set the sidebar on each post as you create it. You can set the sidebar for a post by going to the post in question and in Qode Custom Fields setting the “Choose sidebar” field to the layout you would like.

Qode

Dear Qode-Team,?

I need all portfolio items in MINIMUM theme to have the same height.

Is there any way to achieve this? Maybe to set a min-height via custom css?

At the moment the items have a different height because there are one, two or three lines of text below the thumbnails.

I’d like to set the height which to a fix px value so that all items are the same height.

Thank you very much in advance,

best,

R.

Hi,

Please add the following code to your custom css field:

.portfolio_holder article h5{
min-height: 35px;
}

These 35px are for title in two lines.

After you have added this code to your custom css field you need to edit some of our code. Please go to edit the default.js (default.min.js) file and find the following code:

$j(this).height($height+21);

and just change the 21 value to 35.

Qode

Hi there! I love your theme, thank you very much!

I tried to change the background colour of the Main Menu (the dropdown menu) with the following custom CSS:

.single nav.main_menu ul li:hover a { background-color: #394043; } .drop_down .second ul li { background-color: #394043; } .single nav.main_menu ul li a { background-color: #394043; }

Unfortunately, this doesn’t seem to change the background colour of the background box which is following the mouse cursor.

I wasn’t able to figure our how to change the menu’s background colour.

Is there any simpler way than via custom CSS? If not, which custom CSS do I need to change the menu’s background colour, also for active and hover status?

Thank you very much, P.

Hi,

Thanks :)

For the first level menu, you can change active and hover state of magic panes in Qode Options > Header and Footer > Main Menu > Magic Panes.

As for the dropdown menu background color, you can use this custom css:

.drop_down .second ul,
.drop_down .second ul li ul{
    background-color: #252525;
}

just change the color to fit your needs.

Qode

Thank you, that worked!

You’re welcome. Glad we could help. :)

Qode

I have a pre purchasing question. is it possible to use a masonry gallery landing page or will need customization. ty

Hi,

Unfortunately this theme does not have a masonry gallery element.

Qode

any suggestion how to incorporate one?

Hi,

You might be able to find some plugin for this, however, we haven’t tested any such plugins with our theme so we can’t say for sure if they will be compatible or if you will have to further modify them to work with the theme.

Qode

How would I make it so the pagination shows less page numbers? for example 1,2,3…104,105,106

http://www.rawlemurdy.com/blog/

Hi,

Unfortunately we didn’t receive you last comment, could you post it again?

Qode

309326

Hi,

Our support team will take a look and get back to you as soon as possible.

Qode

Hi,

How do I use the Thin 100 weight of the Google Fonts? I want to use Lato 100. Do I need to change this in the CSS?

Thank you, Keneth

Hi,

Yes you will have to do this via some custom css.

Qode

How do I change the email address in the contact form?

Hi,

You can change all contact form options by going to Qode Options > Contact page and there you will see fields in which you can input the email address the form should be sent to, who it should say it is from, and what you would like the subject of the email to be when it comes from the contact form.

Qode

Having a problem with the revolution slider. This is what is appearing on my site: Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include. This includes make eliminates the revolution slider libraries, and make it not work.

To fix it you can: 1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true. 2. Find the double jquery.js include and remove it.

Please advise.

Hi,

Could you please submit a ticket to http://qode.ticksy.com/ with a link to your site and temp wp-admin access so our support team can inspect this issue and help you solve it.

Qode

If I want to change my font type I have Google fonts in the Qode section. But what should I do if I want to enlarge the text size (without using different types of headings from wordpress)? http://lefthanded-and-creative.com/left-handed-and-creative-calls-blogger-graphic-designer/ The text is hard to kinda read here. What options do I have? Thank you!

Hi,

You also have the option in Qode Options > General font options to set styles for your paragraphs on your page, so you can adjust their font size from here. For other elements you used on your page (like list items, etc.) you can either put

tags (paragraphs) in list, or use some custom css to enlarge the list text.

Qode

Hi, im having problems uploading my logo, why is this? I have the latest version of the theme and of WP.

Thanks

How long will it take?

Ticket: #288900

Hi,

Just assigned it to support team.

Qode

Friendly reminder #286219

Did an update to WP 4.0 and Minimum 2.5

The page transitions throughout the site are gone. Page transition in Qode Global Options is set to Up/Down (In) / Fade (Out). Now it just cuts to new page and has some jerkiness to it.

Thanks Qode!

Support will take a look.

One more (4 days ago) THank you.

Hi,

we have assigned your ticket to support. They’ll get back to you as soon as possible.

Qode

Hi, I purchased the theme and I try to import the demo content (minimum.wordpress.2013-03-04.xml and minimum.wordpress.2013-03-09.xml) but wordpress stop working during the process and stay in a blank page (I think because the timeout of database/server) so I can\\\’t import it.

I want to create the home like the demo (http://demo.qodeinteractive.com/minimum/) and I don’t know how to display the portfolio section and the last one before the footer.

Please help me I need it soon

Thanks

Hi,

Please submit a ticket to http://qode.ticksy.com/ with a link to your site and wp-admin access, and our support team will help you import the demo content. Also, please post your ticket ID here.

Qode

Unusual topic. Does not look like anything I’ve seen before. The question of the scope of delivery. The theme comes with a quick start-up? Sorry for my English I am from Russia:)

Hi,

Thank you for being interested in our theme :)

You can import our demo content (demo content is provided with theme) and you can see how we did it, so you can start from there.

Qode

Hello,

I just updated my theme because of the security issue with revolution slider but my revolution slider is still version 3.0.95.

Mimimum theme is version 2.4.

Am I doing something wrong?

Thx for your reply!

Problem already solved!

Updated the revolution slider separately in the rev slider section in WP and this worked!

Thx!

Glad to hear that you have managed to solve your problem :)

Is this theme compatible with WooCommerce 2.2?

Hi,

We are updating all our themes for 2.2 compatibility . It will be compatible very soon.

Qode

Couple of things… 1. I’m using the Portafolio Vertical Project. Is there a way to delete the “About” title on the description of the project? 2. I install WPML, I read in older post there is some small adjustment need to be done. Can you provide it? Thanks a lot :)

Fist thing solved! And already open a ticket for the WPML :)

Hi,

Could you submit a ticket on http://qode.ticksy.com/ and send us a link to your site, support team will help you.

Qode

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey