Search Results for 'block'

Results from the Forum
Kaskarino
Participant
#0

I use a Block 4 in my homepage and I’ am wondering if there is a way to show the number of comments for each post in homepage. The comments number should be next to post date.

Let me know

Thanks

Radu
tagDiv Staff

Hello,

this is strange. Can I see your site?

Radu
tagDiv Staff

Hello,

you can use winmarge http://winmerge.org/ – it’s a free tool that makes a diff between entire folders and you can also see the changes on a per file basis.

We built the theme like that because it has some very advanced features and flexibility that the wordpress template system didn’t provide (ajax / blocks / modules).

I would not recommend git

Radu
tagDiv Staff

Hello,

1. for the date you will have to change the wordpress language.
2. edit the menu and change it (for the icons text on mobiles use the translation panel from the theme) http://screencast.com/t/pZqAzC2CCgWP
3. http://screencast.com/t/uVwUi6EO
4. woops 🙂 we missed them in the translations panel. You can edit the social counter plugin: td-social-counter.php like so http://screencast.com/t/tuXHNwyXH we will fix this in the next update.
5. use the panel
6. the panel and edit the block in visual composer

Hope this helps

davistar
Participant
#0

Hello,

I don’t like the fact that there are no comment icons on block 3 and 4 at all – people are not discussing at all then (in my case).

Also, on block 2, there are only comment icons on the first 2 posts (2 column). Funny thing is that users are always commenting those posts. After a posts loses its position on the top (3+), they stop all of a sudden. A reason could be that the comment icon disappears as well then.

Is there an easy way to change it? I’d appreciate that.

Thank you.

Marius
tagDiv Staff

Hello,
The sidebar settings from page http://screencast.com/t/ZzwRNhNqOt1q work only on default template http://screencast.com/t/dGmo787lIh2M that is with sidebar and title page default

or

on this templates with article list http://screencast.com/t/kmpUyRnJ6GWw

Here are some diagram how the templates work scroll down on point 2 http://import.tagdiv.com/newspaper/doc/#homepage
here is a screenshot: http://screencast.com/t/ycplns85VzBe

Thanks for the message!

Marius
tagDiv Staff

Hello,
The don’t miss section is just a block from pagebuilder with title DON’T MISS, you can set that block like you want, just edit the homepage and edit that block http://screencast.com/t/vtGkL5rmk

Hope this help.
Thanks for the message!

rcraig232
Participant
#0

Let me describe what’s happening.. let me know if you have any thoughts.

“Sidebar A” includes a “Block 1”

“Page A” uses “Sidebar B”

When I add a “Block 1” to “Page A” using the visual composer.. my sidebar on “Page A” will ONLY use “Sidebar A” (which also includes a block 1). No matter what the page template settings are.

Any idea?

Thanks! Love your work.

Marius
tagDiv Staff

Hello,
No, sorry for the inconvenience. Thanks for the suggestion. I will add this on our todo list.

Thanks

alvinhy
Participant
#0

Can blocks on the side bar show posts that are in the same category as the article viewed?

Marius
tagDiv Staff

Hello,

Add $buffy .= ''; and paste you code there, will be after the view count
Add your code and please provide us a link to see the results.

Thanks

Marius
tagDiv Staff

Hello,
1. Here are some tips about what we use on our demo https://forum.tagdiv.com/topic/theme-speed/#post-900 also use W3 total cache plugin for more speed or our plugin SpeedBooster (beta – color from TC not work and could have some plugins conflicts)

2. We have only Google Font, if you want to change to verdana, edit your style.css and find and replace the font.

3.
– Edit function.php and change the featured image size at 300 x 250
– Change in Theme customizer to Crop http://screencast.com/t/3DQqv1H3l
– Add this in style.css

.post .thumb-wrap {
    display: inline-block;
    float: left;
    margin-right: 23px;
}

– Edit td_module.php and add this code like here:

$buffy .= '<div style="height: 30px; background-color: #ffffff;"></div>';
 $buffy .= ' ';

http://screencast.com/t/9OBS1D2YmKT

Hope you manage it. Thanks

troelschristensen
Participant
#0

Hello!

First of all. Thanx for making a great theme.

I really love the support and quickness of the updates.

I have this challenge. After updating to version 1.7.2 my sticky posts are not shown.
Am i doing something wrong? Hope you can help. I have made a compromise and added a block to show them, but before they were shown among and above the other posts.

My site is http://www.ggbkursus.dk.

Thx.

alvinhy
tagDiv Member

Hello Radu,

I tried adding it there but nothing happens.
Would it be easier to have it hover over the thumbnail images?

EDIT: it comes out underneath the title of the block.
Is it possible to have it on each article in the block next to the view count?

  • This reply was modified 12 years by alvinhy.
offminded
tagDiv Member

I have created a text/html widget block on widgets page and entered the shortcode into it:
[vc_tabs]...[/vc_tabs]

I havent done any styling, it wasn’t needed.

  • This reply was modified 12 years by offminded.
offminded
Participant
#0

Hi,

What I want is being able render ad block using the renderer below:

echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_name' => $tds_top_ad_spot));

I tried changing $tds_top_ad_spot to my custom ad spot name but it doesn’t render my ad block. Thanks.

patentshot
Participant
#0

Hello.

How can I add adbox in infinite scroll?

for example, I would like to display like this

in Block 3 (infinite scroll)

article
article
article
article
article
adbox
article
article
article
article
article
adbox
article
article
article
article
article
adbox
….
….
….
….

Marius
tagDiv Staff

Hello,
The feature image works on pages like on posts.
On our blocks you can get pages instead of post if you use on Post type: PAGE http://screencast.com/t/EaQaioRO6G and the block will get pages instead of post, but you can filter all pages, because pages doesn’t have categories, tags, etc.

Thanks for the message!

Marius
tagDiv Staff

Hello,
Here is the style for your title like it is now on you site. This should replace the default widgets style like yours. Add it in style.css

.widget .block-title {
   border-bottom: 2px solid #3E423E !important;
 }

.widget .block-title span {
  background-color: transparent !important;
  color: #BF1313 !important;
  font-family: 'Oswald' !important;
  font-size: 21px !important;
  padding-bottom: 3px !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
}

Hope this help. Thanks

DavisBeatz
tagDiv Member

Ignore this topic, it was resolved.

DavisBeatz
tagDiv Member

After further testing, I figured out that it has to do with the ajax code used, EasyList’s via Adblock is blocking it from loading the javascript/ajax needed for it to work. Any workaround for this? Its not phsyically “blocking” it persay just completely disabling the function, there was a similiar case here.

http://www.webdeveloper.com/forum/showthread.php?232419-RESOLVED-Check-image-load-for-error-event

kosser
Participant
Post style - topic
#0

Hi,

Love the theme.

I need to know how to make the posts from this page:
http://intel.redflashgroup.com/?page_id=93
This is set up under: Settings/Reading/Post Page: “Customer”

to have the category filters like this page:
http://intel.redflashgroup.com/
This is set up under: Settings/Reading/Front Page: “Feeds”
-Using the td_block4 category

Any help would be greatly appreciated.

Thanks,
-Chris

simchris
tagDiv Member

Just for a point of reference on our test site under development, with 1.7.2, and no caching or tagdiv/optimizer plugin enabled. This is neither a complaint, nor solution, just an indicator of another look at “speed” on a “typical” review article page online, based in U.S.

Test article page
http://ga-ga.com/785/discwatcher-watching-films-at-home-spring-2013-a-good-day-to-die-hard/

Google Page Speed = 96 / YSlow 73* (desktop; not showing mobile results)
Page load time: 6.46s
Total page size: 2.19MB
Total number of requests: 106
*NOTE: huge number of “errors” due to GOOGLE ads/cookies/etc. with embedded YouTube video and two AdSense ads (top/right) and social media crap. Unrelated to theme.
PAGE HAS: 3 large images in article; two content blocks right side with 3 thumbnails each (6 images) and the 2 related content items below story. Total 11 images plus gravatar, and 2 logos.

14 images, 2 ads, youtube video; Google Page Speed “96” — not too shabby!

Main issues have to do with Google elements, and social media stuff. One javascript file could be compressed; YSlow hates the @style load of CSS via child theme (sigh). Images could be slightly more compressed (option to set compression level via functions file?).

For those looking at Google Page Speed vs “load time” or “payload” … ALWAYS test your “page speed” with AdSense stuff removed or you will always get upset with any WP site ranking/rating/testing. In our case, the above “96” with Google Page Speed is pretty amazing, frankly. 6 second load time, not so much (anything over 4 sec would be considered “bad” these days), but caching plugin and CDN may help with that immensely. Yslow pretty much “demands” a CDN for top speed ranking.

Our goal is 3 sec. max time for a page like that (avg 2.6 sec would be acceptable based on how some of our other sites work) and if/when I get to that, I’ll share our method of optimization, if anybody will want to know.

— PLUGINS:
* all jetpack OFF
* WP-Optimize (speed up your DB by optimizing it!)
* Akismet with site license
* Limit Login Attempts (a must!)
* Regenerate thumbnails
* WordPress SEO by Yoast
* bare minimum tagdiv provided plugins (e.g., animated GIF resize)

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

Only plugin I have is Adblock, when I disable it, everything works fine via the website, when it’s enabled it forces page load on the sub categories and doesn’t start slider :(? Shall I try the install on a diff folder or completely different domain?

Danrallison
tagDiv Member

Thats, done but i still seem to have a big rectangle block there.

Thanks,

Daniel

Viewing 25 results - 39,626 through 39,650 (of 39,816 total)