Discussion on Alamak - Responsive One Page Portfolio Theme

Discussion on Alamak - Responsive One Page Portfolio Theme

Cart 1,164 sales
Well Documented

ridianur supports this item

Supported

This author's response time can be up to 1 business day.

352 comments found.

Hi,

I just would like to change the link of the portfolio thumbnail on the homepage, instead of opening a lightbox, I want the same link of “view detail”.

I’ve tried to modify the “portfolio-loop.php” and put the same code of view detail but it doesn’t work.

<a class="box-40 hovers bwWrapper" href="#" data-link="<?php the_permalink(); ?>"> <?php the_post_thumbnail('portfolio-image'); ?> </a>

Let me know how to do it. Thanks

Thanks Another question, how can I delete the sidebar in the portfolio list and have a full page list

Hi there,
there is no sidebar in portfolio list. And if you want to move default sidebar, i think the best way to do is using css and add styling class to hide it. You can use firebug/chrome dev tool to see the class for each element.
cheers ;)

Question:

I have no problem embedding a YouTube video in the Portfolio section, but I have had no success with a YouTube Playlist. Thoughts?

Hi there,
Youtube playlist using different code from the normal embed youtube video. Try to change the format into audio and input all the embed code into field “Insert Link Video/Audio Here”
cheers ;)

Hello ridianur

I just bought your template & am trying to upload it to Wordpress, but when I try to activate it, I get this: http://rodthinks.com/wp-admin/customize.php?theme=alamak

Can you help with this problem?

Hi there,
Just like what i said in email, try to install only the theme files(alamak.zip) not the entire main files. And i cant see your link there.
hope this helps
cheers ;)

Hi ridianur,

First off, I love this theme. Great work!

Secondly, is there a way to remove the “post-date” from the individual portfolio sections? I don’t need to show that for my site.

No, its not possible without custom works.

Yeah, kind of figured that. Thanks!

ok great, im glad to hear that :)

Hi,

I just purchased your nice theme. I have a problem, though.

I need maybe 10 – 20 sections on a custom homepage.

Each of these sections needs a different title.

Unfortunately, if I add a section, the text I put into the “Title” input is ignored.

I cannot use “Theme options” -> “Title section” because there I can only change the default title for a section type (if I need 20 sections I have to add for example 20 “about” sections (each with a different title).

Any tips on how to solve this?

Next, I need maybe 10 Quote sections (each with different background and quote text).

I only see the option to define 1 quote section under “Theme options” -> “Parallax Section” (I think this is the right place?).

Is there a way to do this?

Thank you for your help.

Hi there :)
There is no options to add new title/section beside the default section options. for that right now. And its not possible to do without custom works. Each new content/section need new custom post type and loop.
regards,

Hey I’m really interested in buying this theme, there are a few presale questions though

1. Can the youtube video have sound 2. the portfolio only opens up when the small circle below is clicked, can i get the portfolio to open up when the image is clicked, instead of the image popping up on a lightbox

If so, I’ll buy the theme right away

hi there
1. Yes, with adding some javascript line
2. No, its not possible without custom works
cheers ;)

Excellent theme my friend!!!!!!!

I have 2 questions… 1) Can i deactivate clicking the pictures in portfolio because i use it as a video based site an i dont want picture to pop up.. i want my costumers to use only film strip as an action key.. 2) When the video opens on the bottom and left there is the title an the date… Can i deactivate the date????

Thanks in advance Nikos

Hi there, thanks for your kind words
1. No you cant. Its need custom work for that.
2. You can remove the date with some css code
cheers ;)

can you send me at least the css code for the date?

hi, just sent me a message through my profile page with the account that purchased this theme. I’ll send it there.

Hi! first is a great template =D I have this layout http://postimg.org/image/g5mnum1o3/

Do you this can do it with this template? as close as possible

Thanks a lot!

Hi there,
No, its not possible without custom works.

Hi,

Can I set in your theme individual and different menu for each page (one page)?

If not, can u construct it? How much is it new functionality?

tks

Hi there, The theme only have 2 different location for menus. First one is for homepage, and the other is for blog/another pages except the homepage.
cheers ;)

Hi,

I’ve made this website http://www.openarchitectes.be/ with your beautiful template! (user: open, pass: newsite) - I want to reorganize the portfolio categories, and place the “projets recents” button after the “all” button. How can I change the order of the categories? - There is no footer on the site…how can I add it? I thought I could configure it in the “custom homepage” section, but there is no option to add the footer…

Thks

Hi there,
The portfolio category (except the all) is automatically created ascending from A-Z.
You can download the update to fix that problem, or add this css in custom css in theme options:
.footer{margin:0;}
cheers ;)

you’re welcome ;)

Hello there!

I was wondering why the mobile theme navigation is having an issue with the submenu on a website I created. I cannot scroll down when I click the navigation also. Would you mind looking at it?

Site

Hi there,
Its look like your menu is overlapped the body, so it has scrolling at the bottom. And if you used that many menu item, try to add max height and overflow-y css for the mobile menu .eg.

.nav-collapse.mobile-menu.in {
    max-height: 400px;
    overflow-y: scroll;
}

Hello I’m trying to configure the plugin Nextgen Gallery on my website but I’m having problems because my entries post in a inserted a albun of galleries and other directly galleries, as you insert the albun opening galleries leading into I open its effects pictures (Lightrom pro) but in the other galleries that only insert not, I open pictures without effect, somebody could help me? thanks

Hi there,
The portfolio/team post using ajax function, so i think you need to call those plugin script in the ajax is triggered,

We’ve just purchased this theme, but no matter what settings we use (standard or custom homepage), we cannot see our slider images. We have used the specified w+h dimensions left in prior comment threads to no avail. Any idea what the problem could be?

Hi there,
can you give me the link to your site from the id that purchased this theme? So i can see the problem there,
cheers ;)

Hi there,

First, your theme is great.. love it! Just one quick question. How exactly does one put photos as background, where the textured part of the page is. e.g. behind were the tweets come in, behind the testimonials etc.

Thanks!

Hi there,
You can set that in appearance->theme options->parallax section.
cheers ;)

ah thanks a mill!!

You’re welcome :)

Thanks again for the help with the theme. Such a great starting point. As promised, here is the site I created using your theme. http://www.amykressmusic.com

Great job! im gonna put that in the description :)

Can I split more collum of porfolio, or split category of porfolio on Homepage ?

Hi, im afraid there is no options for that. The theme doesnt have that features. So you need customization to do that.
cheers ;)

Is this ? I was change : a class=”box-40 hovers bwWrapper” data-rel=”prettyPhoto” href=”<?php echo $image_url0; ?>”

to a class=”box-40 hovers bwWrapper” href=”#” data-link=”<?php the_permalink(); ?>”

But can’t. :’(

That’s what i mean customization. Maybe you can find someone who capable to do that in here http://studio.envato.com/explore/websites-programming

HI! Thank you for this amazing work! Your theme rocks! I’m currently trying to translate my website in french but I failed to translate the “Read More” and “View More” buttons in the “Blog with sidebar”. Can you tell me how I can edit this buttons please? Thanks! :)

Try in index.php too, maybe you used the default layout.
cheers ;)

It’s working! It was the index.php indeed… Thank you for all! :D

You’re welcome :)

Bought the theme and love it because of the YouTube video header but it does not work, not even in the Live Preview on Themeforest. Tried to get support. I, unfortunately, will have to request a refund if I can’t get this fixed.

already replied your email :)

Hi, lovely template!

Im working on a (video)portfolio based website. Everything is working fine, except one little thing. Adding a vimeo-link for a video-portfolio won’t work, like http://vimeo.com/87290858 or http://vimeo.com/embed/87290858. It works fine with Youtube. Can you explain what im doing wrong here. Thank you in advance!

Hi there,
Try to use the embed code from vimeo.
eg. http://player.vimeo.com/video/87290858

It works! Thanks for the fast reply

You’re welcome :)

Hi there, great template!

The preview (squared) image of a portfolio item has always to be from the center of the item image? it´s not possible to have two different images for detailview and preview, or do i miss something:

For example: Image, the girl from your example would be on the far right instead of the center…

http://theme.ridianur.com/alamak/wp-content/uploads/2013/12/pic3-600x600.jpg http://theme.ridianur.com/alamak/wp-content/uploads/2013/12/pic3.jpg

you’re welcome :)

One more, i´m afraid,

is there an easy way to define the what portfolio items in what order are shown on homepage on default load?

i created the least oimportant last and now its on top left position…

The portfolio display based on the latest items. And you can limit it in homepage custom layout

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