Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TopCorporate and Arch Themes
#1
Neither of these themes work out of the box as intended. I have emailed the author but got no response. If anyone takes the trouble to fix them maybe they can post here.

Shame. The preview images both look good.
Reply
#2
The TopCorporate theme needs this line:
Code:
<img id="top-img" src="/GS/theme/executive/images/immagine-home.jpg" alt="" width="1000" height="280">
Changed in:
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'); ?>
in the header (which is not present in the template code.

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">
into:
Code:
<img class="logo" src="<?php get_theme_url(); ?>/images/arch-logo.png" alt="" width="299" height="106">
Reply




Users browsing this thread: 1 Guest(s)