Hello i downloaded the Avisio theme but i cant get the portfolio theme on the mainpage. Can you help me with this?
Portfolio on frontpage
12 posts from 3 voices-
Posted 1 year ago #
-
Hey,
you can set a homepage under Settings > Reading. Just select your portfolio page as static homepage there. It's not possible to display the portfolio in combination with the slider though.Posted 1 year ago # -
I really can't make this work..
How do I remove the slider? I see the settings in Settings > Reading but it makes no different on my page! :(
Posted 1 year ago # -
Did you select radio button option "static front page" and a page in the dropdown option (Settings > Reading )?
Posted 1 year ago # -
WHAT! Now its working! Wohow!
I'll guess I dont... :)Thanks!
Posted 1 year ago # -
If I still want the headline at the mainpage, (the one which is one every portfolio-page normaly), can it be fixed?
Posted 1 year ago # -
Should i start a new topic for this maybe...? Just tell me and I do.
Posted 1 year ago # -
In header.php replace:
<?php #breadcrumb navigation if(!is_front_page()){ if($k_option['custom']['headlineContent'] == '') { $headline = get_post_meta($post->ID, "_headline", true); if($headline != "") $headline = '<h2>'.$headline.'</h2>'; } else { $headline = $k_option['custom']['headlineContent']; } echo '<div class="wrapper wrapper_heading ie6fix" id="wrapper_featured_area">'; echo '<div class="overlay_top ie6fix"></div>'; echo '<div class="overlay_bottom ie6fix">'; echo '</div>'; echo '<div class="center">'; if($headline != "") echo $headline; echo '</div></div>'; echo '<div class="wrapper" id="wrapper_stripe">'; if(class_exists('kclass_breadcrumb')){ $bc = new kclass_breadcrumb; } echo '</div>'; } ?>with:
<?php #breadcrumb navigation if($k_option['custom']['headlineContent'] == '') { $headline = get_post_meta($post->ID, "_headline", true); if($headline != "") $headline = '<h2>'.$headline.'</h2>'; } else { $headline = $k_option['custom']['headlineContent']; } echo '<div class="wrapper wrapper_heading ie6fix" id="wrapper_featured_area">'; echo '<div class="overlay_top ie6fix"></div>'; echo '<div class="overlay_bottom ie6fix">'; echo '</div>'; echo '<div class="center">'; if($headline != "") echo $headline; echo '</div></div>'; echo '<div class="wrapper" id="wrapper_stripe">'; if(class_exists('kclass_breadcrumb')){ $bc = new kclass_breadcrumb; } echo '</div>'; ?>Posted 1 year ago # -
You're so GREAT! <3 Thanks!
One problem! In my network, one of the homepage's mainpage should look like it supposed to, but with this customization it has a headline above the slider now.. Can that be solved?
Posted 1 year ago # -
Maybe wordpress offers hooks or conditional statements to check the blog id (I'm not sure though). The easiest (and imho the best because of maintenance reasons) way would be to duplicate the avisio theme and to use the unmodified version for one blog and the modified for another...
Posted 1 year ago # -
Aaaahooo!
I do that by editing the files and save the theme with a new name, "Avisio Custom" and just upload it?
Isn't it some ID or other stuff, or is it just the name that prevent the original and the copy from collide?
Where do i rename it? Just the folder?Posted 1 year ago # -
I'd just duplicate the theme folder and rename it. It will show up as second theme in your super admin panel.
Posted 1 year ago #
Reply
You must log in to post.














