Search Results for 'page template'

Results from the Forum
Catalin
tagDiv Staff

Hello IgorM71,

1)Unfortunately, the drop down of your menu items has been designed to be only vertically aligned, sorry! If you want to make these to be in the horizontally way, you should make some changes and this type of request are not covered by our support, sorry!
2)If you want to change the background color for your Read more button, try the code below and place it in Theme panel->Custom CSS area.

.td-read-more a{
background-color:green!important;
}

The result is here -> https://www.screencast.com/t/xZii1ExPnH

3)Unfortunately, the latest articles block cannot be edited from Theme panel, sorry! If you want to have more control over this section, you should edit the Page Template from Page Editor, like this -> https://www.screencast.com/t/xQ2wf6rcDK

4)Provide more details about what you want to achieve so I will be able to provide a more accurate response. Also, provide some useful screenshots so I can exactly understand what you want to achieve.

I have tried to check your website but it seems to be in maintenance mode.

Thanks for the message!

ffarci
Participant
#0

Hi.
I need to insert the sidebar in the pages. I tried looking into template setting > page template and setting the sidebar on the right, setting “default sidebar”. However there are no sidebar in pages.
Thanks

Simion C.
tagDiv Staff

Hi,

1. Please check to see if you have the default thumb size set in wordpress – https://www.screencast.com/t/uosBOW2xYg and make the changes if not. Also clear your cache after the modification.

2. If you are using the mobile theme, this plugin was designed with speed and performance in mind, so it comes with predefined templates for the homepage, posts and categories. So you will have the mobile theme post template regardless of the post template used for the post. More information here – https://forum.tagdiv.com/the-mobile-theme/ If you do not use the mobile theme, the theme has full responsive design so it always looks good on all devices.
Post template style 8 – https://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/ could be a bit slower in loading since it features a background image.

Thanks

Bourbon Trapper
Participant
#0

whenever I publish a post using post template 8, the featured image gets cut off on the top and bottom on the single post page. I tried taking the picture horizontally with my camera, it helped some but still cut some of the photo off on top and bottom of the photo. Example at bourbontrapper.com
I would like to not to have to take all my photos horizontally with my camera just to use this post style 8.

Simion C.
tagDiv Staff

Hi,

In order to remove the latest articles section, you must select a different page templatehttps://www.screencast.com/t/3WNixFQg7d6 in the page edit screen. More about page templates here – https://forum.tagdiv.com/page-templates-2/

Thanks

Nikola199
Participant
#0

Hi

I was using existing template and remodeling it to my needs, but the Latest Articles block stayed on the page and I don’t see it anywhere to edit it or remove it. Please help with that
thnx

Simion C.
tagDiv Staff

Hi,

In order to achieve that you must edit the corresponding loop single file to your post template style you use, in your case loop-single-5.php found in the theme folder. You must insert the line of code responsible with the comment section – https://www.screencast.com/t/aUBBxLCZwxfr in the loop single file, as by default it is always at the bottom of the single post page after the loop, like this – https://www.screencast.com/t/NmmkkwebIeN above the next/prev article like you want. This is the code I used

<?php comments_template('', true); ?>

Result – https://www.screencast.com/t/DK20YIvmX
Thanks

Bogdan B.
tagDiv Staff

Hello,

I think you are referring to the latest articles section. This can be removed by changing the page template: https://forum.tagdiv.com/page-templates-2/

Thank you!

Catalin
tagDiv Staff

Hello ohmichea,

Unfortunately, the theme doesn’t have the option to set a different banner ad for categories or pages. To achieve a similar result, you will need some customization in theme’s code. Please check these links where I’ve provided similar solutions: https://forum.tagdiv.com/topic/custom-ads-to-header-ads-section/https://forum.tagdiv.com/topic/different-ad-tags-for-the-category-templates-vs-the-homepage/

Hope this helps!

Thanks!

Catalin
tagDiv Staff

Hello romeodawg,

First of all, I will thank you for your interest in our theme. So, regarding on your first request, please notice that if you will press the Logo, you will be automatically redirected to the homepage.
To create a homepage, please notice that you have three way to do this. As you can see, the theme has three available templates, like this -> https://www.screencast.com/t/cRsFuwdb For more information about our page templates, please consult our documentation here -> https://forum.tagdiv.com/newsmag-page-templates/ The default sidebar is used for the latest articles template, like this -> https://www.screencast.com/t/IUllDQQg
If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.

Thanks for the message!

greennews
Participant
#0

Hi, so I’m creating a website https://greennews.agency which is an online environment news agency in Thailand. And right now I’m going to need you guys to help me some of my issues here. Thanks.

1. I’ve just import an old articles from my previous wordpress’s website. It all coming up with a picture inside the story but not set as featured image for me. So is there an easy way to set the featured image for all of those articles?

2. Right now I’m using a mobile theme plugin. I actually like it, but it seems not stable yet. As you can see if you going in my website through mobile, the main menu tab “Story” didn’t have a drop-down menu. But in the main website it is a mega menu with a lot of sub. So how can I fix it.
P.S. But if it can’t fix, how do I disable the mobile theme (Didn’t see this option in theme panel)

3. I have a problem with block of content, which arrange by 7 days popular sorting. Before, it was showing good but right now it’s not. I don’t know what happens. And also I’m really confused with the system (the conflict between ajax view count and 7 days post sorting and cache plugin ~blah blah) So can you help me with it, let it work in a proper way.

4. Are there an easy way to create new author without creating new wordpress user? it’s too complex. (My work system is I’m going to have a plenty of writer who’s sent the articles to me. But it all have to upload by myself.)
P.S. I want the author system only to show who’s write this story, that’s it.

5. I’m creating a new page. And I really like the “style 6” of category template, that I use in almost every category. Can I also apply this to my new page too?

6. How to set the website default picture, which will shown when someone share my website via facebook or etc. (Right now it shown a random of recent articles picture)

Or you can also contact me through greennews@outlook.co.th for private support. Many thanks.

Febian
Participant
#0

Nowadays more and more website add “scroll to next page” on their single post template. For example, MakeUseOf (you can check the feature on its content page http://www.makeuseof.com/tag/repeat-reminders-trello/)

Is there a way to add this functionality to Newsmag?

I’ve tried using these WordPress plugins below but can’t get to work correctly.

https://wordpress.org/plugins/auto-load-next-post/
https://wordpress.org/plugins/wp-infinite-scroll-posts/

romeodawg
Participant
#0

Just installed the theme and I have no idea why it’s so confusing – I’ve done so many WP sites but this theme is baffling. I’m trying to do an EXTREMELY BASIC BLOG – like posts and an about me page – that’s it.

When I create an About me page with a text blog, it’s dumping that text block onto my home page as well.

The home page is also throwing some empty category sections onto the bottom of the homepage as well.

No idea what I’m missing – I’m assuming it’s some kind of template issue, but I’m about to bail and jump to a simpler theme. Any suggestions?

It’s at paulhorne.com.

Catalin
tagDiv Staff

Hello Berbi,

Please keep in mind that the category pages cannot be edited with Visual Composer, sorry! The only control over the category pages is from Theme panel, like this -> https://www.screencast.com/t/Wq0ZGIfhIk If you want to change the category templates you should do it from the code. So, if you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

If you are afraid you might accidentally uninstall the demo, an alternative would be to use one of the default predefined homepage templates – https://www.screencast.com/t/zQ4pByWqsP – and take it from there, or you could just create your own pages using Visual composer elements the way you want. I believe that only an administrator role has access to making any theme changes, and there is also a prompt asking if you want to uninstall the demo – https://www.screencast.com/t/BqIypPWO9M so it is not a one click mistake.

Thanks

Catalin
tagDiv Staff

Hello Gaurav,

Try the code below and place it in Theme panel->Custom CSS area.

.alignleft{
margin-left: 6px!important;
}
.page-template-default .wpb_text_column :last-child{
margin-bottom:6px!important;
}

The result is here -> https://www.screencast.com/t/hznNO0OLmQFe

Thanks for the message!

Catalin
tagDiv Staff

Hello gcamara,

I suppose that you want the category templates, right? So, if you want to do some changes for the category page, you should edit the category templates corresponding to what type of category you are using on your website. All of these can be found through the theme packet, like this -> https://www.screencast.com/t/L4B63LEbp7uE If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

That is how it is supposed to be, the latest articles section appears after the page builder content – https://forum.tagdiv.com/page-templates-2/ and it would require changes in the theme files to modify this. You could remove the latest articles by choosing the default page template and add a block in the page structure where you want it, that uses the same module like here – https://www.screencast.com/t/nTIwbA5h7https://www.screencast.com/t/MB9yIvfZzuT And also use a widgetised sidebar or a split row sidebar – https://www.screencast.com/t/5OkrSxwOcKhttps://www.screencast.com/t/J3gm2YsCfcz

Thanks

gcamara
Participant
#0

Hi

I would like to use unique feature in a customized category template. I have some coding skills, how can I replicate page behaviour?

Simion C.
tagDiv Staff

Hi,

If you want to display the same elements on both mobile and desktop, don’t use the mobile theme, the main theme is already capable of this with it’s responsive design for mobiles. The mobile theme comes with a single predefined page template, a top grid and Latest articles section. More about this here – https://forum.tagdiv.com/the-mobile-theme/
The link hover colors in the footer inherit the theme accent color set in theme panel – https://www.screencast.com/t/g9gJSuYmz89 However if you want to change the link hover color only for the footer you can do it with some css, just enter it in Theme panel->Custom Css

.td-footer-wrapper .widget a:hover {
color: yellow;
}

Thanks

trakmaster
Participant
#0

Hi I’m a noob to Newspaper template but having some interesting moments with it.

I have about 3,500 articles from a previous custom template and transferred them to Newspaper.

The problem is that the excerpts were an integral part of the articles and now are not showing on the article page.

There is a custom form excerpt with the articles, and these show up on some of the blocks on the front page.

The excerpt only shows up on the article page if I paste it into the Post Settings>Subtitle form.

Do I have to do this manually for all 3,500 articles?

Thanks for the support.

Simion C.
tagDiv Staff

Hi,

If you have added a widgetised sidebar on your pagehttps://www.screencast.com/t/D9KoQH3OW you must select a sidebar in it’s settings – https://www.screencast.com/t/g0qb79GYot3 When you use a latest articles page template, in order to have a sidebar in the latest articles at the bottom of the page, you must select or create a sidebar here – https://www.screencast.com/t/hPeLZTJLFHL Each sidebar can be customized in Appearance->Widgets – https://www.screencast.com/t/NiDLLtlscOS

Thanks

Simion C.
tagDiv Staff

Hi,


@jun
You can remove the sidebar from your blog or change the module used to display your articles on your blog page, in Theme panel->Template settings->Blog and posts templatehttps://www.screencast.com/t/1tQPt45Y8

Thanks

wendy0020
Participant
#0

I want to increase the size of the template, as it is in the demo of your page!

Bogdan B.
tagDiv Staff

Hello,

The latest articles section is part of the page template: https://forum.tagdiv.com/page-templates-2/
Each block can be set in particular using the block settings: https://forum.tagdiv.com/block-settings-guide/

Thank you!

Viewing 25 results - 15,351 through 15,375 (of 18,570 total)