Search Results for 'page template'

Results from the Forum
reh422
tagDiv Member

Oh! I coldn’t see that option.

I used page template ‘Homepage – bg – no article list’ as my home, so I couldn’t change any option of Big Slider. I changed to ‘Homepage – blank’ template and put an element ‘Big Slider’.

Thank you so much! 🙂

Angie
tagDiv Member

Thank you very much, Marius.

The tutorial is great.

I also installed the demo and voila, the formatted homepages are

there.

Thanks again!

Marius
tagDiv Staff

Hello,
You have to create a homepage, we have some presets in visual composer http://screencast.com/t/0IIZ42ICF

Also here we have a tutorial showing you how to make a homepage. http://import.tagdiv.com/newspaper/doc/#homepage

You can make you homepage like you want using page builder.

*If you have deleted some pages, that pages should be in bin http://screencast.com/t/HXN12yat

Thanks for the message!

joventu
Participant
#0

When I use the hompage-bg-no articles list page template I do not get the background image to display as it does on demo. It only wraps around the slider. Here are the 2 screenshots for them:

http://www.screencast.com/t/qUrgQR7lb

http://www.screencast.com/t/MirxjCxiuH

Angie
Participant
#0

Hi,

I installed the newspaper theme on a test server to try and it did display several homepages to choose from.(there were up to 4 at least, I believe)

When I installed it on my website, none of the homepages to select are there.

I went to my dashboard > reading > to select pages, but it does not show any (except the ones I already had)

I am unable to set any of the choices as my front page?

I may have accidentally deleted a homepage years ago, so
I re-installed my wordpress version, in case there was a problem in my index.
But that has not helped.

How can I get the missing homepages, please?

mrmobile
Participant
#0

Thanks for the wonderful template!
I’d like to tell me if it is possible to have a different background on each page, as are the categories. and if so, how;

Marius
tagDiv Staff

Hello,
The sidebar settings from page http://screencast.com/t/ZzwRNhNqOt1q work only on default template http://screencast.com/t/dGmo787lIh2M that is with sidebar and title page default

or

on this templates with article list http://screencast.com/t/kmpUyRnJ6GWw

Here are some diagram how the templates work scroll down on point 2 http://import.tagdiv.com/newspaper/doc/#homepage
here is a screenshot: http://screencast.com/t/ycplns85VzBe

Thanks for the message!

Marius
tagDiv Staff

Hello,
@snowwatchGB do you mean about this background? http://screencast.com/t/K7BmXV621V it is on the homepage to.


@webpaid
i see you use a template with bg. That have the big slider automatic inside of the background section (see template here: http://screencast.com/t/ulRp1oIOWq) the big slider missing from there because you don’t have featured posts (post in Featured category, this posts will be on the big slider)

Thanks for the message!

rcraig232
Participant
#0

Let me describe what’s happening.. let me know if you have any thoughts.

“Sidebar A” includes a “Block 1”

“Page A” uses “Sidebar B”

When I add a “Block 1” to “Page A” using the visual composer.. my sidebar on “Page A” will ONLY use “Sidebar A” (which also includes a block 1). No matter what the page template settings are.

Any idea?

Thanks! Love your work.

Marius
tagDiv Staff

Hello,
You have that there because you don’t use the right template. Edit you homepage and choose like here: http://screencast.com/t/6p9gyxZuGF

Here is all the templates explained, scroll down: http://import.tagdiv.com/newspaper/doc/#homepage

For more details please read our documentation: http://import.tagdiv.com/newspaper/doc/

Thanks

Marius
tagDiv Staff

Hello,

You can offset posts from article list, edit the template you use ex. for Homepage – with article list edit page-homepage-loop.php file and add this query_posts('offset=5'); like here: http://screencast.com/t/4JhbpnY2 and from the article list the post will omit first 5 posts

Thanks

mbasche
tagDiv Member

Page Template Setting: Sidebar auswÀhlen
Über den Visual Composer legst du 3 Spalten an
Innerhalb der 3 Spalten legst “Block 3” an. Dort kannst du ja Kategorie auswĂ€hlen und Anzeige auf z.B. 3 Artikel setzen Excerpt gibt es hier nicht, da mĂŒste man im der entsprechenden Datei “fummeln”. Oder hat er das mit Bordmitteln so hinbekommen?

mertnuhoglu
Participant
#0

I want to start the posts loop with some offset so that the posts in the slider are not repeated in the article list.

I can do this for the Template “Homepage – with article list” using the following code:

Inside page-homepage-loop.php

$queryPost = Array(
    'posts_per_page' => get_option('posts_per_page'),
    'paged' => $paged
);

Add the following element to the array:

'offset' => 5,

But I cannot do this with Template “Homepage – blank”.

The template php file page-homepage-blank.php does not have query_posts() call. What should I do in order to offset the post listing?

sunkast
tagDiv Member

Nevermind. I figured it out. I moved the new WP_Query code above get_header() and the title now has the right page count.

sunkast
tagDiv Member

Okay so I got closer to a solution but still have a minor issue. I’ve changed $queryPost to $wp_query and that got rid of the extra blank page. However, the title of the page still is saying there is an extra page.

It says People | 2/3, but there is not a 3rd page.

sunkast
tagDiv Member

My Custom Post Type has 16 entries that I am limiting to 10 per page. So that should use only 2 pages.

http://tinypic.com/r/4vih3n/5

http://tinypic.com/r/29usx0x/5

danielnn
Participant
questions - topic
#0

01) Where do I change the settings on the slider on Category page? (How many to show, auto changes and so on….)

02) How do I change the post template. Right now The related posts are in two columns, but I want to use smaller and in three columns. (is there at page connected to the post page?)

Marius
tagDiv Staff

Hello,
I can’t test your code i don’t have custom post type stuff. Do you mean you go to page 2 and is blank? Can you show me a screenshot of you page results.

I try to test you code somehow with a custom post type.

Marius
tagDiv Staff

Hello,
Yes, on each category use the default layout and from Theme customizer -> Page template on Category page http://screencast.com/t/5SUi56xFg use the layout like you want, this will be on all categories.

Thanks

Marius
tagDiv Staff

Hello,
Is not possible, sorry, only if you modify the default category page template. On the default category page above is the slider, do you want something else there?

You can create some custom page for each category if you want something else but this pages can’t be linked to the category.

Thanks for understanding

sunkast
tagDiv Member

Okay so I’ve been able to figure out most of what I want to do without having to use Page Builder. The only issue I have is with pagination displaying an extra blank page. I’m guessing this might be due to the custom WP_Query I’m using to get posts to display from my CPT in the order that I want.

http://pastebin.com/Cd3WfS6g

Is there a way to fix the extra blank?

Radu
tagDiv Staff

You talked on the forum/email with Marius and it was pointed out to me that you requested a lot of things / modifications. From my first look I believed that you want those thing made to work with your plugin. Also the messages before that requested modifications that would have been incompatible with our existing install base.

Regarding your message here:
https://forum.tagdiv.com/topic/featured-video-and-dailymotion/#post-1614

1. in general they are good suggestions but I can’t promise you that we will do the.
2. the scroll script is custom made by us. It’s much better than other themes, one of the only ones that listens to mouse scroll and touch to stop the scrolling when you want. I don’t know if it’s possible to use it on comment too but we will try it out.
3. that is difficult to make (to work on all the the different hosting environments that our clients have)
4. this is a bug, will be fixed asap

https://forum.tagdiv.com/topic/featured-video-and-dailymotion/#post-1915
1. Child themes are partially supported. You can override the css and the template files. You can’t override our code.
2. A lot of the themes don’t use the core wordpress functions for seo reasons and customization.
3. It’s still on our todo list.
4. that is a custom request. We will not do that.
5. “just need you to make a few switches in the theme options” our theme would have been a giant spaghetti code if we would have done that with all of the suggestions / customization requests from our clients.

Please know that we have to reply to over 50-60 request per day (email tf and here). We try our best to help all the people but when it comes to feature request/custom work we have to pick carefully what gets included in the theme and what not. We also have to set priorities – daily motion integration is not a top priority issue – I already tryed some time before to integrate it (you can still see old code in our file /includes/class/td_video_support.php) and it was not working very well due to the small thumbnails served by them (not useable on any of our sliders and form what I can remember smaller than our thumbs as well).

I do think that the single page and a lot of the templates can be improved… I realized that after seeing your problem with our theme some time ago.

In general once people are abusing our support system we don’t reply anymore since we are not obligated to but I do believe that you came here with good intentions and if it wasnt for the miscommunication with my colleague we would have started off with a much friendlier vibe 😐 . Please accept my apologies and if you want we can start all over again.

I am going to sleep now, it’s 1.07 AM here

~ Radu ~

Marija1m1
tagDiv Member

Got it to work
I followed these instructions but I had to make a new category and place all the categories which I wanted to featured under that new category for it to work.
I do not know why it didn’t work when I just placed the category ID number in the place where you told me to?
1. We use Block 2 http://screencast.com/t/ihp1OsNZB1ek with follow options http://screencast.com/t/RNQSS7c7uPgI , http://screencast.com/t/YKZ83xD5YFN ,
http://screencast.com/t/jnnQrSpKwmO and the template of page must be Homepage-with article list http://screencast.com/t/XLtMmgkKGw.

dalandau
tagDiv Member

Hi,

Sorry to mix, but this is a very bad solution.

http://www.mattcutts.com/blog/seo-mistakes-unwise-comments/

To use display:none for something like this might be the easiest answer to give but a very bad one. I have been purchasing themes and templates for years and no proper premium theme/even open source theme support gives such a website ruining answer.

The proper way to do it, is for you to tell us where to edit the php that is generating the html.

mertnuhoglu
Participant
#0

I want to create a new page template using Page Builder (Visual Composer). Then I want to use that page template as category template.

I know how to create a new page layout using Visual Composer but I don’t know I will set this page layout as the default layout for category pages.

Viewing 25 results - 18,501 through 18,525 (of 18,570 total)