Search Results for 'block'

Results from the Forum
versifiedlife
tagDiv Member

Hi Lucian,

Thanks for your help. I’m currently in block settings but I can’t see the sort order option/filters?

Kind regards,
Anthony

Lucian
tagDiv Staff

Hi,

Use block settings and sort order option/ filters to call the posts you want there: http://screencast.com/t/llR2h3yzf

The social sharing buttons can be disable form theme panel: http://screencast.com/t/Li9DLCmfeE

Please provide more details if this is not what you’ve meant!

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Please inspect all buttons and titles using Chrome inspect tool and add classes like this in Theme Panel > Custom Css: http://screencast.com/t/92WJdhy2Mzhttp://screencast.com/t/J684SHs94478http://screencast.com/t/EDeaY1aMmjTS

.td-category a, .td-read-more a, .block-title span, .td-module-image .td-post-category, .td_block_big_grid .td-post-category, input[type=submit]{
padding: 5px 15px !important;
border-radius: 0px !important;
}

Thanks!

Lucian
tagDiv Staff

Hi,

Unfortunately the category page template can’t be built via VC page builder therefore you can’t use blocks there as blocks can be added via page builder only or as widgets on sidebars.
You could do this by alter the category template and adding a condition as “when category X is called” your custom layout and blocks load instead of the loop posts or besides them. You can use the do_shortcode() functions to add the block on the category page and customize them via VC page builder.
Other way would be to use the page builder and create the page using VC then add a menu item and set the custom page to it.
Either way this would not be easy and you’d need custom modifications to theme’s code so I suggest you get a freelancer or hire a developer to do this for you if you don’t know how to do it by yourself.

Thanks

Lucian
tagDiv Staff

Hi,

Please try this custom css, add it in theme panel > custom css section: http://screencast.com/t/JXxkusTd0V

.td_block_big_grid .td-image-gradient:before {
display: none;
}

Thanks

  • This reply was modified 11 years by Lucian.
versifiedlife
tagDiv Member

Hi Chris,

I’ve just worked out how to edit the block sections via the homepage.

My new problem is I can’t work out how to select content for each of the the different blocks. All it says is ‘td_filter_defualt_txt’. Where do I select the posts?

Also, there are two sets of Facebook and Twitter share icons at the bottom of my posts. How do I delete the second set? Here’s an example http://versifiedlife.com/td_d_slug_34.

Kind Regards,
Anthony

Alin [tagDiv]
tagDiv Staff

Hi,

Newsmag theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/1 – 1/3 + 1/3 + 1/3, or 2/3 + 1/3 like you can also see in backend when you split the row(are colored blue): http://screencast.com/t/ApuMgUzYb2vH Please also take a look on our demo how blocks are used: http://screencast.com/t/eIECvaw8pSShttp://demo.tagdiv.com/newsmag/block-5/
You can also split row like you like, but not all blocks will work fine. If you split row to 2/3 + 1/3 you will get this result: http://screencast.com/t/LZ0jhfb9lsLbhttp://screencast.com/t/AapsVsShraw

Hope this helps!

Emil G
tagDiv Staff

Hi,

1. Only if you add a height for each container, ex. – http://screencast.com/t/qmhoER9ZZ

.home .td_block4 {
height: 150px;
}

2. You have to edit the module file and remove it – http://screencast.com/t/cdOrTOFtsOWW

Thank you, Emil G.

daimpa
Participant
#0

Hello, considering the latest version of the theme, I would like to have a custom template for a single category of my blog. In this category I want to show one row with 3 “block 14” (fetching articles from another specific category) at the top after the menu, and then load the normal template specified in the theme panel for that category.

Is this possible?

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css for tab’s blocks in Theme Panel > Custom Css:

.span8 .wpb_tabs .td_mod9 .item-details{
margin-left: auto !important;
margin-right: 300px;
}
.span8 .wpb_tabs .td_mod3 .item-details{
margin-left: auto !important;
margin-right: 117px
}

Result: http://screencast.com/t/C9w5UuxMEhttp://screencast.com/t/PIP1Mywq5Ed

Also try this css code for search: http://screencast.com/t/U17Oos309L

.td-header-style-8 #td-top-search{
position: absolute !important;
right: auto;
left: 0px !important;
}
.td-header-style-8 #td-top-search .dropdown-menu{
left: 0px !important;
top: 45px;
}
.header-search-wrap .dropdown-menu .btn{
right: auto !important;
left: 20px;
}
.header-search-wrap .dropdown-menu:before{
right: auto !important;
left: 30px
}

Please also consider that unfortunately we recently have decided that starting with the next theme update we will not include rtl support within the theme. You can still use the theme as it is but unfortunately you cannot updated it as you will lose the rtl support or you can update it and make yourself the necessary adjustments needed.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change/add block title from block settings on the page: http://screencast.com/t/zPYNXaP4A Also for blocks/widgets added in the sidebar from Widget section: http://screencast.com/t/vebIUfzR
If you want to use a static homepage please create it using Visual Composer plugin and set it to frontpage: http://screencast.com/t/3vO9aluSPm7v
Normally the styling options you’ve set in the WordPress Theme Customize or in the Theme Panel – those options will not be effected by updating your theme, only custom modifications to the theme’s files will be overwritten.
Please follow this guide if you want to update your theme and use FTP method: https://forum.tagdiv.com/how-to-update-the-theme/ also update plugins that come with the theme’s files from the /plugins folder.

Also our documentation may be useful: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Unfortunately Social counter plugin doesn’t support Pinterest id: http://screencast.com/t/hzSmfS2A
2. If you have this problem to the block title: https://forum.tagdiv.com/topic/one-pixel-white-space/ please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/COsR65gic

.block-title {
line-height: 30px !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to add a span in the search link like this: http://screencast.com/t/wpBuuj1SSDR
And add this custom css in Theme Panel > Custom Css: http://screencast.com/t/fQXi9JWUVq

#td-top-search{
width: auto;
}
.text{
float: left;
display: inline-block;
}
.td-sp-ico-search{
float: right;
display: inline-block;
}
.header-search-wrap #search-button{
width: auto!important;
}

If you don’t have basic experience php/css/html you can hire a professional to do it for you.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I didn’t found any issues please provide a screenshot with your issues if you didn’t solve it: http://screencast.com/t/GgT1dz3nYm
Also if you have an issue like this: http://screencast.com/t/Rj6ZWBzal please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/l0mcPnScDoxv

.block-title {
line-height: 30px;
}

Thanks!

sblum
tagDiv Member

Hi,

thanks for your reply. The first two steps are working fine. But is there a possibility to add a block (in my case ‘td_block_17’) as a widget using a child theme?

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I see that space but this is normal and this is happens because of post title(s). If the title of post extends on one more row appear that space: http://screencast.com/t/SucyaRFtw
So if you have a short title it will look like second row block: http://screencast.com/t/BlosP7yXWsl

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add a custom title to the block that you use from block’s settings: http://screencast.com/t/7S3hhxj0gDa
Also please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no block/module to use with Visual Composer and to achieve what you wish. You would need custom modification for that to create a module/block or create a new one. On Newspaper version 5 will be added new blocks and also it will be more easy to create a new module/block(will be added new tutorials).

Thanks!

neri
Participant
#0

hi,
in this page – http://www.test.leader-websites.com/?page_id=259
the letters comes on the pic ..big mess.
how to fix this?
also, the search icon in the main menu does not disply correctly.

thanks,
Neri

miltonrodas
Participant
#0

Hello,

I’ve read before asking that Blocks (Don’t Miss, Techs and Gadgets, Fashion, etc) can be changed via Customization on Homepage, but when I go to Appearance > Customize > and try to edit the blocks, I only see this: http://screencast.com/t/91kziYcGTGje and the Widgets tab only shows this: http://screencast.com/t/bFxURPsNU

I am really confused and think I may be missing something here. Is the Homepage supposed to be a “Static Front Page”?

I have made a lot of changes to the theme (Translations, FB comments, and few other customizations that did not come easy to someone like me…without a techy background), so I am really afraid of losing all the work if I re-install the theme.

Please help!

Truelifefitness
tagDiv Member

Princeetropia,

Great site. Im currently assembling my website. What widget,block or feature did you use for your home page image (Miracle baby survives death)?

Thanks,

Manonhoskam
Participant
#0

Hi,

I’ve addded block 5 to my homepage and given it 3/4 width.The block is meant to show 4 posts in a square, but somehow, no matter how wide I make it, it keeps showing the posts underneath eachother. What am I doing wrong here?

My website is http://www.anamsterdamlocal.com

Hope anyone can help because I’m getting more and more frustrated 😉

Many thanks!

simchris
tagDiv Member

sorry … hit return too quick…
see theme docs link – RIGHT SIDE of this page 🙂

page templates
https://forum.tagdiv.com/post-templates/

modules
https://forum.tagdiv.com/modules/

blocks
https://forum.tagdiv.com/blocks/

In the full theme download there is also a photoshop file showing the overall “page structure.

Hope that helped!

Chris

nettunovi
Participant
#0

Where can I find a diagram of the theme that shows the spaces? that is, block 6, header, footer, etc.?

Anonymous
Inactive
#0

Hi,
I need to install another social buttons script in the posts instead of standart buttons. Here is an example:

<script type=”text/javascript”>(function() {
if (window.pluso)if (typeof window.pluso.start == “function”) return;
if (window.ifpluso==undefined) { window.ifpluso = 1;
var d = document, s = d.createElement(‘script’), g = ‘getElementsByTagName’;
s.type = ‘text/javascript’; s.charset=’UTF-8′; s.async = true;
s.src = (‘https:’ == window.location.protocol ? ‘https’ : ‘http’) + ‘://share.pluso.ru/pluso-like.js’;
var h=d[g](‘body’)[0];
h.appendChild(s);
}})();</script>
<div class=”pluso” data-background=”none;” data-options=”big,square,line,horizontal,counter,sepcounter=1,theme=14″ data-services=”facebook,vkontakte,google,twitter”></div>

How can I do that?
Thanks

Viewing 25 results - 36,601 through 36,625 (of 39,816 total)