Search Results for 'homepage'

    No search results were found in Documentation!

Results from the Forum
r1kay
tagDiv Member

I’ve read the docs already. It is showing up on the post pages, but it isnt showing up on the blocks modules. Please give support. See for yourself http://mhmag.nl

axonic
tagDiv Member

Hi Marius,

I’ve changed the setting according to your solution.
But I get this problem:
1. The slider is not a full width slider
2. The slider image is above the frame with empty space below the image
How can I make the slider above the sidebar & content?

3. The width is no longer 3/4 + 1/4 , making the sidebar too wide and the content place too small.

Is that possible to have 3/4 + 1/4?
I can see that you have 1/4 + 3/4 in the layout setting, can you add one more in the future template update?
Thanks.

axonic
tagDiv Member

Hi Marius,

I overlooked on this. That’s help!
Thanks

Marius
tagDiv Staff

The solution above is for the loop, latest article: http://screencast.com/t/naTmufN1S

For block works only if you use the full layout in visual composer and use the Default template with sidebar that force the layout on 2 columns.

Marius
tagDiv Staff

Hi,
Go to theme panel -> Excerpt and set from there on module 2 http://screencast.com/t/PxfodLMh

Marius
tagDiv Staff

Hi,
Do you want to have the full image when hover the mouse? That is custom and only if you achieve that with a plugin if exist.

Go to module_6 and uncomment this line if you want to show the author name: http://screencast.com/t/Zz3388CI

Radu A
tagDiv Member
r1kay
Participant
#0

I’ve installed the ajax_the_view and wp-postviews plugins and it show the views on the post pages, but it doesn’t show the views on the homepage and category pages. I use block 2 and 3 on the homepage and module 6 and 7 on the category pages. Also, the views wont show on post pages on mobile.

Also, those plugins slowed down my website. Most visitors won’t noticed because of the cached pages created by WP Super Cache.

axonic
tagDiv Member

Hi,

I made changes accordingly, and changed the custom column at the visual editor

But it’s not working
http://deepciel.com/wordpress/wp-content/uploads/2014/04/Screen-Shot-2014-04-17-at-10.17.22-PM.jpg

Please assist.
Thanks.

axonic
Participant
#0

Hi,
I tried to set the post introduction length at the back end THEME PANEL -> EXCERPTs -> EXCERPTS LENGTH but it’s not working.

I think that the introduction is too short on the homepage as below:

How to make the introduction longer? Thanks.

axonic
Participant
#0

Hi,
I have changed to title font size at the back end, THEME PANEL -> THEME TYPOGRAPHY

I did it one by one and finally would stay at the font size for CONTENT TITLE on the homepage as below, the CONTENT TITLE is slighter bigger than the CONTENT FONT SIZE

http://deepciel.com/wordpress/wp-content/uploads/2014/04/Screen-Shot-2014-04-17-at-9.28.35-PM.jpg

However, in the particular post, the CONTENT TITLE is significant smaller than the POST CONTENT FONT SIZE as below:

At the category URL, the POST CONTENT TITLE is also smaller than POST CONTENT FONT SIZE as well:

http://deepciel.com/wordpress/wp-content/uploads/2014/04/Screen-Shot-2014-04-17-at-9.29.23-PM.jpg

Please help so that the CONTENT TITLE SIZE can be consistent.
Thanks.

Abhay Pratap
tagDiv Member

Hi Marius.
Please see screenshot http://i.imgur.com/sKl3LP6.png.
In the site http://www.wpthemesdigest.com/ when we hover mouse in any post thumbnail then full image displaying.

And in the module 6 we able to display category name. can you help one thing also when we open any category like http://www.bestwp.org/category/premium-themes/business/ then bellow post category name will change to by author name.

saggel
tagDiv Member

marius when i change it the “#disqus_thread” inside of the articles, when i click on comments icon, it’s lead to the comment section, but when i click comments icons on homepage or on other pages, not going to comment on the article. The problem is does not read the link of article, and put /disqus_thread on current page

Radu A
tagDiv Member

hi,

you can have only one section of the page with background image.

create a page , use the template Homepage- bg + .. or Homepage - bg - .. then set the Slide background with your custom image (URL to the image) save the page and open it.

http://screencast.com/t/VzVfjnroZo

Thanks for you message.
Radu A.

atflaten
tagDiv Member

See my comment above. Big Slide works just fine with other categories, and it also works with Featured, as long as unique articles are disabled. It doesn’t work when unique article function is enabled.

Just to be clear: Unique article system is not supposed to hide articles in mega menu from the front page? It does that now. Is there a fix?

I’ve enabled unique articles on the homepage so you can see what I mean:

http://amerikanskpolitikk.no
password: ampoltesting

Marius
tagDiv Staff

Hi,
You can change it on 3 columns but will affect entire modules. You can try it and see if work correctly.

Change like here:
1. http://screencast.com/t/CNni9IVMB
2. http://screencast.com/t/jk2hpONCOdI

Thanks!

Radu A
tagDiv Member

hi,

try to use less blocks on the homepage,

try to set the Big Slide to show post from another category, see if it works.

unique article system only insure that there are no duplicated articles on the page.

Thanks for you message.
Radu A.

atflaten
tagDiv Member

I found the problem: The unique articles feature (!)

When it’s disabled, everything works fine. The big problem, obviously: duplicate posts on the homepage. Looks sloppy.

When unique articles is enabled, the big slide with the featured posts disappear, and the posts on the first row in mega menu act as if they’re visible on the front page. I thought this was fixed in an earlier version? I have 3.6 running.

http://amerikanskpolitikk.no (password: ampoltesting)

PhilDbz
tagDiv Member

Hi there,
I had the same problem. It’s due to the fact that the the_views function in wp-postviews.php reads the value of the “views” custom field from the homepage instead of the single posts mentioned in the blocks, so all counters on the homepage show the same value.
I fixed this commenting out
//$post_views = the_views(false); in td_module.php
and adding
$post_views = get_post_meta( $this->post->ID, 'views', true );
which reads the value of the views custom field of each single post. It seems to be working so far… but be careful, it has some implications, as it overrides the the_views function.

Gee95
Participant
#0

Hello,

I’m using the plugin ‘AJAX Hits Counter + Popular Posts Widget’ to display one popular post on my homepage sidebar, as i’m using a cache plugin as well.

How can i apply the same styles to this code:

<span class="popularsidepost">
  <a href="{permalink}" title="{post_title}">{thumbnail-320x240}{post_title}</a>
</span>

So it looks the same as the other posts (output) on the homepage?

Clear things up: I want the same font and size for the post title, rounded image for the widget also positioning of the text and image (so it doesn’t look any different for any other content on the homepage).

For the rounded image, i’m using the custom CSS (in the theme options):

.wpb_row.row-fluid div.thumb-wrap a img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}

Thanks 🙂

jchamp
tagDiv Member

How do I change the home page slider background image like you have it here…

http://demo.tagdiv.com/newspaper/homepage-with-background/

That is what I am talking about

Is it also possible to do this all the way down the page through different section of the site.

Radu A
tagDiv Member

hi,
if you want to add background image use the homepage – bg … templates : http://screencast.com/t/TwCma9wa

here is where you add the background image : http://screencast.com/t/uPQREtxys

only one color can be added as the theme color: http://screencast.com/t/2DAdMN1q

and only one background image.

Thanks for you message.
Radu A.

axonic
Participant
#0

Hi,
I would like to change the content element block with 3 column, how to do that?
I’m having the 2 blocks, I think it’s too large, how to make it 3 column?

Marius
tagDiv Staff

Hi,
I don’t understand your question, sorry, can you be more specific, show me in a screenshot or something.

For the loop is used a general layout builder and will be on all modules(loop) if you change this.

Change like here:
1. http://screencast.com/t/CNni9IVMB
2. http://screencast.com/t/jk2hpONCOdI

Thanks!

Marius
tagDiv Staff

Hi,
Is ok for your homepage, we used H1 on title posts. All the SEO stuff was done following the guide from SEO by Yoast. https://yoast.com/

Thanks for your message!

Viewing 25 results - 15,926 through 15,950 (of 16,511 total)