Search Results for 'block'

Results from the Forum
Lucian
tagDiv Staff

Hi,

Please use this custom css and add it in theme panel > custom css field: http://screencast.com/t/3mJaEhiTWsra

@media (max-width: 767px){
#td-top-search {
top: 2px;
}

#td-top-mobile-toggle {
display: block;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

You can do something like this using css: http://screencast.com/t/Qv2OPSPI8
Unfortunately you need custom work to achieve something similar with the block headings which have a different html structure.

Here is the css I have used in the screenshot:

.wpb_tabs .wpb_tabs_heading {
border-bottom: 2px solid #000000;
margin: 0px 0px 26px 0px;
font-family: Roboto;
font-size: 15px;
line-height: 15px;
font-weight: bold;
padding-bottom: 4px;
padding-left: 10px;
}

Hope this helps!

Thanks

FrankG
Participant
#0

Hi guys,

LOVING the ‘post template’ options in posts. ‘Style 3’ and ‘Style 4’ in particular are fantastic, the latter (the cropped full width photo) being excellent for articles with a big photo.

‘Style 3’ is an excellent template for a video article with a featured video like a Youtube link. If that option is selected, it gives a great big video embed followed by an article that looks great initially.

The trouble is the using it for video – the title/meta info/category info remains on the screen while playing it. Plus that info and the black gradient kind of block the Youtube controls which Youtube itself frowns upon.

Is there anyway to make a ‘Style 6’ which is basically the same layout, but with the gradient and text lifted up about 30px to make the controls visible at all times? By the same token, if the clip was in motion, the text and gradient would fade out leaving the video playing without any obstruction, then when paused it would fade in again?

Branstone
tagDiv Member

Hi,

I am encountering a similar problem: Theme Admin is not loading.
It started after this: I put a title in one of the “Block 1” which contained this text “Tools & Quizzes”. I then went to edit it and saw that it turned into something like this “Tools 1$3& Quizzes” (or similar – I don’t exactly remember).
I then edited it and changed it to “Tools And Quizzes”, AND that’s when the browser freezes and I now can’t access the Admin at all.

Any bugs known when you put a “&” ?

Thanks!

Schnitte
tagDiv Member

Himself found:
In file /includes/wp_booster/td_block.php
at lines 189 and 215 replaceable h4 –> div

doran
tagDiv Member

I want to show only one category(primary category) in mod2 and mod8.
Would you please help?

Mcbert
tagDiv Member

Hi Lucian,

Great! This is exactly what I meant.

Thanks!

Lucian
tagDiv Staff

Hi,

If you refer to this: http://screencast.com/t/tTRTiP2Sy You can hide the image via custom css or you can use block 4 widget from WordPress dashboard > appearance > widgets: http://screencast.com/t/M1VOgltM

Thanks

Lucian
tagDiv Staff

Hi,

I believe you refer to this: http://screencast.com/t/OO3pmONaZlh
This is made using the custom menu widget: http://screencast.com/t/IBQ8hHfHC
You just need to create a new menu from wordpress dashboard > appearance > menus and select it into the widget.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please use this css: http://screencast.com/t/JL7Z0xl8q

.home .span8 .td_block6 .td_mod9 .entry-title a {
font-family: Tahoma, Verdana, Geneva, sans-serif !important;
}

Thanks

Mcbert
tagDiv Member

Hi Guys,

I would like a list of subcategories on a category page like you have in the demo on the features page.
Like: Category: Destinations and in the sidebar a list of the subcategories, eg: Countries.

I have tried the solution from Radu A in a widget, but that doesn’t look like that.
The sub categories are in the top next to eachother. I added a screenprint.

http://www.screencast.com/t/zPSmmMkO4xl

I can’t change this on the category page. I added a custom sidebar and tried it with a block in the sidebar widget. Can I do this in a widget? And wich block do I have to use?
Or does it require a code change?

Tanks for your time

paulberrow
tagDiv Member

Great, thank you!

Lucian
tagDiv Staff

Hi,

There is not font type, I believe you refer to font-family: http://screencast.com/t/5vUw7dSm7U

.home .span8 .td_block6 .block-title span {
font-family: Tahoma, Verdana, Geneva, sans-serif !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

I have check your site and found that this appears because the server security module blocks the access to admin-ajax.php file: http://screencast.com/t/3yRIUnNC8YWq
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.

Thanks

Lucian
tagDiv Staff

Hi,

It’s not enough just to paste those classes like that, you also need to style the container of those classes, meaning the arrows. If you don’t have any css/php/html knowledge and you need or want to customize the theme design besides what it has now you can get a freelancer to ado it for you as we cannot offer custom work because we are working hard on development, updates and support.
You can move the the prev/next arrows to the bottom of the block like this: http://screencast.com/t/72wBfFymR

.td-ajax-next-page, .td_ajax-prev-page  {
top: auto!important;
bottom: 0px !important;
}

Thanks for understanding!
Please let me know if it works!

Lucian
tagDiv Staff

Hi,

Sorry for the delay! I have checked your site and didn’t found many weird placement, one issue that I have noticed was the blocks ext and prev arrows which you can fix using this css: http://screencast.com/t/0Uoo9AYNxYT

.td-ajax-next-page {
right: auto !important;
background-position: -20px -20px !important;
left: 15px !important;
}

.td_ajax-prev-page {
right: auto !important;
left: 0px !important;
}

Also found that you need this css to remove the margin from the left of the title: http://screencast.com/t/HlEjhvQL

.td_mod3 .item-details {
margin-left: 0px !important;
}

On post page I found this: http://screencast.com/t/W2ChSM5xl2G

.single ul.td-category, .single ul.td-category li, .single header time {
float: right !important;
margin-right: 0 !important;
}

.td-social-sharing {
top: 0px !important;
margin-bottom: 0px !important;
}

.prev-post a {
padding-right: 0px !important;
}

.author-box-wrap .desc {
margin-right: 127px !important;
margin-left: 0;
}
.author-box-wrap .avatar {
float: right!important;
}

Hope this helps!
Please let me know if you have other issues with this.

Thanks

Lucian
tagDiv Staff

Hi,

You can set a custom class on the row and use that, like this: http://screencast.com/t/ffobFoCKvM
Or you can use this class which is unique for that block and set the margin like this: http://screencast.com/t/cuz1FCq3AcXw or set the width like this: http://screencast.com/t/PdwU1PE2oE

Here is the css i used:

.vc_custom_1413303079952 .td_block4 .wpb_row {
margin-left: 40px !important;
}
.vc_custom_1413303079952 .row-fluid .span4 {
width: 30.3%;
}

Thanks

simonkibalo
tagDiv Member

Hi!
Sorry that i answer in another topic. I can’t leave the comment in quotes toptic.

So I don’t have the extra shortcodes block on my web site. What should I do?
Here is screen shot: http://joxi.ru/LQ2KnYRbuqq6mj

Lucian
tagDiv Staff

Hi,

You can try this css for headlines or you can go and manually select the title style 1 for each block but this will change this only on blocks while for some headline titles you don’t have this option and for those you will need to use css, like this: http://screencast.com/t/X41pM5OzlO

This the css for the headlines:

.block-title {
border-bottom: 2px solid #e7e7e7 !important;
font-size: 18px !important;
position: relative !important;
top: -3px;
margin-bottom: 23px!important;
}

.block-title a, .block-title span, .block-title label {
background-color: transparent !important;
color: #444444 !important;
padding-left: 0px !important;
padding-bottom: 3px !important;
padding-top: 0px !important;
display: inline-block;
}

I can’t recommend you a plugin for changing the headlines background color as I haven’t tested any plugin with that ability. Note though that this color can be set from block option, like this: http://screencast.com/t/46Lg8Iy2mNH
For the bullet headlines you can edit the module10 file and add list tags around the title, like this: http://screencast.com/t/6DgPkH59b9m
This will return this result: http://screencast.com/t/JbwjRCAtG3

Thanks

paulberrow
tagDiv Member

It doesn’t work right for me coz my content part is larger then 70% and if i make sidebar 30% in this case it goes down my content part.
Is there a way to add a custom class only for this block? Or to add margin to the first post of this block on the left?

simchris
tagDiv Member

CTR has to do with the ads being served not the theme. Changing to “responsive” ads might affect CTR, but Google is starting to move in that direction as “default” anyway. We have seen CTR drop by 80% over past 3-4 years due to various adblock plugins, sadly.

  • This reply was modified 11 years by simchris.
Lucian
tagDiv Staff

Hi,

Use this css: http://screencast.com/t/3JyM6HtAy

.row-fluid .span4 {
width: 30.3%;
}

Thanks

Lucian
tagDiv Staff

Hi,

Add a condition to the td_module_blog.php file, like this: http://screencast.com/t/olrgJopedZ
Then use the custom ad box 1 from theme panel > ads to place the ad code.

if ($content_part_index == 12){
$content_buffer .= td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1'));
}

Change “12” as you like.

Thanks

paulberrow
Participant
#0

Hi!
Could you help me, i need to place the block to the center on my home page balkonsami.ru, but can’t find how to do it..
http://files.webfile.ru/9127e20bac464170f3129958065fbfaf

Lucian
tagDiv Staff

Hi,

You can achieve that via css, use this custom css in theme panel > custom css filed: http://screencast.com/t/Y3aeNhJftoF

.block-title {
border-bottom: 2px solid #e7e7e7 !important;
font-size: 18px !important;
position: relative !important;
top: -3px;
margin-bottom: 23px!important;
}

.block-title a, .block-title span, .block-title label {
background-color: transparent !important;
color: #444444 !important;
padding-left: 0px !important;
padding-bottom: 3px !important;
padding-top: 0px !important;
display: inline-block;
}

Thanks

Viewing 25 results - 37,751 through 37,775 (of 39,816 total)