Hi Bulent! I am your nightmare! ;D
I applied all of the above changes but there were some problems:
1) there is a problem with WP permalink of the page selected in the “Content Box 1 Title & Text.”
for instance:Italian permalink is …/contentITA, but if you duplicate the page to translate it into other languages, and you change the permalinks into /contentENG/ or contentDEU etc. .. the translated text does not appear on the home page.
2) the portfolio’s name (in my case “Appartamenti”) which is located above the carousel, appears only in Italian language, not in other
languages.
This is home.php code:
< ?php } ?>
< ?php if(of_get_option('sc_portfoliohome') == '1') : ?>
<div class=”container clearfix”>
< ?php
$my_query = new WP_Query('pagename='.of_get_option('sc_portfoliohometitle').'&showposts=1');
while ($my_query->have_posts()) : $my_query->the_post();
?>
<h3>< ?php the_title(); ?></h3>
< ?php endwhile; wp_reset_query();?>
is correct? something is missing?
3) under the carousel (before this changes) there was a link “view all portfolio”: there is no more … I don’t not know how to activate it and make sure that the link leads to the corresponding page in the correct language
This is home.php code:
< ?php
endwhile;
wp_reset_query();
?>
</ul>
<!– // optional “view full portfolio” button on homepage featured projects –>
<a href=”< ?php echo of_get_option('sc_portfoliohomebuttonurl') ?>” class=”colored” title=”< ?php echo of_get_option('sc_portfoliohomebuttontitle') ?>“>< ?php echo of_get_option('sc_portfoliohomebuttontitle') ?></a>
< ?php
else :
?>
< ?php
endif;
?>
</div>
< ?php endif ?>
is correct? something is missing?
4) image of the first contect box in internet explorer appears out of alignment (?!?!)
That’s all. (is no small thing, I know, I’m sorry.)
Please help me to solve, I think it is important that this theme works properly with more languages :)
Ciao e grazie mille!!! (the typical Italian greeting