-
Author
-
September 7, 2016 at 17:14 #135271KidaParticipant
Hello there!
Thanks for this great theme, very enjoyable to work with it!
I have a question regarding the header’s layout, is it possible to have a different layout depending on the page you’re in?
Basically I’d like to be able to choose the header-extras for the front page but the header-normal for the rest of the site. I’ve tried to find some code that could do that (I’m not a developer…) but it doesn’t work (it was made out of several pieces I found here and there…)
<pre>
if ( is_page( ‘home6’ ) ) {
$header_style = sq_option( ‘header_layout’, ‘extras’ );
}
else {
$header_style = sq_option( ‘header_layout’, ‘normal’ );
}
</pre>
My second question was regarding the portfolio page, is it possible to create a portfolio that would automatically add all the user’s media into it? I’m looking at creating a media gallery with all the media from the users to be displayed. I’m not using rtMedia because of the file format limitation, I have a different plugin for that. I was just wondering if I could use the portfolio to display them?
Thanks a lot in advance!
Cheers,
Cecile
September 8, 2016 at 06:36 #135396LauraModeratorHi,
What you need requires significant amount of time to create a functionality like that and our purpose here is to help you with any theme problem that you may encounter or with small customizations.
For anything that theme doesn’t have or you need something different you should hire a programmer/web developer to achieve what you need.If you want a quote from our developers team, contact our colleague cornel@seventhqueen.com about your request.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 11, 2016 at 14:27 #135739KidaParticipantOk Thanks Laura, I thought it was just an action hook to add for displaying a different header on a specific page ID, my bad!
Cheers,
CecileSeptember 14, 2016 at 14:50 #136090LauraModerator🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.