Search Results for 'block'

Results from the Forum
Marius
tagDiv Staff

Hi,
You have tried the CSS above? That CSS will make that border at 0px on entire site.

adhi
tagDiv Member

please read my message before…

my message before said “CAN NOT WORKING”

Marius
tagDiv Staff

Hi,
Do you want to remove that line? I see that is added by somebody directly with style, default that code not was there.

If you want to remove it, try with this CSS:

.block-title {
    border: 0px !important;
}

Thanks!

adhi
tagDiv Member

Big Bike Motorcycles

see : Latest Review (the line working to make 0px on bottom)
but for ” latest gallery ” and widget can not make 0px bottom )

  • This reply was modified 12 years by adhi.
Marius
tagDiv Staff

Hi,
Sorry for the delay, we usually reply in 24 hours.
That line should be there as default, give us your site URL to inspect the issue.

Thanks!

Marius
tagDiv Staff

Hi,
Our blocks have Style 1, that is exactly what you want. http://screencast.com/t/NIcYD9Is3

Thanks for the message!

adhi
tagDiv Member

for BLOCK 3

* awesomeeeeee more 20 hours nothing reply support in here….
i’m promise… if you release new theme… i’m not buy again your theme

Thanks

simchris
tagDiv Member

This is a recurring problem with Facebook and NOT your site, your theme, or any plugin. From time to time with Facebook one or more things happen:

1) Facebook system for “grab” overloaded, and cannot pull the information from your site; basically it “times out” and then just shows URL. Sometimes if you try again in a few hours, it will work properly. I see this every other day for our news sites. I sometimes just trick them by grabbing title, first paragraph, URL as my “post” on FB, then manually upload the photo from story to go with it, when finally disgusted by their timeout issues.

2) Facebook has already had somebody else share your page, and they are moving to a “one share” function where often they won’t let two people share the same page and choose different thumbnail, for example. Or rather, they take the first share, and then all following shares must be identical to the one they have “on file.” This seems to be an on/off/on/off thing. I’ve seen the “URL only” issue more often when somebody beats me to sharing the page before I do (some of our news posts before I’m up in the morning).

3) Your server firewall (CSF/iptables) may block Facebook’s IPs because they hit your port 53 for geolocation server checking for every post … so it can look like port scans/floods from Facebook since you might see 25 pings to port 53 from 20 different IPs all owned by Facebook (this one was driving me nuts last year until I figured out what it was).

Not sure that helps; but that is what happens to us 🙂

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

hello…

Marius
tagDiv Staff

Hi,
Add this CSS in Theme panel -> Custom CSS

@media (max-width: 767px) {
	.td_block_slide_big {
		display: none;
	}
}

Thanks!

adhi
Participant
#0

for i mean… please see :
http://3.bp.blogspot.com/-xRIIHOLgTGU/U2sF8q-i8AI/AAAAAAAAAik/Iz8X5KmPfVw/s1600/block+title.jpg

i’m try put css code on css custom :

.block-title { border-bottom: 0px solid #4db2ec;}

that CSS just working for module 6 on last articles… not working on block title…
how to make block line is like that picture i mean?

Thanks…

Radu A
tagDiv Member

hi,
Q1)
take a look at the filters when you add your blocks to the page:
http://screencast.com/t/CiDo8BdCth
http://screencast.com/t/pdTGYuh55
http://screencast.com/t/Ld9Gz4bKySFx

if you cannot do what you want from those filters then you have to modify the code of the theme. if you are not a programmer my advice is to hire one, it will save a lot of time.

Q2) the 7 day counter has an array of 7 position. each day only one position is increased (and every time a position is increased the sum of all position is made).
next week the position will be reset to 1 and it will be increase again.
for example on friday, the position 4 is increase, next week on monday the position 4 is set to 1 (at first entry on the post) and the counter start increasing the 4 position on the array.

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,

@Novaque
use this CSS

.vc_btn_blue {
    background-color: #4FB4F7;
    color: #FFFFFF;
    display: inline-block;
    height: 32px;
    line-height: 30px;
	text-align: center;
    width: 100%;
}
.post .wpb_btn-danger {
    background-color: #EC4D4D !important;
    clear: both;
    display: inline-block;
}
.wpb_googleplus {
    margin-top: 10px;
}
.twitter-share-button {
    margin-bottom: 5px;
}


@Arved007
DO you have latest version 3.8? http://screencast.com/t/hit4V7K8U

Marius
tagDiv Staff

Hi,
Is like that because the AD overlapping the top menu. Please remove that moving header: -24px and add this CSS in Theme panel -> Custom CSS

.td-a-rec-id-header {
    top: 6px;
}
.header-logo-wrap > a {
    display: block;
    height: 100px;
}
.header-logo-wrap {
    margin-top: 0px;
}
the fizz
Participant
#0

Hi
We have multiple adsense and analytics accounts under the same login. accordingly to correctly match up our adsense data to our analytics data there needs to be some modifications made to the way the adsense code is generated through your system.

Whilst we have included the necessary coding in the ads module in the theme panel, however this is not translating to on the page.

Below is the coding change required – need to insert data-analytics-uacct = “UA-XXXXXXXXXXX” can you advise how to implement this

 <script type="text/javascript">var td_screen_width = document.body.clientWidth;

                    if ( td_screen_width >= 1200 ) {
                        /* large monitors */
                        document.write('<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-XXXXXXXXXXX" data-ad-slot="XXXXXXXXXXX" data-analytics-uacct = "UA-XXXXXXXXXXX"></ins>');
                        (adsbygoogle = window.adsbygoogle || []).push({});
                    }
Marius
tagDiv Staff

Hi,
Is like that because you use a logo at 90px in height, you need a logo at 100px at last.
To fix that you can use this CSS, add it in Theme panel -> Custom CSS

.header-logo-wrap img {
    padding-top: 10px;
}
.header-logo-wrap a {
    display: block;
    height: 100px;
}

Thanks!

Radu A
tagDiv Member

hi,
limit the post number: http://screencast.com/t/Xv177uGovK

to hide block 2 use this css here:


.wpb_wrapper .td_block_wrap.td_block2 {
  display: none;
}

here : http://screencast.com/t/76ZDS1nZfgcg

Thanks for you message.
Radu A.

Bryson T
tagDiv Member

And there’s the awesomeness I was hoping for on this subject.

Thank you Mr. Simmons.

simchris
tagDiv Member

h1 tags should always be used for the de-facto title of the story and match the title tags in meta for Google, Bing and Yahoo.

Technically there should only be one h1 tag for the title/block title; however in HTML5 there is support for multiple h1 tags in sections/containers.

For other tags, there isn’t a necessity to have a h2 show before an h3 unless you have these defined for nested semantic purposes and have such defined for the “semantic web.”

So, (inside main or article semantic containers)

main
h1 – title
h3 – subhead

h2 – giant sub section in body
h3 – subhead for subhead
p – explanation for information
h4 – definition heads
p – explanation for information
h4 – definition heads
p – explanation for information
h4 – definition heads
/main

would be perfectly fine

h2 – h5 can really be addressed as merely headline “sizes” to show priority as a “section head” vs simply a paragraph starter in strong/bold. Put another way, it is best in a story to use a h4 vs simply a strong/bold sub-head for, say, new chapter sections of a book serial. Anything with an h tag is identified semantically as a headline of some kind.

H1 on homepage – this is typically not a huge issue with newspaper sites as there is little or no original content on the “front page” .. it all links to the content pages on the site, which is what you want found when spiders show deep-link content to searchers. So, what exactly gets optimized on the front page? You can end up fighting your own content if you’re trying to get your home page to rank against “awesome motocross videos” versus the actual index on your site of all the motocross videos – both can’t be the best choice for the site.

If you’re running a store/shop, then h1 on home page is critical for branding and bringing folks to home page — if there is substantive original content on the home page.

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

After doing some research on it (thanks for pointing me in that direction) I’ve found that the H1 tag is the most SEO recognized tag. The others below it (H2-H6) are used for navigating content and sometimes, if Google doesn’t like the H1 tag it will substitute a lower heading tag as the page title.

Now with that said you’re right, Newspaper does not follow best practices for SEO heading tags. Currently the page title is an H1 and you suggest the following structure:

H1 > Page Title
H2 > Block Title
H3 > Post Title in blocks

But since this theme so readily includes options not to show the block title, whether in builder blocks or widget blocks, that would break the SEO of the heading tags anyway.

H1 > Page Title
H3 > Post Title in blocks

The revised structure would look like this, and it’s a big heading tag no-no to skip levels like H1 to H3/H2 to H4.

What I haven’t found is anything referencing any sort of disparity regarding SEO for using an H3 tag after an H4 tag.

Moreover, how many of us build a homepage in Newspaper and actually use the page title on that homepage? I haven’t seen one yet and I check most every link people post here helping with common support, my own site included. That means our homepages have no H1 tags and that is a big SEO problem in itself.

Of course screen readers, which are the secondary reason for using heading tags at all behind only page structure, use heading tags to navigate the page for the visitor. Would you rather the visitor first reach a content title or a structural block title?

Honestly I don’t see a right answer for this on this theme.

davistar
tagDiv Member

Don’t you think it makes more sense, structure wise, if a title is h2 and the content inside h3 then?

For example:

H3 Title = Call of Dury News
H4 headings for all the news belonging to Call of Duty.

Check the clear structrue here, the biggest news site in Europe with a lot of excellent rankings:
http://www.gamestar.de/spiele/call-of-duty-advanced-warfare/50678.html

Bryson T
tagDiv Member

Just checked USA Today, BBC, ABC, CNN, NBC and Fox News and all of them have varying headings. Two of them show your point.

I’m no SEO expert but it’s been my understanding that heading tags are treated with priority according to their size. So h3 is more important than h4 but less important than h2 or h1.

That being said, do you really want your block titles with higher priority in the page than your content?

Anyone else know better?

Bryson T
tagDiv Member

This is from the plugin docs on github…

=== Envato WordPress Toolkit ===
Contributors: envato, valendesigns, japh
Tags: install, update, api, envato, theme, upgrade
Requires at least: 3.0
Tested up to: 3.3.2
Stable tag: 1.6.2

WordPress toolkit for Envato Marketplace hosted items. Currently supports the following theme functionality: install, upgrade, & backups during upgrade.

== Description ==

According to this the plugin was only tested up to WordPress 3.3.2 and the admin menu in WordPress has been partially overhauled once, and mostly overhauled once since then. Also, it was last updated three months ago meaning before WP 3.9, 3.8.3, 3.8.2 and 3.8.1 were release.

Either way, have you tried contacting the people who made that plugin? They are who provide support for it regardless of whether or not tagDiv tried to make their theme compatible.

davistar
Participant
#0

Hello,

isn’t it bad for SEO if the title has a lower h-tag heading than the content of it? I’ve checked many competitors, especially those who rank higher with certain pages, and they had it the different way: Title of block using H2 (or H3) an the content in it, be it news or articales, were declared H3 (or H4).

In Newspaper the titles have h4 and the articles in it h3.

Kind regards,
davistar

Viewing 25 results - 38,976 through 39,000 (of 39,816 total)