ThemeForest

MiniSite - 4 in 1 Minimal Wordpress Theme

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

Problem solved…..

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

Nope…thought problem was solved…but it’s not Could use some advice..See below

Hi there. First off: GREAT template! Well done… One question though: When I create new pages, it automatically creates the page as a new menu item in the top menu. How do I create a new page to be displayed in the main body with side-marker like About Us, Blog and the others you have on the test site? thank you, Tony

highthemes

By default, you cannot do it with minisite. But with some customization it can be achieved. You should do a custom query. But if you want to show a static page (which is not controlled by wordpress) I can send you an example.

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

having trouble with setting up a photo gallery….where should the images be saved? I created a Gallery page as explained in tutorial. The images was imported and copied to the ‘images’ folder like the demo site, but an empty gallery shows up….Please help….......

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

Thank you for your reply on my first question. I understand…no worries. i will rather work with it as is… Now just to figure out how the Image Gallery works(see my last post) Also…my start page only shows ‘follow me’ and ‘Blog’..... When you follow the home link…everything shows on page like on demo site….how do I set that to show on the front page? Thank you…

highthemes

Please email me your website URL using my profile page. I will help you set it up.

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

Hi.. did you get my mail from your profile?

highthemes

Yes, I replied back your email. Your website doesn’t load. Also, I’ve written the solutions in my email. Didn’t you receive my reply?

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

So what you are saying is that is not possible to create new pages with this theme?

highthemes

Why it’s not possible to create a new page? I don’t understand. Plese explain more your question.

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

My fault, i miss read what jamhen had wrote a little bit higher up.

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

Hi, I bought this template and am having a few issues customizing it, maybe you can point me in the right direction?

These are a few of the changes I want to make

-make the navigation font ‘Georgia’
-center the navigation menu bar rather than position it left
-remove the whole ‘You are here’ section entirely.

Can you point me in the right direction? I have been editing the Style.css to no avail.

highthemes

for the first two questions: open style.css and find navigation section and replace with the following piece of code:

/* NAVIGATION  --------------------------------------------------------------- */
#navigation {
    text-transform:uppercase;
    height:30px;
    padding-top:0;
    padding-bottom:0;
    position:relative;
    top:-1px;
    text-align: center;
    font-family: Georgia, serif;
}
#navigation ul li {
    position: relative;
    display: inline;

}
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited { color:#999; }
#navigation ul li a {
    text-decoration: none;
    height:28px;
    display: inline-block;
    line-height:28px;
    overflow:hidden;
    padding:0 12px;
    font-size:10px;
    border-right:1px solid #fcfcfc;
    border-left:1px solid #fcfcfc;
}
for removing “you are here” open the page you want and find the following and remove it
<!-- START section -> [bredcrumb] -->
    <div class="section highlight">
      <div id="breadcrumb"> 
       <?php if(!is_home()){?>
    <?php if (function_exists('breadcrumbs')) breadcrumbs(); ?>
    <?php } else {echo 'You are here: Home';}?>
      </div>
    </div>
    <!-- END section -->
  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

Hi! I want the whole post at the blog, include the links e entire text, not just the excerpt. How do I do that? My site is darciopaya.com []´s Darcio.

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

Just purchases the theme (i love it so far) but have NO CLUE how to set up the gallery for this theme. I’ve worked with featured content galleries on Wordpress 2.8 and 2.9 before, but for some reason I don’t see anywhere to upload images into the gallery for 3.0. Can you please send me a link to a tutorial or help me troubleshoot how to get my gallery working with Wordpress 3.0? Thanks for your help and for the awesome theme!

-Brian

highthemes

Hello. Thanks for purchasing our theme. Minisite, uses its own style for gallery. There’s a folder inside what you downloaded called “Help”. Under #4 there’s a tutorial on creating the gallery page of minisite.

Let me know if you have any other question.

P.S we’ve planned a big update on minisite in the next 20 days.

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

Thanks a lot! I didn’t see the help info before. Once I read through that it was super easy! You guys are great.

  • Indonesia
  • Exclusive Author
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items

Can I put an image as background instead of solid color

highthemes

Yes, go to WP DASHBOARD -> Appearance -> Background and upload your image.

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

Hello, It is possible to not have the labels (titles) appear on the left but on the right ? Is it possible to remove them altogether ? What will be in the next “big update” you talked before ? Thanks for your questions, I am ready to purchase :)

highthemes

The update is ready to download. Yes they can be removed or moved to the right by doing a quick CSS tweak ( I can help).

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

Why the tweets doesn´t appear in my homepage? ... And about the entire post in the blog (and not only the excerpt?) Can you help me? ... So, you said: “P.S we’ve planned a big update on minisite in the next 20 days.” It was posted 1 month ago Then? ... See ya, d.

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

err…is the “big update” the “October 18, 2010 Version 1.3”? Sorry, i didn´t saw there… :confused:

highthemes

Do you see the twitter problem on ver 1.3 too?

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

“The update is ready to download. Yes they can be removed or moved to the right by doing a quick CSS tweak ( I can help).”

Purchased :) How could I get the “quick CSS tweak” ?

highthemes

On line 128 of style.css.

.left-marker {
    top:10px;
    left:-150px;
}

change it to
.left-marker {
    top:10px;
    right:-150px;
}

it will go to the right. If you want to remove it:
.left-marker {
    top:10px;
    left:-150px;
       display:none;
}

Default-user

Thanks !

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

I’ve already Minisite 1.2 installed on my website. How could i apply a patch for my actual theme to update it, then my site run well ? I try replace Minisite 1.3 over actual, but my site is broken.

Do you have any patch package ? Thank you ! :) (http://raoulburdet.fr)

highthemes

I checked your site. It seems you have changed the theme. By the way, please use the contact form of my profile page to contact me. I will check the problem.

Honorgate

Oups indeed, i’m sorry, i’m trying another way for my website (live, as you can see). Thank you for your reply, i ‘m still keep this very nice template !

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

Any .po available ? Nice theme I like it :)

highthemes

Not right now. But will be update it with that in next 2 months

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

one month (at most) to wait now :)

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

Hello! I purchased your great theme. Congratulations. But I have a difficult problem to solve. I put six pictures in a post and would like to see them all in the gallery. How do I do? Using the “use as thumbnails” you can only put a picture to post. I would put all the images of the post. Thanks!

highthemes

Hello. The only way you can use is to setup a gallery and put 1 image for each post. The portfolio/gallery page will display them using lightbox effect.

by
by
by
by
by