How to move the breadcrumbs to the end of the content?

Posted in: Newspaper
Post count: 460

Hello,

Is there any way to change the position of the breadcrumbs?

Currently they are at the beginning of the content. I would like to place them at the end of the content, below the share buttons on social networks. Is this possible?

I use the tag div mobile plugin.

Thanks, Jose

mywebsite: https://cutt.ly/YU6PjHQ

Post count: 35449

Hi Jose, this can be done quite easy if you choose to use a single post template from cloud -> https://i.imgur.com/OukmYdU.png
If you want to use a standard template (edit the single that you use -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_1.php -> https://i.imgur.com/TKZ9klS.png and set it in -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php -> https://i.imgur.com/iwEDpFF.png, if is the default template the files are wp-content/plugins/td-standard-pack/Newspaper/loop-single.php and wp-content/plugins/td-standard-pack/Newspaper/single.php), the you must edit it (edit the file and set it in a child theme).
If you are using the mobile theme plugin, then the same change need to be done in this file wp-content/plugins/td-composer/mobile/single.php unfortunately, this can not be set in a child theme.
I hope this will help you!

Post count: 460

Thanks @Calin , it worked, however I think there is some error. I don’t know how to add some space, and now the title and the first block of the right sidebar, are completely stuck to the shadow of the top menu. how can I add some space here?

Post count: 35449

Hi,
I see. If the problem is only on posts, then please try this custom css:
.single .td-main-content-wrap {
padding-top: 40px;
}

Set the code in the theme panel > custom code> custom css and the problem should be solved!
Let me know the results!

Post count: 460

All ok thanks 🙂

Post count: 460

Hi again @Calin,

Sorry for the inconvenience, but… Would it be possible to move the breadcrumbs and put them just above the footer? (i.e. at the bottom of the footer).

Thanks, Jose

Post count: 35449

Hi Jose,
If you choose to use a single post template from the cloud, then you can change the elements positions using the drag and drop.
Using a standard template you must edit the files, for example if you are using single post template 1 (wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_1.php), you need to move this line of code -> https://i.imgur.com/XBrRsGE.png and set it here https://i.imgur.com/zqwZEyF.png
Thank you!

Post count: 460

Hello again @Calin,

I’m optimizing this again, moving the breadcrumbs to the end of the article. Everything works perfect, using single.php.

However, I’m using the tagdiv mobile plugin, and in the mobile articles, the breadcrumbs appear at the top and not at the bottom. Should I modify something so that these changes also take effect on mobile?

Post count: 35449

HI,
Indeed for the mobile theme you need to do those changes in the mobile files, those are on this path -> wp-content/plugins/td-composer/mobile there you can edit the single.php file for the mobile page, unfortunately those changes need to be done after each theme update.
Thank you!

Post count: 460

Thanks Calin, you are the best 🙂

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