Search Results for 'block'

Results from the Forum
Catalin
tagDiv Staff

Hello Bemarketing,

You can change the name of this block, please notice that you can change it from Theme panel->Translations section, like this ->http://screencast.com/t/FaiHA0l5oq

Thanks.

Bogdan B.
tagDiv Staff

Hi,
It can be done from the widgets area of wordpress: http://screencast.com/t/zm9oZGtPPQB
Here is an example of a block in a sidebar and the settings for it: http://screencast.com/t/pEE0SmW3
The settings found in the widgets area are the same as the ones in block settings in visual composer. Please read this guide to see how you can customize blocks in our theme: https://forum.tagdiv.com/block-settings-guide/
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The block title is exactly as it suggests. it;s a block title. That is the default block title that the theme sets to your block. This can be removed but if you use the ajax filter, there MUST be a block title, otherwise the default one will show. Please access your sidebar and change the name of the block to the name you prefer.
http://screencast.com/t/jFd05S52pe
Thank you!

Catalin
tagDiv Staff

Hello Palathil,

Unfortunately, I do not exactly understand what do you want to do? Please notice that what you have shown me above is just a title of the block and you have control over this element when you edit the block in Visual Composer, like this -> http://screencast.com/t/Zx0bT42eT So, if you want to remove all the block title for sidebar section, you can use a bit of CSS to hide it. Try the code below ->

The code is ->

.td-pb-span4 .block-title{
display:none;
}

or if you want to get rid of it all the block title for the entire website, you can use the above code without first condition -> .td-pb-span4

If you refer to something else, please provide more details about what you want to achieve, so I will be able to provide a more accurate response.

Thanks for your understanding!

paulmildwater
Participant
#0

Hi,

Whenever I view a post that I have made on my site, on the right side under the advertisement is a heading that says “Block Title”. How do I edit this or remove it completely? I put all my posts under different categories on the site.

Thanks!

Bogdan B.
tagDiv Staff

Hello,
you did not miss anything. Block 6 displays titles above the image as you can see on our demo here: http://demo.tagdiv.com/newspaper/block-6/ please try out a few of the other blocks and see how they display content.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
If you want to filter a sub-category, then you need to follow this guide as it explains exactly how to filter sub-categories: https://forum.tagdiv.com/block-settings-tutorial/
Hoe this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

For the first request please follow this topic: https://forum.tagdiv.com/topic/open-source-and-via-in-a-new-tab/
As for the quotes on mobile: The color of the quotes is affected by the theme accent color:
http://screencast.com/t/gUVdFGDGIdg
Unfortunately the font family and font style can only be changed with css as the mobile theme has no font customization at the moment. You can use this method to load a new font with css: https://forum.tagdiv.com/topic/how-to-change-font-for-text-logo/
and then use this css to set the font family and size for the quotes on mobile:
@media(max-width:767px){
.td-post-content blockquote p{
font-family:mycustomfont!important;
font-size:25px!important;
}}

Thank you!

Catalin
tagDiv Staff

Hello Boddickerdk,

Please notice that the best way to remove this is from your backend, manually for each block and another option would be to use a bit of CSS code to hide them. If you want this, please provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response.

Thanks.

Andrei L.
tagDiv Member

Hi

1. There is no ideal size for featured image. Basically image’s size should be at least by thumb’s size where will be used. You will have to asses the containers and thumbs you plan on using on your site and the post templates as well. If you use post templates that use the full size images like: http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/ then a full hd image is required. If not, you need to inspect every element especially on the homepage. If you use big grids, your images must be at least the size of the big grid container otherwise they will not fit inside and not display properly. Here is a list of all thumbs used in our theme: https://forum.tagdiv.com/theme-thumbs/
also:https://forum.tagdiv.com/thumbnails-vs-featured-image-size/

2. Unfortunately you can place ads inside a block but using Visual Composer they can be added between blocks using ad-box block. Here is an example: http://screencast.com/t/UsEiHaLk http://screencast.com/t/svjvQcYTee96

I hope this helps.
Thanks!

taneesha
Participant
#0

Hi

I want to change font size and type for article titles on modules and blocks. I cant access the settings for the same in the theme panel. There is no drop down for “Module and Block article title”. the other font settings are opening fine. Request a solution. I just updated to you most recent newsmag release

adamuiowa
Participant
#0

Hello, I have a few questions about the theme.

Dev site link: http://wv.cloudaccess.host

1. I noticed some of the thumbnails are producing different sizes. The first blog post featured image has a taller height and the eighth one down is also producing the same result. Do you suggest a recommended height/width for all featured images to prevent this from taking place going forward?

2. Is it possible to place in-line advertising code within a block/grid? We were hoping to drop in ad code 5 headlines down and it doesn’t appear the Visual Composer allows you to do that. We didn’t notice an area in the Theme Panel that had this custom coded either.

Thanks!

brianjcameron
Participant
#0

Is there a way to add some code that will open “Source” and “Via” URLs in a new window. I don’t want to lose readers from the site, chasing a good story.

Preferably in a custom CSS so that I don’t lose changes in an update. Happy if this is a rule across all URLS on site.

Secondly,

On the mobile theme, the block quote text is horrible colour / size for my readership. It reverts to default.
Is their a way to customise it like I can in the fonts on desktop. I would like to Bold it, change size, and colour, as well as state the font to be used.

Boddickerdk
Participant
#0

Hi

As the topic says. I’ve tried and tried to find a way to remove for example the “Lifestyle News”, “House Design” block from the front page.

Isn’t there a easy way to remove them without manually editing the frontpage?

Bogdan B.
tagDiv Staff

Hi,
Please disable all plugins except visual composer, clear cache and reset cdn files. then use this guide to fix the images: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Let us know how it goes.
Thank you!

Catalin
tagDiv Staff

Hello Achimzwo,

I hope that you want to display and the search icon and that’s why I gave you this code ->

.header-search-wrap {
display: block!important;
}

Please ignore it or delete if you add it in your custom CSS Area and the search icon will be hidden.

Thanks.

Kingbreak
Participant
#0

Hi,

I read your manual about websitespeed: https://forum.tagdiv.com/how-to-make-the-site-faster/
And i thought i could get more speed if i fix the blocking javascript and css styles above the fold.
But i tried the steps in your manual, but there is nothing changing. The js and css styles are still slowing down my website.

Could you please help me? My website is very very slow!
https://developers.google.com/speed/pagespeed/insights/

My website is: Kingbreak.nl

Achimzwo
Participant
#0

Hello,
the Tumpnails in some Blogs have different formats ad example 324 x 235 (1:1,3)in Block 1,3,6 and so on.
I like to change that in 324 x 160 (1:2) like Blog 2,3,4 and so on.
How can I do that?

Greetings
Achim

Catalin
tagDiv Staff

Hello pixelonline,

Please notice that when you customize your homepage in the backend, you can to chose the position of your desired block as you wish. For example, if you have a PERFORMANCE TRAINING block and you want that certain post to be displayed in this block, you will have to filter the block by a category which contains your post in order to achieve as you wish, like this -> http://screencast.com/t/IkvR9bP74C1B
For more information about this, you can try to read our documentation regarding on what can be used the Visual Composer in the correct way, like this -> https://forum.tagdiv.com/how-to-use-visual-composer/ Also, you can watch our video tutorial from our YouTube channel where is presented the important steps in order to create a homepage, like this -> https://www.youtube.com/watch?v=LC7iz-v-zIY

Hope this helps!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,

VC does seem to have a lot of styling into it…Try this code:
.vc_toggle_active .vc_toggle_title h4{
color:black!important;
}

Please be mindful of these modifications as they alter the visual composer css, (not the theme’s) so if any other visual composer elements (except theme blocks) have color issues, test to see if the code does not affect them as well. I can’t say for sure if these classes will not be used in some other part of VC as we are not the plugin authors.

Thank you!

Catalin
tagDiv Staff

Hello Achimzwo,

I have checked your website and I try to make a quick CSS for aligning your main menu. Please try the code below and place it in Theme panel->Cusotm CSS area.

.sf-menu a.sf-with-ul {
padding-right: 5px;
}
.header-search-wrap {
display: block!important;
}
.td-header-menu-wrap-full{
height:initial!important;
}

The result -> http://screencast.com/t/7NSNLseT

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,
If you use an ajax filter on your block then it needs a title. Otherwise it will not position properly. Please follow this topic to learn more: https://forum.tagdiv.com/topic/block-title-shows-even-when-empty-after-update-to-7/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
How can I test a block from visual composer without visual composer? The blocks in our theme can only be used with VC. If you have problems with the pagination please disable all your plugins except VC, clear cache and reset cdn files. You could have a plugin conflict that is affecting the pagination.
Thank you!

Andrei L.
tagDiv Member

Hi

The theme uses admin-ajax.php file for different features and if your robots.txt blocks access to it google’s crawler may return an error. You can set an exception for this file so google’s crawler can read it and the errors should disappear.

Thanks!

Bogdan B.
tagDiv Staff

Hi,

Thank you for sharing this information. Our theme does have a lot of features that can become ‘hevy’ on the page speed so this kind of optimization is useful in trimming things down. Our theme does not have any option to disable features of the theme though. We do have a speed guide you can use to increase page speed https://forum.tagdiv.com/how-to-make-the-site-faster/ but the plugins you mentioned are not tested and I cannot say for sure if they will be a viable solution for all users. WP rocket is known to cause issues with our theme especially with the slider blocks (slide and big grid slide) WP rocket has lots of settings so if you do not know what you are doing, it could break the theme.

Thanks.

Viewing 25 results - 29,451 through 29,475 (of 39,816 total)