Search Results for 'homepage'

    No search results were found in Documentation!

Results from the Forum
sbackholm
Participant
#0

We are getting a strange effect on the slider on our homepage. The slider is stacking all of the text for each of the titles on top of eachother.

http://goo.gl/Pd00u6

Any ideas? We have disabled all plugins and it still doesn’t display correctly. We are running version 7.2 of the Newspaper Theme.

Regards,
Stephen

nguyenxuan
Participant
#0
themesic
tagDiv Member

Its ok, I can understand that there are many replies so we might miss the point, hehe.
One last question before we have this closed: is there any block that can show latest posts with pagination, exactly like the template of homepage?

Andrei L.
tagDiv Member

Hi

Are you referring at video playlist from homepage: http://screencast.com/t/9Yf6DNpKJ If so you can remove it by editing the page with Visual Composer and delete that row. For more details about how to use Visual Composer and how to customize the homepage please check these links: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/https://forum.tagdiv.com/newsmag-block-settings-tutorial/

Thanks!

themesic
tagDiv Member

I mean that an Author wont be able to change this part of code, since it will be on PHP files, and not on a widget, neither inside visual composer, which can be changed with ease of access. The method that you describe is good for an administrator that wants to place the code there and forget it, but its not good for code which needs to be managed and updated regularly by a member with Author access.

I already edited the post and provided steps for people that want to do the same, so they will be able to manage this part of the website easily.
I didnt want to have content added below posts loop, i wanted to be able to add and organize EVERY content of homepage through visual composer, like on every other theme, but anyway, i used this as an alternative.

I did the changes on my own and edited my previous post (obviously you read the first revision of it) in order to make it easier for another purchaser, in case he wants to apply the same customization. As an appreciation of your work and your theme, I shared this publically.

Its a pity that your theme (which provides a really wide variety of functions) is having such a restriction, but anyway, thanks for your overall support.

  • This reply was modified 9 years by themesic.
Bogdan B.
tagDiv Staff

Hello,

We do not recommend editing the demo content. We created the demo content for users to have a visual representation of the theme with a bit of content, but this content will be removed if you decide to change demos.
VERY IMPORTANT: if you edit the demo content and then switch demos, your edited content will be removed.
We suggest installing the demo without content and start creating your own content. You can use page templates to help out on pages: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/

I hope this helps.
Thank you!

ryanpower
Participant
#0

Good morning, I hope you can help as I’ve a couple of minor issues with my site.

1. I wanted to know first if there is a way to stretch the logo across the width of the page as opposed to it occupying a small box in the centre of the page?

2. I’m struggling with the footer menu which I can’t get to display. I want to have my privacy policy and T&Cs down there and whilst I’ve made a custom menu and added those items to it, it won’t display on any page.

Some help would be appreciated! My site is at http://themidfieldgeneral.com

Thanks!

themesic
tagDiv Member

I simply want to be able to add content via visual composer (not static coding) at the end of the homepage!! ( after posts loop! )

wherever and whenever I add code in the visual composer, posts loop is always being displayed last.

Chris Baird
Participant
#0

I seen it done on a site that I believe was built with Newspaper 7, but not sure how to do it myself.

How is it done?

Hamzah
tagDiv Member

Hello Catalin,
Theres no problem when visitor access homepage, but when they click to post, it look like regular mobile version.

regular mobile version

Especially when the access with chrome browser.

Thanks
Hamzah

dritanleka
Participant
#0

i have update wordpress and then homepage and visual composer have a problem i cant use visual to change my homepage and my homepage sidebar is dissapered

pacoesni
Participant
#0

Hi guys, It’s me again. I was wondering to know if there is a possibility to change the menu just for the homepage. I just want to create a menu without “the previews”. Let me explain with examples:

I want to create and modified the menu with the menu editor on WordPress and then use it as the menu just for the homepage. In this menu I just wanna include links for categories, like this:

http://prnt.sc/c9gg34

The rest of the blog, it would be using the regular menu. The menu I choosed from the Newsmag Theme Panel. That one where I’m going to activate the meta menus:

http://prnt.sc/c9gfir

Is this possible?, how?

dubcnn.com
Participant
#0

Hey guys,

Our homepage for some reason stopped updating on August 3rd – we cant work out why and its causing serious issues now, any ideas as we’ve run out!?

http://www.dubcnn.com/

As you can see in other areas of the site there are new posts right up to today http://www.dubcnn.com/blog/ + http://www.dubcnn.com/category/news/ etc

Thanks
Duncan

alicestudio
Participant
#0

hi,

I see some weird behavior with the path of images called by the grids: I mean that when using a CDN for static objects, the path of the images should be relative to the CDN URL.
Well that doesn’t work with grids. It works with different homepage layouts, it works with articles, pages, but not with the images in the grids.
With grids the path of the images is always local to the server.

Is there anything I con do to fix that?

I’m using maxcdn with w3 total cache plugin.

thank you

paulaldrich
Participant
#0

Hey there,

When someone clicks my logo on one of my pages, i want the logo to link to /blog instead of my .com homepage. I have searched everywhere and it boggles my mind that his is not a feature in the theme settings. Please help.

Thanks,

pacoesni
tagDiv Member

Oh nou, that’s quite complex. What I’m looking more simple. I just want to create a menu without “the previews”. Let me explain in different way with examples.

I want to create and modified the menu with editor on WordPress and then use it as the menu just for the homepage. In this menu a just wanna include links for categories, like this:

http://prnt.sc/c9gg34

The rest of the blog, it would be using the regular menu. The menu I choosed from the Newsmag Theme Panel. That one where I’m going to activate the meta menus:

http://prnt.sc/c9gfir

I know is going to need a little of coding but not too much I guess.

  • This reply was modified 9 years by pacoesni.
Bogdan B.
tagDiv Staff

Hello,
You can place ads on the mobile theme from the mobile theme settings here: http://screencast.com/t/UirT16eMqF
Unfortuanlty there is no ad spot before the latest articles section on the homepage so it will have to be added in the mobile theme files. You can use a do_shortcode function like so: http://screencast.com/t/RkyB7Dnq

Here is the code needed: <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
This will render the ad from custom ad 1 in the mobile homepage.

Thank you!

Bogdan B.
tagDiv Staff

The mobile theme will convert the homepege as the guide I posted above shows. it will convert it tyo a grid with 3 featured posts and a list of the latest articles.
I’m not sure how you were using it and not having the homepage converted. It;s a strange issue. Maybe there was a plugin conflict that prevented the mobile theme from being active. The mobile theme was not tested with any plugins so we cannot say for sure which one will conflict with it or not as it’s still version 1.0

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you want to create a new page you have to create a new page from the wp settings: http://screencast.com/t/tRnP9QUHn Then you can edit the page in visual composer. You can either create your own layout or use one of the predefined templates. This video should help:

After you finished creating your page you can set it as a homepage from here: http://screencast.com/t/SP9A0SZ6q41

I hope this helps.
Thank you!

brianzulberti
tagDiv Member

I’m very confused. I was using the mobile theme plugin for the past month and it still showed the content from my homepage along with recent posts and other widgets.

Are you saying that the intended behavior for the mobile theme is not to display the content from the homepage and merely to show the latest posts?

Bogdan B.
tagDiv Staff

Hi,

1) Sorry but revolution slider cannot replace the menu from our theme. We have no solution to provide in this regard as you will need customization services to get it done which we cannot provide. Sorry.

2)You can remove the top padding on any page based on the page id. On the homepage you can use this code:
.page-id-8904 .td-main-page-wrap{
padding-top: 10px;
}

Thank you!

pacoesni
Participant
#0

Hi guys, It’s me again. I was wondering to know if there is a possibility to change the menu just for the homepage. Is because I don’t want to use the dynamic menu (you know, the nice preview thing) on the homepage because I used those categories right on the elements of the pagebuilder. Would you like to help me?

brianzulberti
Participant
#0

Good evening,

My website is http://www.mentalhealthsuggestions.com. The website looks fine, but when I access it on mobile all it shows is recent posts. It has none of the content from the homepage. I would like to know why this is happening and how to fix it.

Krassimir Radjov
Participant
#0

Everything is messed up on the homepage.
I use default Newsmag design.
MY new page is http://www.clubs1.net
Ask for assistance!

Krassimir

dritanleka
Participant
Homepage - topic
#0

Although the photo is not the responsive in big grid in the homepage

Viewing 25 results - 12,126 through 12,150 (of 16,511 total)