• Hi everyone I need help. ??

    I saw spam in the ‘Main Index Template’ (index.php) section on “Edit Themes” for the theme Yamidoo PRO Magazine.

    So I deleted the spam, but I think I deleted something I shouldn’t have and now the main page of my site looks completely messed up.

    Can someone please tell me what code I have to insert.

    The code below is from the top and where it reads ( I deleted this section) is where I deleted the coding.

    Thank you so much everyone!

    [ Moderator note: please wrap code or markup snippets in backticks or use the code button. ]

    <?php
    global $options;
    foreach ($options as $value) {
        if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
    }
    $dateformat = get_option('date_format');
    $timeformat = get_option('time_format');
    ?>

    ( I deleted this section)( I deleted this section)( I deleted this section)

    <?php if ( $paged < 2) { ?> 
    
    	<?php
      if ($wpzoom_slideshow_show == 'Yes')
      {
        include(TEMPLATEPATH . '/featured.php'); // calling Featured Slideshow
      }

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, we don’t support commercial themes.
    Consider contacting your theme’s vendors.

    Thread Starter TonySean

    (@tonysean)

    what does that mean?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Better explained in the Forum Welcome thread
    https://codex.www.ads-software.com/Forum_Welcome#The_Bad_Stuff

    what does that mean?

    this means that for any problems and issues with your commercial theme, you will need to contact wpzoom as the seller (or whomever you bought your theme from).

    this forum does not and cannot help with commercial themes.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    The www.ads-software.com support forums are meant for the core application, themes and plugins that are distributed on www.ads-software.com.

    We don’t have access to (or want access) to the vendor’s product so we can’t/don’t support commercial products here. Part of what you paid for was for support from WPZOOM, you may as well exercise that option.

    https://www.wpzoom.com/support/

    We don’t want to interfere with the business model that the theme vendor setup, please seek support from them.

    Edit: Ha! Beaten to the reply again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I deleted A file Main Index Template on Yamidoo Pro Theme’ is closed to new replies.