2013-11-07, 23:09:08
TopCorporate and Arch Themes
|
The TopCorporate theme needs this line:
Code: <img id="top-img" src="/GS/theme/executive/images/immagine-home.jpg" alt="" width="1000" height="280"> Code: <img id="top-img" src="<?php get_theme_url(); ?>/images/immagine-home.jpg" alt="" width="1000" height="280"> It needs the pages excerpts plugin Maybe it also works with the Pages Fields plugin which works in a similar way but with more features The Arch theme is a bit more broken. The zip file includes the supposed to be necessary plugins, but for only i18n Gallery (1file+1folder) is code in the template (in between comment <!-- --> code so it doesn't work by default). You have to remove the i18n Gallery code or use it to show the slideshow on top. Although then I think you still need the Code: <?php get_i18n_gallery_header('home'); ?> If you remove the incomplete i18n code you still have the basic theme with logo, but without the slideshow and 3 images shown in the screenshot. Further you have to fix the following code: Code: <img class="logo" src="http://localhost/arch/theme/arch/images/arch-logo.png" alt="" width="299" height="106"> Code: <img class="logo" src="<?php get_theme_url(); ?>/images/arch-logo.png" alt="" width="299" height="106"> |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)