Amtex
Amtex is a 3 columns fixed width WordPress theme by MagPress.com. This WordPress template has theme options, featured slider and categories, Adsense ready, etc.
Tags: Adsense Ready, Blue, Custom Header, Custom Menu, Featured Content, Fixed Width, Right Sidebar, Sidebar Footer, Theme Options, Threaded Comments, Three Columns, Twitter Ready, White, Widget Ready
Nice theme, I will use this theme for some websites of me. Thanks
Hi, i like this theme and used it on my blog. the only problem is that it’s not showing full post title on home page.
OK. To show full post title, open index.php and look for
[php]<?php short_title(); ?>[/php]
change it to
[php]<?php the_title(); ?>.[/php]
Thanks
i like this theme and use this theme for my blog http://www.newest-download.info/ .. but i want to add 2 widget coloumn (728×90 and 200×90) above posts in the single post and add the widget below slider on the home page .. can you give me a tutorial about it .. ?? thanks in advance .. 😀
Hi,
I´ve just installed the theme on my site/blog but the feature content slider doesn´t work. I´ve used some themes like these before and never had a problem:
www.academiaramalhos.com.br
www.ramalhosdancaproducoes.com.br
On the two sites above the slider works, but in a third one (www.ramalhosbeachcongress.com.br) it doesnt work.
Could you help?
Thanks in advance.
Liana
hi liana
did you enabled the featured slider in theme options?
the div featuredbox did not show up in html source so you may need to enable the featured first.
cheers
Yes! I did enabled the featured slider in theme options, but it doesnt work!!
I did ecxatly what I did in other blogs with same type of theme and in this one it didnt work…
Cheers,
Liana
one of the plugin installed maybe causing the conflict with the js for featured gallery.
try disable them one by one and see which one. or you can try move the header.php line 18 -23
[php]
<?php $featured_slider_activate = get_theme_option(‘featured_activate’); if($featured_slider_activate == ‘Yes’) { ?>
<script type="text/javascript" src="<?php bloginfo(‘template_directory’); ?>/js/mootools.v1.11.js"></script>
<script type="text/javascript" src="<?php bloginfo(‘template_directory’); ?>/js/jd.gallery.v2.js"></script>
<script type="text/javascript" src="<?php bloginfo(‘template_directory’); ?>/js/jd.gallery.set.js"></script>
<script type="text/javascript" src="<?php bloginfo(‘template_directory’); ?>/js/jd.gallery.transitions.js"></script>
<?php } else { ?><?php { /* nothing */ } ?><?php } ?>[/php]
to below
and see if they work.
also try open index.php and edit this line 9
[php]<?php if((is_home()) && (is_front_page()) && ($paged < 1)) { ?> [/php]
to
[php]<?php if($paged < 1) { ?> [/php]
checking on your source code and did not see home class in body so you may be using static on homepage.
Thanks for your support!! =))
I just did the change on index.php and it works fine.
Cheers,
Liana