Search Results for 'homepage'

    No search results were found in Documentation!

Results from the Forum
makedaman
tagDiv Member

Thank you for your advice, but i ment the gap in the mobile view. Sorry, i think i forgot to mention that properly.

I made a totally new topic for all my problems now 🙂 thanks for all

If you have some advice for me you can visit : https://forum.tagdiv.com/topic/ipad-and-mobile-homepage-post-image-size-problems/

Thank you so much for your help !

makedaman
Participant
#0

Hello!

First of all thank you for your time viewing my mobile and ipad issues!

I have these problems:

1) When i’m on an Ipad the portait mode looks like this in my Block 9 posts: http://www.screencast.com/t/BX8ZnV4e0 . How can i make the title and excerpt go to the bottom of the picture ?
Or if that’s not possible, how can i make these pictures smaller so the titles and excerpts look good ?

2) Ipad Landscape mode looks like this on the Latest articles/ Article list: http://www.screencast.com/t/uZRAfFyJ1g . How can i make these images go bigger like this : http://www.screencast.com/t/insdMSaj . Because when you visit my site http://www.sketsi.fi , you can see that the post images are correct size on Ipad Landscape mode, but when you scroll down and get to the Article list, it shows the post images in a smaller size.

3) Ipad portait mode also shows the Latest article list pictures smaller than it should be , so how can i get those bigger ? http://www.screencast.com/t/ajq8xs2Hlg

4) My mobile shows homepage post images too large, more than full screen size. How can i make these smaller, maybe like this, just on the mobile landscape mode ? http://www.screencast.com/t/MVr7oxewTjZO
Because now its like this, and you have to scroll really hard down to see the title and excerpts : http://www.screencast.com/t/qvljiAW0NY2

5) I managed to get the website logo in the middle and the search logo on the right, but only in the mobile portait mode like this http://www.screencast.com/t/cSstk8tc12 . How can i also make this the same in the mobile landscape mode ? now its like this: http://www.screencast.com/t/5oQkd4gQ0 .

And there is also a gap between the menu and the big slider in the mobile landscape view.
I had the same thing in mobile portait mode, but the texts were way too big and the gap was confusing, so i had to disable it. Any suggestions on these ?

DonUchiha
Participant
#0

I have unique articles set on the homepage and that’s working fine. But on the article page the sidebar shows the article even if it’s on that same article. like if side bar has article 1 and i click on article 1 it will still show up on the sidebar.

is there a fix for this?

thanks

Manonhoskam
tagDiv Member

Thank you so much! I changed the entire homepage to make it more of a magazine style homepage, I never realised I could customize the homepage like this! Still a lot to do but I’m getting the hang of it! Just one more question: would it be possible to make the logo at the top bigger so it stands out a bit more? In all header styles it seems to stay quite small..

Many thanks in advance for your help!!

Manon

sfeaton
tagDiv Member

Also the featured large image on the homepage is showing the most recent post and not the latest featured.

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css for homepage post block: http://screencast.com/t/5OjyBw3n7cQP

.page .template6-header {
top: 900px;
}
.page .td-full-screen-header-image-wrap, .page.single_template_6 .td-header-wrap {
height: 1000px !important;
}
.page .td-full-screen-header-image-wrap .backstretch{
height: 1000px!important;
}
.page .td-full-screen-header-image-wrap .td-backstretch{
height: 1000px!important;
}
.page #td-full-screen-header-image{
min-height: 1000px;
}

Also for post template 6:

.single .template6-header {
top: 900px;
}
.single .td-full-screen-header-image-wrap, .page.single_template_6 .td-header-wrap {
height: 1000px !important;
}
.single .td-full-screen-header-image-wrap .backstretch{
height: 1000px!important;
}
.single .td-full-screen-header-image-wrap .td-backstretch{
height: 1000px!important;
}
.single #td-full-screen-header-image{
min-height: 1000px;
}
.single_template_6 .td-header-wrap {
height: 1000px;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please remove this code so the parent category wont show up on post page: http://screencast.com/t/yBPdB4YsTr

The image for homepage post block(post template 6) use javascript and you will need custom work for this and it is not an easy task to add link like on the title. Unfortunately we cannot offer custom work for the moment because we work hard on the development, updates, fixes and support. Sorry for inconvenience!

Thanks!

makedaman
tagDiv Member

Hi!

Thanks for the help, it really helped me!

I just can’t get the iphone landscape homepage post pictures smaller, they fill my whole iphone 6 screen. What css should i add according to this http://stephen.io/mediaqueries/#iPhone .

I would normally allow the Big slider also in the portrait mode but there is some kind of big space between the menu and the big slider, do you know how to help me with this one ? or do i just make a new topic

thank you so much for your help!

DonUchiha
Participant
#0

Using block 11 on my homepage and I’m really disappointed in how it looks on mobile. It stretched an image thats supposed to be 180×135. It doesn’t look right at all.

This is how it looks: http://awesomescreenshot.com/01b4l4ord4

I’ve just been looking at how they manage at http://aplus.com/ and I notice the used a biggest sized picture and scale it down but now try to fit the whole picture but only the center cropped out to match the size.

Would this be possible? or even use the 218×116 version of the image or something.

thanks

DonUchiha
Participant
#0

I was wondering if I could stop template 6 (big post) from showing the parent category. I’m trying to only get it to show the actual category it’s in, just like in the modules.

http://awesomescreenshot.com/0854l4koac

Also when its used on the homepage the link is clickable.. would it be possible to make the image clickable as well?

cheers

Hxadecimal
Participant
#0

Hi,

I recently purchased the Newspaper theme. Through your demo it looked like it provided the design framework that I was looking for.

I want to set up my homepage like the following website: http://i.imgur.com/I4mXIMD.png

It displays one article over another with a big picture and then the introductory text underneath with an option to see more.

When I go into the Visual Composer I found the Block that represented this: Block 3 as seen here.

However, instead I don’t get that at all. The block actually displays 2 or 3 small images beside each other such as this: Example

I was wondering how I can set my homepage like this: http://i.imgur.com/I4mXIMD.png since Block 3 doesn’t fulfill that role.

I’m familiar with HTML, CSS, and some Javascript. If the only way I can achieve this look is by going into the code I’m comfortable with doing that I would just need some guidance on how to do it.

Any help is much appreciated, thanks.

simchris
tagDiv Member

Yep, just put articles in a category, and then exclude that category number from the blocks you create for the home page.

Using the theme builder takes some experimentation.

You also need to set your custom page as the homepage from the general/reading tab in your WP admin (see the theme docs for how to do that).

Manonhoskam
tagDiv Member

Also, another question (sorry, I’m quite new to this..), I’ve selected a template for my homepage with two columns of articles with featured images next to eachother. This seemed to work just fine before. All of a sudden now there’s only one column of articles underneath eachother, which looks nowhere near as good. I’ve tried to change the template and set it back again, but it doesnt work. What am I doing wrong? My website is wwww.anamsterdamlocal.com..

Many thanks!

Manonhoskam
Participant
#0

Hi,

I’m setting up a ‘guide to Amsterdam’ website, and I would like to have sort of a ‘database’ of things to do in Amsterdam, that I can then link to from articles on my homepage. Would it be possible to add content in categories that will only show up when the user clicks on that category? That way I could have my homepage dedicated to news, walking tours etc, and have a seperate database of restaurants and bars etc. that I can link to. Is there a way I can do that?

Many thanks in advance for your help!

mmeisner
Participant
#0

Hi guys

Quick question. How can I restrict certain ads from displaying on the homepage? I have the fashion style going, with a big top image spanning the width, and it looks horrible with the banner ad showing. I’m sure there’s some simple trick I’m missing but can’t figure it out from the docs..

Thanks in advance!

Alin [tagDiv]
tagDiv Staff

Hi,

I guess that you are refer to the Big Slide image, as I did not find any Revolution Slider on your homepage.
The image need to be at least 745x483 which represents the big image thumb size and the image needs to be of that width to fill the whole container. Regenerating thumbnails should solve it unless the image you use it’s smaller that the dimensions needed because WordPress doesn’t enlarge images.
If you use larger images please regenerate your thumbnail following this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please try a plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ to enlarge thumbnail. For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.

Thanks!

Lucian
tagDiv Staff

Hi,

You could try to use short-codes and render ad codes from one of your panel ad spots, you can use do short-codes function to add it on your template, use this method: https://forum.tagdiv.com/topic/how-to-add-an-adsense-code-below-of-the-latest-articles-in-homepage/#post-33395
I suggest you also address this question to plugin’s authors or search for a solution online.

Thanks

2k4
tagDiv Member

The issue has been resolved; i think the cause was the cache on my devices.

On another note, I want to change the social icons on the homepage and post page to those on these two sites http://www.viralnova.com/ (for the homepage) and http://www.bbc.com/earth/story/20150306-horses-remember-more-than-we-think (for the post page). How can I do that?

Thanks

Axel
tagDiv Member

Don’t worry its my english… so bad to explain a simple problem hahaha…

By default my website size is configured like that :
http://www.web-reggaeton.com/wp-content/uploads/2015/03/Capture-d’écran-2015-03-08-à-19.15.07.png
Everybody who come’s to see a news or my homepage see that.

BUT

I changed myself on my own navigator (Chrome, safari or mozilla) the resolution using “ZOOM” at 75% instead of 100% as before by default for every one who came visit my blog.

Using 75% zoom :
http://www.web-reggaeton.com/wp-content/uploads/2015/03/Capture-d’écran-2015-03-08-à-19.14.47.png

Do you think its possible to defined by default for everybody in my css a 75% zoom ?

Axel
Participant
#0

Hi everyone,
my problem concern only computer devices, my website http://www.Web-reggaeton.com is loaded with a bad resolution.
the body of the website took all the place on the screen and we can’t see my background.

My solution is simple, I use “ZOOM” services of Safari or Chrome to unzoom at 75% and at this moment I can see properly my background.

I would like to configure my website for every visitor who come’s to see a news or just my homepage with a good resolution where they can see my background properly.

I think that concern CSS ? When I go in THEME PANEL > CUSTOM CSS > ADVANCED CSS :

RESPONSIVE CSS
Paste your custom css in the appropriate box, to run only on a specific device DESKTOP

I don’t know nothing about CSS langage… so… I need some help to configure and fix my problem 😀

Thank’s for read me.
Axel.

unplug.tips
tagDiv Member

I’ve done the change from http to https:// in the file you suggested and that has got the vimeo and the youtube videos to appear in the posts.

No featured image is being generated for the post from the video embed though, should the theme do this or do I have to do this manually? If I don’t add the featured image the content area on the homepage is blank, just the post title shows

The original problem I had was that when I add the featured image myself it will show on the front end and it will have the video play icon on the top but when I try and add this to facebook or twitter there wasn’t an image from the post included in the preview and no image displays in the facebook/twitter post. I have tried to add the image separately in the social media panel in yoast SEO and this now seems to be working although further testing is required.

I have just had a look in my media gallery and 3 new images have been generated for a previous post, they are entitled “max res default” and they are 700 kB 3000 × 1775, this is rather large and excessive, is the theme going to generate 3 x these images every time I attempt to add a video or is there some kind of conflict going on with me adding a separate featured image when the theme is now trying to generate an image from the video?

I’d like to know as it’s not going to very good for my server resources if we keep generating 2100kb of unwanted images every time I try to post a video.

Let me know your thoughts

unplug.tips
tagDiv Member

Ok, so I updated both sites to the new version of the theme and now I have a uniform outcome. Neither of them work.

On my main site that was working before now I just have blank boxes in the posts where the videos should be, this has effected all video posts not just vimeo. I had been adding featured images as the video embed function wasn’t generating the images for the homepage I have tried removing these to see if it will generate the required images and it wont, the boxes on the front page are blank if I remove the featured images

Can you tell me where that file lives Chris, I can’t find it, I am pretty sure I have already done this change on my main site though.

unplug.tips
tagDiv Member

Hi,

I’ve just updated to the latest version of the theme but the situation is still the same on my test site.

I can’t see a featured image on the homepage in any of the blocks and I have no video in post. I have tried to add the URL with the HTTPS and without it with 3 different vimeo videos but still nothing.

I have also tried to embed a youtube video and that is the same, blank! Nothing.

I have deactivated all of the plugins and cleared all of the caches and tried again but no joy, I have viewed the site on my iphone, ipad and laptop and the results are the same.

I’ve no idea what the 109 thing is or why it would be trying to do something other than it is supposed to do in wordpress, I wouldn’t want to or know how to mess with that stuff?

I use site wide SSL on all my sites, not sure if this could cause problems?

I’ll update my main site to the new version of the theme and see what happens with that

zeeeziggy
Participant
#0

How do I get the post views to show on the homepage modules?
I switch on the (SHOW POST VIEWS) option but it only show on the single post page,
I would like it to show in the modules like (COMMENT COUNT, DATE and AUTHOR NAME)

deelauaki
Participant
#0

1. Big grid grey gradient that makes the writting very hard to read..How do I remove?

2. Search button not working.

3. Menu nit working on mobile

4. The next and previous buttons underneath categories on homepage do not work, when clicked it just pops you back to the top of the homepage.

5. Scroll to top button missing?

6. Load more posts at the bottom of homepage also pops you back up to the top of page.

7. On mobile inbetween the menu button and search button you can faintly see newsmag logo

http://www.viralireland.ie

Viewing 25 results - 14,801 through 14,825 (of 16,511 total)