Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
ivandal
tagDiv Member

thanks!

[solution] copy single.php to my child theme.

ivandal
tagDiv Member

works perfect when you select another post template (1-13) but not when is default

ivandal
tagDiv Member

and most important
what Path must i create in child theme to work my customization???

ivandal
tagDiv Member

I restored all template and theme child with correct Newspaper theme name.

I use DEFAULT post template: https://prnt.sc/pb06r4
what file must i edit???
only works on [Path: wp-content\plugins\td-composer\legacy\Newspaper\loop-single.php] but not in my child theme putting loop-single.php in child theme root.

ivandal
tagDiv Member

ok

1) can you give me a budget???
2) does not work, i think because i changed theme name “Newspaper” to “publicaciones-digitales” and “Newspaper-child” to “publicaciones-digitales-child”
(also I changed in style.css theme name etc.. to work):
/*
Theme Name: publicaciones-digitales child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: publicaciones-digitales
Version: 9.0c
*/

why does not work? how can i make work file loop-single.php in my custom child theme??
thanks

ivandal
tagDiv Member

another question, can i add another field (subtitle2)???
I need two subtitles..

thanx

ivandal
tagDiv Member

that is not the files.
the correct file is [Path: wp-content\plugins\td-composer\legacy\Newspaper\loop-single.php]

so when I update the plugin, changes will be lost, how can i make this changes in my child theme???

thanx

ivandal
tagDiv Member

what file???
only i see especific code in single_template_xx.php but all are the same..

original in all files:
<header class=”td-post-title”>

<?php echo $td_mod_single->get_category(); ?>
<?php echo $td_mod_single->get_title();?>

<?php if (!empty($td_mod_single->td_post_theme_settings[‘td_subtitle’])) { ?>
<p class=”td-post-sub-title”><?php echo $td_mod_single->td_post_theme_settings[‘td_subtitle’]; ?></p>
<?php } ?>

<div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
</div>

</header>

i edit (all files) so:

<header class=”td-post-title”>

<?php echo $td_mod_single->get_category(); ?>

<?php if (!empty($td_mod_single->td_post_theme_settings[‘td_subtitle’])) { ?>
<p class=”td-post-sub-title”><?php echo $td_mod_single->td_post_theme_settings[‘td_subtitle’]; ?></p>
<?php } ?>

<?php echo $td_mod_single->get_title();?>

<div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
</div>

</header>


but does not work.. please what file?? and what is the correct code to change order (subtitle above the title)

thank you

ivandal
tagDiv Member

YES! that is.

another questions:

1) I have grouped several categories as “top global news” but there are some missing in the mega menu and they are repeated under others, which should not be the case. please tell me what happens. Thank you.
https://www.screencast.com/t/e77OeXbKr6DX

2) how i change header logo to left position??

3) i want to show excerpt in last news section in home news.
https://www.screencast.com/t/JGh6cu1SshS

that´s all at the moment. great template!

Viewing 9 posts - 1 through 9 (of 9 total)