Problem with Module 2

Posted in: Newspaper
Post count: 17

file : wp-content/themes/Newspaper/includes/modules/td_module_2.php
———————————-
When I want to add a <div> to identify the excerpt in the Module 2… nothing happened!


<?php echo $this->get_excerpt(td_util::get_option('tds_mod2_content_excerpt')); ?>

<div class="extrait">
<?php echo $this->get_excerpt(td_util::get_option('tds_mod2_content_excerpt')); ?>
</div>

Is there another PHP file which contain Module 2 code lines?

Would it not conflict with wp_booster?
To try it, I deleted the plugin td-speed-boost, but I still see the folder:
wp-content/themes/Newspaper/includes/wp_booster
and the file :
wp-content/themes/Newspaper/includes/td_wordpres_booster.php
Is this normal?

Post count: 854

hi,
probably you do not modify the correct file.
this is how to identify what module you are using : http://screencast.com/t/71xCAPrSK9EW

you can delete it manualy the wp_booster folder.

Thanks for you message.
Radu A.

Post count: 17

Thanks for your answer !
You’re right ! I thought that the widget Block 2 means Module 2… but no

Post count: 17

Problem solved !

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.