Loading

Author Topic: help Pages temes --- bilekas. com  (Read 244 times)

AGoGo

  • Jr. Member
  • **
  • Posts: 94
  • AGoGo
    • TuTTo A GoGo
    • Email
help Pages temes --- bilekas. com
« on: February 03, 2012, 06:39:14 pm »
Widgets
by


Warning: Invalid argument supplied for foreach() in /var/www/vhosts/tuttoagogo.it/httpdocs/oc-admin/themes/modern/appearance/widgets.php on line 48



but I'm using a theme or purchased from: bilekas  or http://bilekas.com/


prejudice or a problem with the create (pages) with osclass;
are not visible with my theme.
Where can depend on the problem? ::) ::) ::)

italy
I try:
assistance, help and advice
on any subject;
to operate the mine site.
thank you

bilekas

  • Full Member
  • ***
  • Posts: 210
  • Bilekas
    • Bilekas
Re: help Pages temes --- bilekas. com
« Reply #1 on: February 03, 2012, 07:32:09 pm »
Hello aGoGo,

 That is a strange error you are getting, it seems to be in the oc-admin folder though.. None of our themes will edit these files.

 For displaying the widgets in the theme.. Has the theme been edited in any way ?

 The code which is needed to display the widgets for the header is :
Quote
Code: [Select]
<?php osc_show_widgets('header') ; ?>
and footer :
Quote
Code: [Select]
<?php osc_show_widgets('footer') ; ?>



If you can make sure this code is in the header.php and footer.php and let us know..

AGoGo

  • Jr. Member
  • **
  • Posts: 94
  • AGoGo
    • TuTTo A GoGo
    • Email
Re: help Pages temes --- bilekas. com
« Reply #2 on: February 03, 2012, 08:12:12 pm »
mine, with modifications:
tell me where the error thanks??

Footer  :
Code: [Select]
<!-- Footer -->
<div id="footer" class="hideonprint">

<!-- da me per pan grattato --><ul><strong><em><?php breadcrumbs('&raquo;'); ?></em></strong></ul><!--fine pan grattato-->
   <?php osc_show_widgets('footer_top'); ?> 
    <div id="footer_top">
   
   

        <ul>
        <li><a href="<?php echo osc_contact_url(); ?>"><?php _e('Contattaci''edsit') ; ?></a></li>
        <?php osc_reset_static_pages() ; ?>
        <?php while( osc_has_static_pages() ) { ?>
            <li><a href="<?php echo osc_static_page_url() ; ?>"><?php echo osc_static_page_title() ; ?></a></li>
        <?php ?>
       
       <li> <?php _e('<strong><a title=" Vai all\'applicazione Facebook " href="http://apps.facebook.com/tuttoagogo/"> AP-Facebook <img src="https://lh5.googleusercontent.com/-QqG_BQeGszQ/TwO7zPp115I/AAAAAAAABLk/gInU9u6pF_8/s800/novita.gif" height="15" width="35" /> </a></strong>''edsit'); ?></li>
       
           
        </ul>
    </div>
    <div id="footer_main">
         <ul><?php osc_goto_first_category() ; ?>
<?php while ( osc_has_categories() ) { ?><li><a href="<?php echo osc_search_category_url() ; ?>"><?php echo osc_category_name() ; ?></a> <span>(<?php echo osc_category_total_items() ; ?>)</span></strong></li>
<?php ?>
</ul>
    </div>
 

   
        <div id="footer_bottom">
       <h1> <?php osc_show_widgets('footer'); ?>
             
           
           
<?php _e('<span style="color:#0066FF">T</span><span style="color:#00FF00">u</span><span style="color:#FF6633">T</span><span style="color:#00FFFF">T</span><span style="color:#FF0066">o</span><span style="color:#0066FF">&nbsp;A&nbsp;</span><span style="color:#00FF00">G</span><span style="color:#FF6600">o</span><span style="color:#00FFFF">G</span><span style="color:#FF0066">o</span> &reg; <strong> &nbsp;&nbsp;&nbsp;&nbsp; </strong>''edsit'); ?>
            <?php _e('<span>2011 &copy; Tutti i diritti riservati <strong> <a title="Tim" href="http://facebook.com/TuTToAGoGo">&trade;</a></strong></span>''edsit'); ?>  <a style="float:right
            ;
            ruby-align:right 100px;
            text-decoration:blink;"><span>Versione Beta </span> <?php show_switch(); ?><!--Tasto torna alla tema per cellulare--></a></h1>
        </div>
   
 
</div>
 
    <!-- End Footer -->

Header :

Code: [Select]
<?php
    
/*
     *      OSCLass – software for creating and publishing online classified
     *                           advertising platforms
     *
     *                        Copyright (C) 2010 OSCLASS
     *
     *       This program is free software: you can redistribute it and/or
     *     modify it under the terms of the GNU Affero General Public License
     *     as published by the Free Software Foundation, either version 3 of
     *            the License, or (at your option) any later version.
     *
     *     This program is distributed in the hope that it will be useful, but
     *         WITHOUT ANY WARRANTY; without even the implied warranty of
     *        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     *             GNU Affero General Public License for more details.
     *
     *      You should have received a copy of the GNU Affero General Public
     * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
     */
?>

<!-- Header -->
<div id="header">
<div class="logo"><a href="<?php echo osc_base_url() ; ?>" title="<?php echo osc_page_title() ; ?>"><?php echo osc_page_title() ; ?></a>
       <h1> </h1>
</div>
     
    <div class="menutop">
    <div class="menu_open"></div>
    <div class="menu_main">
        <h2><?php if( osc_is_web_user_logged_in() ) { 
echo sprintf(__('Ciao %s''edsit'), osc_logged_user_name()); 
}else{ _e('Area Riservata''edsit');}
?>
<em> :</em></h2>
            <ul>
<?php if( osc_is_web_user_logged_in() ) {?>
                <li>
                <a href="<?php echo osc_user_dashboard_url() ; ?>"><?php _e('Il mio account''edsit') ; ?></a> <span>|</span>
                </li>
                <li>
                <a href="<?php echo osc_user_logout_url() ; ?>"><?php _e('Logout''edsit') ; ?></a>
                </li>
                <?php } else { ?>
                <li>
                <a href="<?php echo osc_user_login_url() ; ?>"><?php _e('Accedi''edsit') ; ?></a> <span>|</span>
              </li>
                <li>
                <a href="<?php echo osc_register_account_url() ; ?>"><?php _e('Registrati''edsit') ; ?></a> <span>|</span>
                </li>
<li>
<?php fbc_button();}?>
                </li>
            </ul>
    </div>
    <div class="menu_close"></div>
</div> 
 
   
<div class="menu">
<ul>


<?php /*?><li><a href="<?php echo osc_base_url() ; ?>"><?php _e('Home''edsit') ; ?></a> <span>|</span></li> <?php */?>
           
            <li><a href="<?php echo osc_item_post_url_in_category() ; ?>?page=search&sRegion=#">
<?php _e('Italia''edsit') ; ?></a>
<span>|</span></li>
           
           
            <li><a href="<?php echo osc_item_post_url_in_category() ; ?>"><?php _e('Pubblica il tuo annuncio''edsit') ; ?></a> <span>|</span></li>
            <?php /*?><li><a href="<?php echo osc_item_post_url_in_category() ; ?>?page=search&buysell_type=SELL">
<?php _e('In vendita''edsit') ; ?></a>
<span>|</span></li>
            <li><a href="<?php echo osc_item_post_url_in_category() ; ?>?page=search&buysell_type=BUY">
<?php _e('In acquisto''edsit') ; ?></a> <span>|</span></li> <?php */?>
             
            <?php osc_reset_static_pages() ; ?>
        <?php while( osc_has_static_pages() ) { ?>
            <li><a href="<?php echo osc_static_page_url() ; ?>"><?php echo osc_static_page_title() ; ?></a><span>|</span></li>
        <?php ?>
            <li><a href="<?php echo osc_contact_url(); ?>"><?php _e('Contattaci''edsit') ; ?></a> </li>
</ul>
</div>
   
<br class="sep" />
</div>
<!-- End Header -->
<?php osc_show_widgets('header') ; ?>



tell me where the error thanks??


in addition I can not publish pages
ess..:

http://tuttoagogo.it/index.php?page=page&id=28


I try:
assistance, help and advice
on any subject;
to operate the mine site.
thank you

bilekas

  • Full Member
  • ***
  • Posts: 210
  • Bilekas
    • Bilekas
Re: help Pages temes --- bilekas. com
« Reply #3 on: February 04, 2012, 12:06:10 am »
Hello Alfredo,

 I have sent you an email!

AGoGo

  • Jr. Member
  • **
  • Posts: 94
  • AGoGo
    • TuTTo A GoGo
    • Email
Re: help Pages temes --- bilekas. com
« Reply #4 on: February 04, 2012, 03:50:41 am »
yes
I try:
assistance, help and advice
on any subject;
to operate the mine site.
thank you