Search Results for 'block'

Results from the Forum
Andrei L.
tagDiv Member

Hi

Try this custom css in theme panel > custom css: http://screencast.com/t/P0W3YHvZpweI

.td-ss-main-sidebar .td_block_1 .meta-info .td-post-category{
font-size: 8px;
margin-right: 0;
}
.td-ss-main-sidebar .td_block_1 .td_module_6 .item-details{
margin-left: 115px;
}
.td-ss-main-sidebar .td_block_1 .td-post-date{
margin-right: 0;
}

Thanks!

Lucian
tagDiv Staff

Hi,

That ‘Purchase theme’ link is added in the top menu as a custom link menu item, you can remove it from here: http://screencast.com/t/fPuGosecLa

First you should make sure you don’t have the ‘Search Engine Visibility’ option checked in wp settings: http://screencast.com/t/z5wREWbOYnC

Secondly Make sure Googlebot is not blocked: https://support.google.com/webmasters/answer/2387297?hl=en or ask your server administrator about this and if noting is blocking it and address this to google’s support.

Hope this helps!
Thanks for the message!

Bogdan B.
tagDiv Staff

Hi,

It actually depends on the big grid used. For example big grid 7 uses module mx12 with the author and date visible but mx6’s author and date hidden: http://demo.tagdiv.com/newspaper/big-grid-7/
It is a simple CSS code applied to hide them. you can override this code with custom CSS for example in big grid 8 which you mentioned:

.td_block_big_grid_8 .td-small-thumb .td-module-meta-info {
display: block!important;
}

Thank you.

  • This reply was modified 10 years by Bogdan B..
Lucian
tagDiv Staff

Hi,

The theme uses wp’s title function: http://screencast.com/t/JGbVbrjBV0s which can’t be changed using theme’s settings so to use a custom titles for your posts in theme’s modules/blocks you need to customize theme’s function: http://screencast.com/t/B8euMXkIm this requires customizing theme’s code and we’re not available for any customization services at the moment so I advise your to turn to a developer to help you do it. You can search for one on site’s like: http://studio.envato.com/

Thanks for the message!

vipulparsana
Participant
#0

Hello,

There are different blocks on the home page like don’t miss life style news and etc. in which i have edited the categories with the Multiple categories filter with the id of the categories to be displayed on my site still it shows all the categories in home page.

Andrei L.
tagDiv Member

Hi

1. The theme does’t have a specific widget for that but you can try a text block from to achieve something similar: http://screencast.com/t/eiwoclWJEiDGhttp://screencast.com/t/P0gaARiRIvSV You can use html code to add images, also you may need some css for layout. Here are some useful information abut css: http://www.w3schools.com/css/default.asp

2. You can use a single image block from VC: http://screencast.com/t/NgKxJO3ij8Uthttp://screencast.com/t/kICbT35jz9w

Let me know how it goes and provide more details if you still need assistance on this!

Thanks!

StephanusD
Participant
#0

I would like to know is there a way that when you set up the post that show in block that it can be set up buy selecting posts and not categories or tags.
Also how does the post type filtering work?

Lucian
tagDiv Staff

Hi,

It happens because theme’s blocks an modules have padding and/or margins added, that’s how they were designed, so when you add a separator using VC page builder it will be added below/after blocks or other page builder elements and just above the next near element, looking like in your case. You could add some margin at the bottom of every vc separator which will take you closer of your desired result but you’dd also have to reduce theme’s blocks padding and/or margin to obtain a fine looking design and not increasing too much the space between elements. Here is an example: http://screencast.com/t/5g9ocs6igsvuhttp://screencast.com/t/PJHrF2i25

Use a custom css like this one and build your on it (using .home will apply it just on your homepage): http://screencast.com/t/O1my4ZuiD

.home .vc_row .vc_separator {
margin-bottom: 30px !important
}

.home .vc_row .td_block_wrap {
padding-bottom: 0px;
}

Hope this helps! Let us know how it goes!

Thanks

Andrei L.
tagDiv Member

Hi

The pages are built with Visual Composer blocks and you have settings for each block to display one or more categories: http://screencast.com/t/cC3N7pxF5cy In case you’re using the loop also have the post loop settings where you can apply different filters: http://screencast.com/t/QVqhcIPqz
You don’t need to recreate the whole page, just edit the block you want to change in Visual Composer or the loop settings, as necessary.

Thanks!

Andrei L.
tagDiv Member

Hi

A. To hide the ads in specific post/pages you need to ad a condition in td_block_ad_box.php
http://screencast.com/t/5uninsYLV1

if (is_single(134) || is_page(44)) {
return;
}

Use is_single() for post is_page() for pages. To get the post/page id follow this link: http://screencast.com/t/zXmGYcsp

C. If you want to move the review or duplicate it on the post it’s need to modify the file corresponding with the post template used like here: http://screencast.com/t/uxt9QzSQ0QDhttp://screencast.com/t/BhDgzo2J0Pe8

Thanks!

Atreaer
tagDiv Member

Dear Bogdan!

Thank you for the snippet, it worked perfectly!

I understand the aesthetic choice of hiding them -the blocks are quite narrow all right- but just out of curiosity: is there a way to undo this hiding, and show author and date on Mx12?

Thank you again for your support!

gfm1978
Participant
#0

Hi,

In Italy, following the European Cookie Law, is required to not install cookie before the user consent.

I’m using a plugin to do that but i’ve problem with adsense ads. I use the newspaper theme panel section to insert the ads, and as required by the “Cookie Blocker” plugin i wrapped the adsense code with special comments (COOKIE_POLICY_BEGIN, or END). The code is now like that:

<!–COOKIE_POLICY_BEGIN–><script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Adsense2 –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”——-”
data-ad-slot=”——-”
data-ad-format=”auto”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> <!–COOKIE_POLICY_END–>

I contacted the developer of the plugin because it doesn’t work. He analyzed the website and discovered that the theme was remomving the “Special comments”. He suggested me to use a plugin (like Quick adsense) to insert banner on my webiste and indeed using that the ads are blocked before the user consent.

I prefer to use the Newspaper Theme Panel to insert ads and not another plugin Can you help me ? Why the theme is removing the “special comments” ?

krlewis
Participant
#0

I am using wp-rss aggregator within my site – I want to be able to change the titles shown on my home page in sections and content blocks to link back to the original source site instead of the post that is generated by wordpress. So instead of the title link of the excerpt going to http://www.domain.info/postname I want it to go to the external site. ie. http://www.cnet.com/story

mboydnv
tagDiv Member

I don’t want this either. Just another headache to deal with Google. Don’t need this on the page period. I got no reviews etc.

How do we remove it all together.

Why do we have to have this option on permanently? You have such an interface to decide whether or not we want a category tag on a block, yet we cannot decide with a simple option to turn this off.

Please….

ckeaney
Participant
#0

I have a page with a number of block elements on a 2/3 – 1/3 layout. On desktop it looks great, but on mobile, everything in the 2/3 side loads first, and then the 1/3 side loads way down on the mobile page. Is there a way to exert control over what loads when on mobile?

sylcharlestone
tagDiv Member

Hi,

Thanks for your answer.

I think there’s some confusion here. Let me be more clear with my questions:

A) I’m not saying something is blocking the ads, I mean: I would like to remove adsense on some specific posts or pages. Now i’ve got 500 pages and the ads appear on all the 500 pages, which is not good for me. I need to remove adsense ads on certain posts and leave it on some others. Please tell me how to do that.Thanks.

B) Ok

C) I’m not talking about the typical grid ;), I’m taking about the “review box as this: http://screencast.com/t/Zde0B9hD Please let me know.

D) Great.

Looking forward to your answer.

Kind regards,

Alin [tagDiv]
tagDiv Staff

Hi,

A) Please check your browser console, maybe they are blocked by the ads provide, make sure you don’t break the google policy, as you should not have this issue only for specific posts.
B) Yes the reviews are available only for articles.
C) You can place the grid block anywhere on the page content. I’m not sure how you have added the Big Grid on you page but you can always move the row to the top – http://screencast.com/t/ML9UX0I1 or use it on top of the page and bottom. Please provide more details about this.
D) Yes, the SEO is optimize and it should look like this – http://screencast.com/t/UVRbeh36Ms

Thanks!

findlay
Participant
#0

Hi,

I’m using separators set a 5px on my front page here howdoidate.com.

Unfortunately they are not displaying midway between the blocks as I would like them to.

What do i need to do to achieve this?

Thanks.

Derek

Bogdan B.
tagDiv Staff

Hello dwarkapuria,

I have checked your site and it appears you have stretched the content to 100% of the screen. Unfortunately our theme’s blocks were not designed to work like that and it can cause problems.
Please revert to the default state of the rows in visual composer.
If this does not work or it is not what you mean, please provide more details to your problem.

Thank you.

Andrei L.
tagDiv Member

Hi

You can use a post grid block from Visual Composer, there are different types of grids: http://screencast.com/t/Ltxz6tXfWU For a different implementation you can try a plugin with a similar functionality or if this does’t help you can always find a freelancer on sites like: http://studio.envato.com/ to do it for you as we cannot offer any type of custom work at the moment.

Thanks!

Bogdan B.
tagDiv Staff

Hello VerveAcademy,

Unfortunately there is no easy way to replicate that particular slider. It has to be coded to work like that,
but you can use our big grid slider block: http://demo.tagdiv.com/newspaper/big-grid-slide/ which is similar to the one you pointed out.
You can find it in visual composer: http://demo.tagdiv.com/newspaper/big-grid-slide/

Thank you.

Alin [tagDiv]
tagDiv Staff

Hi,

The post template 11 has a specific spot to add your code – http://screencast.com/t/n7QSeURkRs1 and it will be displayed like you can see on our demo – http://demo.tagdiv.com/newspaper/td-post-how-to-make-a-perfect-caffe-macchiato-video/
I’m not sure why your ad is not displayed, please check the code, as also on the default post template where you have added the code in a text block, it is not displayed – http://screencast.com/t/pJznsxgEEeX

Thanks!

sylcharlestone
Participant
#0

Hi,

I’m wondering about the following. I hope you can answer me and help me out:

A) I use adsense on my site, and manage it from the theme panel in newspaper. However I need NOT to see the ads on some pages and posts (especially on review posts I make), how is that possible?

B) I’m making product review posts now. Am I right to do that with “posts” and not “pages”. I’ve not seen the review option in “pages”, only in “post”. Is that correct?

C) I’m making product review posts now and I find the grid with the stars to be looking good but it’s too low in the page. I’d like to be able to move it. For example having the grid at the beginning of the content? Maybe having it at the beginning of the posts and again at the end. I haven’t seen where I can control that.

D) The review block enables us to stand out in the SERP (rich snippets?) ? Just wondering.

Many thanks for your answer

Sylvain

Alin [tagDiv]
tagDiv Staff

Hi,

Of course it is h1 for article title – http://screencast.com/t/FN50tyNB I was referring to your frontpage(homepage), if you want to have h1 you can easily add a text block using the page builder or edit your page and change the page template to Pagebuilder with title – http://screencast.com/t/8MwGVO2MqG

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The tagdiv blocks were designed to work on 1,2,3 columns, so like I said above if you change the page width or sidebar width(1 column) you will have to adjust also the blocks/modules as they will not be displayed properly – http://screencast.com/t/D2Brn6NIdhttp://screencast.com/t/YkWB3jXP If you change the width – http://screencast.com/t/MY9h88LZhttp://screencast.com/t/wpLrHRYePHN
This is an example to see that it is not an easy task and it wont work only to change the width, you will have to review all the css and also the responsiveness of the theme.

Thanks!

Viewing 25 results - 34,201 through 34,225 (of 39,816 total)