Search Results for 'block'

Results from the Forum
bpepermans
tagDiv Member

This works like a charm !

In order to have a lighter CSS file, do I risk much by removing header styles and block styles not used in my website ? I’ll check at every update to remove the same “generic styles” that won’t be used. Do you believe this is a good idea ?

Catalin
tagDiv Staff

Hello bpepermans,

Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/db6vdeEAvk

.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a:after {
display: block;
}
.sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after {
background-color: red;
}
.header-search-wrap .td-drop-down-search:before {
border-color: transparent transparent #EC4D4D transparent;
}
.header-search-wrap .td-drop-down-search:after {
background-color: red;
}

The result you should see here -> http://screencast.com/t/nkbXfbDS3

I set the border color to red, but you can modify the code to any color you want it to display.

Thank you for the message!

Catalin
tagDiv Staff

Hello servedaily,

If you want to achieve this, suggest doing a new category page, as the example “Specific” and this category will display in your blocks on the page as you want by category ID filter -> http://screencast.com/t/er2bkafk1jzh and in this way the displaying will be automatically. If is not what you want, you should find a plugin with this functionality and test it on your side and see how it works.

Hope this helps!

Thank you for the message!

Bogdan B.
tagDiv Staff

Hi,
You can read more about the option here: https://forum.tagdiv.com/unique-articles/
The option does not randomize posts. It keeps the filtering option you set. If you filter your blocks to show latest posts, they will be displayed in order from recent to old and the other block will simply offset the posts shown in the previous one.
I hope this helps.
Thank you.

Catalin
tagDiv Staff

Hello Remco,

Thank you for your for your interest in our theme.

Since it launched the theme until now, our updates have not affected the structure of the blocks and also was not eliminated any block but also new ones were added in the theme. You can stay assured that in future updates will not change this part with blocks. Practically the blocks/modules occupy an important part of the theme.

Thank you for the message!

mayurt123
Participant
#0

Hi,

There have problem with speed booster plugin in page speed insight render blocking java script and css not move in the footer and also plugin not see on my dashboard menu please help me regarding
Thanks in advance

my website link below:
http://bit.ly/1O7Hkdu

Fochesato
Participant
#0

Hello everyone,

I would like to change the blocks/modules text of the newspaper demo, I’m trying so hard but with no sucessful, please let me know How can I:

1) How do I choose specific categories to this point?
http://postimg.org/image/o9ebeu775/

2) How do I relate the post to the categories that I chose
http://postimg.org/image/kfakpi9o5

3) How do I change the Title “Latest articles” and
http://postimg.org/image/x3kxc59sx/

rishab55555
Participant
#0

Hello,

I have newspaper theme v6.5 installed on my website.

URL – http://www.naukrinama.com

I am trying to create a custom plugin/code in which i want to parse a RSS feed and want to display its content in Sidebar or below the related stories section on the post description page.

Now i have written the code to parse the data from the feeds. Now i want this parse data to be fitted inside a theme pre-defined blocks like Block 1 or Block 7, etc. I have parsed the all the fields for a particular post from the feed, can you let me know how can i pass these value to a theme block so that it can process it and display it on the frontend. I tried looking through theme documentation and theme API’s but was not able to figure out a solution to this.

Please tell me how can i utilize the theme predefined blocks to display custom content.

12familyde
tagDiv Member

This adcode produces a strange white space under itself:

<script type=”text/javascript”>
adscale_slot_id=”NmQxY2Mw”;
</script>
<script type=”text/javascript” src=”http://js.adscale.de/getads.js”></script&gt;

And this adcode produces the same large white space. But in addition it renders at the bottom of this large white space – within the block under it:

<div class=”zx_F1BFC5647DE8DBD6A026 zx_mediaslot”>
<script type=”text/javascript”>
window._zx = window._zx || [];
window._zx.push({“id”:”F1BFC5647DE8DBD6A026″});

(function(d) {
var s = d.createElement(“script”); s.async = true;
s.src = (d.location.protocol == “https:” ? “https:” : “http:”) + “//static.zanox.com/scripts/zanox.js”;
var a = d.getElementsByTagName(“script”)[0]; a.parentNode.insertBefore(s, a);
}(document));
</script>
</div>

sgtagdiv
tagDiv Member

Thanks, again. You’ve helped me isolate the issue and find some fixes. It turned out to be a combination of things: the footer CSS code + the below custom CSS:


.td-main-page-wrap {padding-top: 5px!important;}

I was using that line to reduce space between the header and my content blocks. For others with the same problem, some possible fixes: 1) add the .td-main-page-wrap custom CSS only to pages with lots of content (instead of globally with Custom CSS panel), or 2) if you reduce the padding-top of .td-main-page-wrap by X amount, add the same X amount to the padding-bottom of .td-main-page-wrap.

That should fix it 😉

extpress
tagDiv Member

Попробовал использовать опцию “Unique Articles”. При её включении на странице действительно отображаются только уникальные статьи. Но, непонятен порядок их появления на странице. Статья появляется каким-то случайным образом в любом из блоков. Можно узнать немного подробнее, как именно работает опция “Unique Articles”?

——-

I tried to use the option “Unique Articles”. When you turn it on the page are displayed only really unique articles. But, do not understand the order they appear on the page. The article appears in some random way in any of the blocks. You can learn a bit more about how it works option “Unique Articles”?

Remco
Participant
#0

For a cycling club the theme Newspaper6 will fitt. However i wonder how ‘long’ the custom blocks (like block 1, block 2 etc.) will work. If we build the site it is for several years so if for example the block will be not working in next release i can better look for Visual Composer plug-in or some other default plugin. That will be availible for more years.

Bogdan B.
tagDiv Staff

Hello,

In fact they all have 33.3% of the screen width. Please try it out on your own and see what i mean. Every block has a left and right padding of 24 pixels. If you remove this padding…try it out and see for yourself:
.td-pb-row [class*="td-pb-span"]{
padding-left:5px!important;
padding-right:5px!important;
}

This code removes the padding from the blocks. But it will not work properly as you expect. It is more complicated then reducing a few margins and padding.

Thank you!

lecker
tagDiv Member

Multumesc pentru raspuns, partea a doua a sa a fost de ajutor, prima parte nu.

Din pacate titlul categoriilor nu se modifica in ideea de a afisa vreun cuvant inaintea denumirii categoriei. In aceeasi masura, nici breadcrumbs-urile nu se modifica, adica ramane la fel Home > numele categoriei, asta desi eu am nevoie de Home > category > Numele categoriei, asa cum ar fi normal.
Separat, cum pot afisa block-uri visual composer in pagina principala a blogului daca e cea standard si nu am setata o pagina statica ?
Multumesc!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately your requirement cannot be done so easy. You cannot separate the big grid element into pieces. What you can do is use a row split in 2 and use a rev slider on one column and a block 14 limited to 3 posts on the other one: http://screencast.com/t/KGNgyvHs2Uri
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) You can change the way the articles display from the theme panel here: http://screencast.com/t/T6WEkBBq9A
2) The blockquotes change only the text you select. I could not recreate the issue on my end. Please tr to disable all plugins except visual composer and clear cache to see if there is no plugin conflict.
3) Please provide more details to what width you would like to change.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) You can use this css to make the height of the grid smaller:
@media (max-width: 767px){
.td_block_big_grid_3 .td-big-thumb .td-module-thumb {
height: 260px!important;
}
}

2) I have checked your website on many devices both android and ios but could not find any problems. Please check it again to see if the issue is still present.

Thank you!

Andrei L.
tagDiv Member

Hi

In order to get a page with the same layout as on our demos first you have to use a static page as frontage: http://screencast.com/t/8yjuvPZymy Also you can check our documentation, it may help: https://forum.tagdiv.com/newsmag-block-settings-tutorial/ https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/
For menu’s setup please check our documentation https://forum.tagdiv.com/newsmag-top-bar-templates/https://forum.tagdiv.com/newsmag-main-menu/https://forum.tagdiv.com/newsmag-mega-menu/

If you still need assistance on this please provide your site url and more details about your issue and we will try to help you.
Thanks!

Andrei L.
tagDiv Member

Hi @r4stam4n

You can’t display another page inside 404 page but you can display some Visual Composer blocks if you want, using do_shortcode function. First you need to create the desired layout in Visual Composer: http://screencast.com/t/Pe1bLh4T then switch on backend editor, copy the shortcode: http://screencast.com/t/rQqeLoG3yA and paste it inside the function in 404.php file: http://screencast.com/t/nWxyZNt9TRKB

Hope this help.
Thanks!

rockyrockshot
Participant
#0

Hi
There seems to be a problem with using the Shadows Into Light font with a FireFox browser. (safari and google are fine) We should be in English but we appear to be in Gobble-di-gook. Can you help

Site: http://rockshot.co.uk
http://screencast.com/t/kmffH7VLrg

Supporting info:

I had to change the font by css on certain headers and masonry grids because it was not doing that in the theme panel.

Site: http://rockshot.co.uk
http://screencast.com/t/kmffH7VLrg

CSS changes here.td-header-menu-wrap{
background: #abbaab; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #8e0000 , #ffffff); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #8e0000 , #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.td-main-sidebar{
background: #abbaab; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #8e0000 , #ffffff); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #8e0000 , #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.td_block_big_grid_2 .td-big-thumb .td-module-thumb img{
width: 100%;
height: 100%;
}

h1, h2, h3, h4, h5, h6 {
color: #111111;
font-family: “Shadows Into Light”,sans-serif;
font-weight: 400;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
background-color: #8e0000;
font-family: “Shadows Into Light”,sans-serif;
color: #fff;
}

.td-post-content a{color:#8e0000
}
body {

background: #abbaab; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #8e0000 , #ffffff); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #8e0000 , #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

dominman
Participant
#0

I inserted an advertisement via the “ad box” widget. The instructions in the widget read:

Optional - a title for the Ad, like - Advertisement - if you leave it blank the block will not have a title

Unfortunately the title is not visible on the website. It is in the code:

<div class="td-a-rec td-a-rec-id-sidebar td-rec-hide-on-tl td-rec-hide-on-tp td-rec-hide-on-p">
<span class="td-adspot-title">Wydarzenia</span>

but the <span> does not show. You can inspect this at: nowadebata.pl

Bogdan B.
tagDiv Staff

Hello,

You can use this custom css to customize the headers on a big grid 4:

.td_block_big_grid_4 .td-big-grid-meta .entry-title{
background-color:rgba(0, 0, 0, 1);
}
.td-big-grid-meta{
width:95.7%!important
}

Thanks.

Catalin
tagDiv Staff

Hello carmene,

If you want to replace the “Related Articles” text with “You may also enjoy” text, you have to do the changes from td_block_related_posts.php code file, like this -> http://screencast.com/t/FeNbHZf0MG

The result you should see here -> http://screencast.com/t/exemoIj6uJ19

Hope this helps and let us know how it goes!

Thank you for the message!

Ryuko
tagDiv Member

I tried using Regenerate Thumbnails plugin and it seems to have fixed the issue for the posts already published, but the problem still remains if I try and publish a new video format post, the thumbnails does not show up in any module/block elsewhere on site.

Any suggestions?

Ryuko
Participant
#0

Hi,

I have a problem with video format posts. The featured image that should automatically be taken from a video doesn’t show up as thumbnail elsewhere on the site.

I insert the video link as seen here: http://imgur.com/orwkEou

The video is correctly embedded in the post itself but the thumbnail/featured image does not appear in blocks and modules: http://imgur.com/a/vRcpc

What I have already tried:

– disabled all plugins except visual composer
– accessed site with different browsers
– accessed site from different devices
– flush cache
– created a dummy site from scratch and the problem was still there

(note: I am not using CDN)

Viewing 25 results - 32,276 through 32,300 (of 39,816 total)