Search Results for 'homepage'

    No search results were found in Documentation!

Results from the Forum
Abhay Pratap
tagDiv Member

Thanks for your support to show category.
But in full post thumbnail, i don’t want to display full post image. when we hover mouse on image then thumb show full image.

And How we can display 3 post in one raw(default is 2) in module 6 with sidebar.

ocbln
tagDiv Member

@Marija1m1: For this, i use the Plugin ‘Float-Left-Right-Advertising’.

Marija1m1
tagDiv Member

awesome thanks

Marius
tagDiv Staff

Hi,
Add this code
<?php echo $this->get_category(); ?>

function get_category() {
        $buffy = '';

        //read the post meta to get the custom primary category
        $td_post_theme_settings = get_post_meta($this->post->ID, 'td_post_theme_settings', true);
        if (!empty($td_post_theme_settings['td_primary_cat'])) {
            //we have a custom category selected
            $selected_category_obj = get_category($td_post_theme_settings['td_primary_cat']);
        } else {
            //get one auto
            $categories = get_the_category($this->post->ID);
            if (!empty($categories[0])) {
                if ($categories[0]->name === TD_FEATURED_CAT and !empty($categories[1])) {
                    $selected_category_obj = $categories[1];
                } else {
                    $selected_category_obj = $categories[0];
                }
            }
        }

        if (!empty($selected_category_obj)) { //@todo catch error here
            $buffy .= '<a href="' . get_category_link($selected_category_obj->cat_ID) . '">'  . $selected_category_obj->name . '</a>' ;
        }

        //return print_r($post, true);
        return $buffy;
    }

like here: http://screencast.com/t/vDIQvlIHuyYb

For full thumb add this: add_image_size('thumb-full', 326, 0, true); in function.php like here: http://screencast.com/t/X9zw07pJOICP

Then edit like here: thumb-full http://screencast.com/t/6q2KQ8r2E

Then regenerate your thumbnails following steps from here: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks!

Marius
tagDiv Staff

Hi,
The theme will switch automatic to RTL if you put your WordPress in Arabic language.

Or use this: http://ar.wordpress.org/ and activate the theme. If you want you can install the demo data, this will build the homepage to.

Thanks for the message!

atflaten
Participant
#0

Hi

For some strange reason, I have an issue with showing posts in the Big Slide on my homepage. It’s set to show the Featured category, but it doesn’t display anything.

The featured posts show in widgets, but not in the big slide.

–> http://www.amerikanskpolitikk.no. Access it with this password: ampoltesting

Abhay Pratap
tagDiv Member

Thanks for your reply.
I am using module 6 in site http://www.bestwp.org. and i want to make it same as http://www.onwpthemes.com

I want to display only single category (which we select as a primary category in post setting) name bellow title.
And How Can we dispay 3 posts in one raw in module 6 with sidebar in catgory pages.

And if any option to display full uploaded image in thumb hover, Please suggest.

richardmerry
Participant
#0

Most of the time I want the featured image at the top of the post, but for some instances I dont, but I still need the featured imaged for the thumbnails and sliders on the homepage.

Is there a way to disable the featured image on individual posts?

Regards
Richard

Marius
tagDiv Staff

Hi,
If you use that template, will add the Big slider automatic in that background and read featured articles. Do you want to display other post there like latest? Should be modified via code.

Thanks!

Radu A
tagDiv Member

hi,
i use Samsung S4 and I can see the homepage and articles just fine.

on the home page you see the title of the post who is a link top the post page of that post.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,

identify what module are you using : http://screencast.com/t/tvb3Z9oD2

i use module 5 as example:
then: http://screencast.com/t/W0oLu4piTx

if there are more then 1 category is because the the post is either in a subcategory, or the post belongs to multiple category.

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,
The content area have 1170px, bake a background and inside of that 1170px add your banners left/right, then use that image as background in panel with position CENTER

Thanks!

Abhay Pratap
Participant
#0

Hello sir, I want to show category name in homepage bellow post title similar to like http://www.onwpthemes.com.
And if any way to show full thumb on hover similar like http://www.onwpthemes.com please suggest me.

brianur
tagDiv Member

Hi, It’s possible to use the background (Homepage – bg + with article list) without add posts to the featured category? <b>Homepage</b> - bg

  • This reply was modified 12 years by brianur.
simchris
tagDiv Member

Hi, Radu
no worries on name/company, etc.

I am pretty easy to find online. I added a note on my profile, that I’m not the tech support to call (I’m not the droid you’re looking for!) 🙂

Anything you can do for the resizing would be awesome.

The issue we have is essentially something like this:

1) we have mothership >>> pushes out news to our state/local site hubs
2) the local site pulls in both local versions, and national versions (news not from that state); so state news from the mothership goes into the main site content, featured on home page; national news is secondary, not featured
3) since the image for local news items are uploaded by FTP, not media manager, we use a theme running timthumb to auto generate the thumbs around site and featured homepage; for national news, timthumb grabs the national news item photos hosted on the mothership (external images) and builds the local thumbs for national category index and side of page (sidebar) stuff
4) so, when moving to something like newspaper, which needs a “featured image” – we can use Auto Post Thumbnail PRO to at least get the “first image in post” (whether from local FTP or external hosted mothership for national items) to the featured image spot/field.
5) so… now how do we get larger image for the featured categories and homepage when the root images are 500×375 and need minor increase? Normally timthumb — not possible with modern themes. Hence the issue. We’re not the only one with this kind of thing. And so my “will pay you big bucks” to solve for us, as we need to move to a modern theme away from Woo Canvas which replaced our old in-house theme. Canvas works, but has none of the micro-data, tricky stuff, modern menus, blah blah.

It seems we can solve the set first image in post with the commercial Auto Post Thumbnail Pro, but then the hangup is getting larger versions of those images for the featured boxes/layouts. We can’t start with GIANT images, for various reasons related to syndication, systems loading the images dynamically on their own sites, as well as images clients have, and/or “best fit” for layouts on news portals.

And we don’t want to do “width=100%” kinds of things, as we’d get tons of “you should be using actual size images…” warnings for pagespeed insights.

Anyway………. epic poem at an end.

Anything you can come up with will be most welcome. This is the last “need it!” issue which WP should have as option but they are opposed to for their own philosophical reasons and because the code is also used for wordpress.com (sigh).

Heck, if you solved it, you could probably offer a commercial plugin for it. Or offer an “Newspaper Enterprise” edition for $100 that included the feature. Those of us who need it, would pay, since we’re not part of the “free economy” whining about not getting 40 hours of free training with their $50 theme 😉

Marija1m1
Participant
#0

I wanted to add a Homepage Background that has a clickable ad.
What size does it have to be so that it fits on the left and right side?

yuliana
Participant
#0

Hi,

Newspaper is a wonderful theme, thanks.

We have some longer titles which appear on the homepage slider (I use the built-in one), could you please give me a hint on how to widen the the title wrap so that the title has less and longer lines?

Screen shot:
http://goo.gl/p8RjGb

axonic
tagDiv Member

Hi, Thanks.

Gee95
tagDiv Member

Does that work for ‘Popular Posts’ as well? Because i don’t want the views to appear by the posts, but i want the box (on the homepage) to display what the popular posts are on the site, if you get me?

Thanks 🙂

madrindie
tagDiv Member

Thank you very much. It is solved. I modified the file so it is printed the categorie i want.

Radu A
tagDiv Member

hi,
to use a background image you need to set the template of the page to be: http://screencast.com/t/xZ7xozqDaV (Homepage – Bg …) then choose and image : http://screencast.com/t/KP4cHjYoH8BS

hope this help.

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi @madrindie

Here are all the templates available with a diagram to see how it works: https://forum.tagdiv.com/page-templates/

You use there a template with BG this will add the big slide automatic and that big slide read FEATURED posts. You will get a similar look: http://demo.tagdiv.com/newspaper/homepage-with-background/

To mark a post as featured include a post in FEATURED category.

If you want to hide that use a template without BG, just edit your homepage and select Homepage – with article list template

Thanks for the message!

Marius
tagDiv Staff

Hi,
If you want a read more button add this code:

<div class="more-link-wrap wpb_button td_read_more clearfix">
<a href="<?php echo $this->href?>"><?php echo __td('Continue', TD_THEME_NAME);?></a>
</div>

like here: http://screencast.com/t/37gReQhFto89

Thanks!

madrindie
tagDiv Member

Sorry, i was out.
I post the link of the web.

http://www.madrindie.com/inicio/

axonic
tagDiv Member

Hi, I’ve changed the Excerpt to letter, then I don’t see the “Continue” or “Read More” button now. How to make it appear? And how can I change the “Continue” or “Read More” to chinese word?
Thanks.

Viewing 25 results - 15,951 through 15,975 (of 16,511 total)