Search Results for 'homepage'

    No search results were found in Documentation!

Results from the Forum
Marius
tagDiv Staff

Hello,

To make the Homepage with infinite scroll, create a page, use the Homepage – Blank template and make like here: http://screencast.com/t/Mb1U46TNY

Edit the slider and set it like you want, can be sorted by latest, features, popular, just edit the slider and see all options.

Thanks for the message and please feel free to ask us anything!

lrajabi
tagDiv Member

Correction the “\” is being injected before a ” or a ‘ but not a comma (,).

lrajabi
tagDiv Member

Seriously this MEEDS to be FIXED NOW!

I run a journalism company and our entire front page is littered with these “/”!

lrajabi
tagDiv Member

Yes, I can confirm this happens with quotes, commas, apostrophes. I am going to try and fix it myself but this should really be checked before a release is made.

darkfrogg
Participant
#0

Hi guys, since I updated the theme, the excerpts seem to show an encoding problem with the apostrophes (totally absent from the article by the way) in French (website : http://www.tweet.fr).

For example, the following sentence : “D\’une part parce que je n\’ai absolument pas eu le temps”.

Would you have a solution ?

Many thanks and sorry for my poor English…

Oxidesign
tagDiv Member

Hello Radu,

It’s ok, i think it was only the title of the bloc in homepage.

Thank you

Radu
tagDiv Staff

Hello,
in theme customizer -> excerpts make sure that you have just numbers there (no characters and no spaces in the inputs)
http://screencast.com/t/BXnAHxDMqQV

Let me know if the problem persists. We will add better filters on inputs in the following versions.

Marius
tagDiv Staff

Hello again,

Unfortunately, the category page don’t use a template as homepage, but you can change the layout http://screencast.com/t/bfULSqPnl2 and you can select the module 1, module 2, etc.

Oxidesign
Participant
#0

Hello,

There is an error in my homepage. When i add block, i have this 3 messages :

Warning: explode() expects parameter 3 to be long, string given in /home/voyagesm/modern-house/wp-content/themes/Newspaper/includes/class/td_util.php on line 235

Warning: array_pop() expects parameter 1 to be array, null given in /home/voyagesm/modern-house/wp-content/themes/Newspaper/includes/class/td_util.php on line 237

Warning: implode() [function.implode]: Invalid arguments passed in /home/voyagesm/modern-house/wp-content/themes/Newspaper/includes/class/td_util.php on line 238

Do you know how can i fix it ?
Best regards,
Oxi

NewWP
tagDiv Member

Thank you for your adequate guidance, Daniela. I really appreciate that.

I have another trouble with the template of category page which I cannot access to. Could you show me how I can set the templates (which can be modified in the Customization)? The only thing I could see is the template for Homepage.

Again, thank you for helping me out.

Marius
tagDiv Staff

Hello,

Please use on that page Homepage – Blank template http://screencast.com/t/XBJbuGkuG and see if works.

Marius
tagDiv Staff

Hello, appwallvn and NewWP

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.

2.If you edit a post you have this option like here: http://screencast.com/t/hG7nDWLQ4sv The reviews post will appear with star on all the widgets and blocks from newspaper.

About social counter please go in Appearance-> Install Plugins and activate the plugin like here: http://screencast.com/t/V533CHwf1
Afetr you activate the plugin go in Appearance->Widgets http://screencast.com/t/znoorHbR45u and here please add the id facebook http://screencast.com/t/ZTcwh0ywlbh7 , etc 🙂

NewWP
tagDiv Member

Hi,

Have you tried to re-download the theme (which is updated on themeforest) and copy the file Newes to update?

By the way, I found your site was quite nice. Also, I want to ask how you can create the block on your homepage (screenshot: http://www.screencast.com/t/pPyDayCEX9SO and http://www.screencast.com/t/1QQaZvk4Bv)

I couldn’t find these blocks on Visual Composer.

Thanks in advance.

Tracy
Participant
#0

Hi,

I don’t know why, but my slider always shown the grey color box. Happens on all pages except homepage.
Please see the screen shot from below link. https://www.dropbox.com/s/o09495aal3mcvy3/Screen%20Shot%202013-10-09%20at%201.57.04%20PM.png

Please advice.

Thank you.

lubhelium
Participant
#0

Hi there,

I have some posts whose slider image on the homepage take up the entire slider area and others that have gray area on the left and right of it: how can i set all slider images to have the full image? Is this something to do with the you tube video it is pulled from or something else?

How can I make it show the full thumbnail image?

joventu
tagDiv Member

OK great! Excellent thank you once again Marius!

Marius
tagDiv Staff

Hello,

Edit page-homepage-loop.php and change like here: http://screencast.com/t/ATtJVZQc

Add there the ID of the categories you want to hide

Marius
tagDiv Staff

Hello,

1. Open function.php and replace this code to be like this:

//big slider – big image
add_image_size(‘art-slidebig-main’, 745, 606, true);
//big slider – small image
add_image_size(‘art-slidebig-small’, 326, 200, true);

http://screencast.com/t/VXIPbVKjIvff

2. Open td_module_slide_big.php located in \includes\app\modules and replace art-wide with art-slidebig-small in 3 places:

http://screencast.com/t/1JMfDchB

3. Add this to style.css


@media
(min-width: 1200px) {
.td_block_slide_big .iosSlider-col-3 .item {
height: 606px !important;
}

.td_block_slide_big .iosSlider-col-3 {
height: 606px !important;
}
.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-main {
height: 606px;
}

.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-sec {
height: 200px;
}
}

@media
(min-width: 768px) and (max-width: 1018px) {
.td_block_slide_big .iosSlider-col-3 .item .td-slide-item-main {
height: 545px;
}
}

4. Rebuild the thumbnails using steps from here: http://import.tagdiv.com/newspaper/doc/#existing-content

joventu
tagDiv Member

Any update on this? is it going to be possible to do? Or can you direct me to were the actual settings for this are?

Thank you,

ramondbb
Participant
#0

Hello I can’t seem to get my homepage setup. I follow the documentation instructions and pick an template. The big slider doesn’t show up and the background image shows up just a little bit. I left some links to pics to show you what I’m talking about.
http://hott.tv/wp-content/uploads/2013/10/2013-10-05_2012.png
http://hott.tv/wp-content/uploads/2013/10/2013-10-05_2016.png

BackEnd

FrontEnd

joventu
Participant
#0

Hi

I am using the homepage-blank template and used the page builder to build the frontage and am wondering if I can insert a background to the slide block as it is on the demo page on the hompepage with background option? I am currently using a site background also from the customize section for the entire website. can the two be combined?

PvtPulse
Participant
#0

I am using the static homepage, Homepage – with article list, But I want some categories not to appear there. Is there a way to edit this?

alopfr
Participant
#0

Hello,

I’m an spanish web-magazine editor. The Newspaper theme is very beautiful and full customizable, but I have two problems:

1. I can’t put the Author name and a link to the articles of each author in the meta of the articles in the homepage and in the articles.

2. My logo is bigger than 300×100 px, how could I change this restriction although it suppose the loss of advertising space in the header?

3. Also I lost my favicon (my url is: http://papeldeperiodico.com).

I’ll be very happy if you give a quickly answer, I’m showing a bad image d my magazine. Thanks!

joventu
tagDiv Member

Hi Radu,

I am just looking to see if it could be a bout 100-150px bigger in height? PLease advise.

Thank you,

Radu
tagDiv Staff

Hello,

You cannot easily change the sliders ratio/resolution. What resolution do you need? I will try to test if it can be done.

Viewing 25 results - 16,476 through 16,500 (of 16,511 total)