Search Results for 'block'

Results from the Forum
The Transnational Post
tagDiv Member

Hi Bogdan,

Sorry for all the troubles, I just did two updates to my site, the theme update and update to to WordPress 4.6. Now the design pages will not show, everything looks the same but the blocks designs are not opening, it’s funny because the preview shows the designed page. I will provide my username and password if you need it.
And lastly, I want to change the theme fonts.

Regards,
Stanley

Bogdan B.
tagDiv Staff

Hi,
You can use this code to add the top bar to the mobile version:

@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display:block!important;
}

Thank you!

sporkhc
Participant
#0

I’m not seeing it as a preference, is there a way to remove the small “spinner” that is displayed within a block that has the ajax prev/next pagination enabled?

sporkhc
tagDiv Member

Also, I was just poking through the database and in the “term_taxonomy” table I can see that wpdownloadmanager creates it’s own taxonomy, “wpdmcategory”. Where can I start looking to see where that category filter for the above block is defined?

simchris
Participant
#0

Widespread reports of WP 4.5 update breaking Visual Composer — however some folks say they have no issue with VC 4.11 included with latest versions of TagDiv themes, other folks online are reporting all kinds of themes breaking with WP 4.5 and VC 4.11.1.

If you are using an OLDER version of VC, and your VC is now broken using TagDiv themes; your first step would be to upgrade your VC to latest version included by TagDiv (4.11), which can be found in your all files download from ThemeForest (in the /plugins/ folder — where else?).

For others where it’s broken using 4.11/4.11.1 — might be due to other plugin/setting and you might need to wait for a 4.11.2/4.12 update — maybe not. If some have the problem and some don’t hard to tell if it’s inherently a VC problem or not.

Follow changelog for update status on VC:
https://wpbakery.atlassian.net/wiki/display/VC/Release+Notes

Other issues with WP reported widely related to the change in the image processing, setup and compression settings. In theory should mot break existing content since images are static. Regenerating thumbs might help with that, but other issue causing break is far more likely (e.g., blocks/rows using VC and not TagDiv blocks CSS might be broken if edited).

TAGDIV likely won’t have update for VC + WP 4.5 until a 4.11.2 or 4.12 version of Visual Composer pushed (follow the above changelog for timeline).

Reports of issues with VC might not “entirely” be solely the fault of VC + WP 4.5, since presumably WPBakery would have tested VC with the RC1/RC1 version of WP 4.5 out in the wild the past month, but perhaps not.

Just some facts for those freaking out.

Good time to build a backup strategy and also disable automatic updates on your WP setup.

rgmolaro
Participant
#0

Hi, in my site the category filter of some blocks of visual composer aren´t working.
Block 1 it’s working perfect, but Slider not. Why? All it´s configured like the tutorials show. Y set that show a category that have some posts, but the slider disapeared. Please help me.
Regards

sporkhc
Participant
#0

I see that my Newspaper license does not grant me support for VC from WP Bakery, so hopefully you folks can help.

I have a site with a large number of downloads (intranet). I’ve been trying a few “download manager” plugins (Download Monitor, WPDownload Manager). These plugins basically make a custom post type for their content. I can get something close to what I want as shown here:

My VC question is this. The block settings allow me to filter by category ID, slug, etc. and also allow to select a custom post type as shown below:

VC filter settings

So what’s the proper way to filter on category when using a custom post type. A very VC-centric question, but seeing as I’m not allowed to ask without a real VC license, I’m asking here. Developers of both download plugins are willing to help to some extent, but obviously they can’t do much without knowing how this VC filtering system works.

Help! Last step in getting this site live. Downloads are THE centerpiece of this site.

poiya
tagDiv Member

Thank you for your answer,again.
Finally, I found how to fix them. The featured photos should be set the width = 696px(before the width were set at 600px). Now it works perfectly in block 13.

infoalert
Participant
#0


Salut! Vreau sa personalizez partea de subtitlu (de dinaintea pozei reprezentative) in sensul ca as vrea ca textul sa fie alb pe un fundal negru.
http://infoalert.ro/wp-content/uploads/2016/04/subtitlu.jpg
Ce posibilitate am in acest sens? Exista vreun cod anume?
De asemenea acelasi lucru as vrea sa-l fac si la block-ul de articole nr. 7.

Miniaturiule articolelor sa apara pe un fundal galben (de exemplu) iar textul sa fie negru.
Multumesc!

Catalin
tagDiv Staff

Hello aragorn,

If you want to change the name of these blocks you can do that only from your backend, Widgets section, like this -> http://screencast.com/t/sbepd9TrG

Thank you for the message!

Catalin
tagDiv Staff

Hello whitenet,

Unfortunately, our theme does not work fine with Frontend editor and our developers decide to exclude it from the theme. You can enable the Visual Composer frontend editor by removing this code from theme’s functions – http://screencast.com/t/1N4LB7WhP2jR but unfortunately, will not work properly if you have tag div blocks on the page.

Thanks.

Bogdan B.
tagDiv Staff

You can see the shortcode to any block in classic mode and text mode. That is how I got the one I showed above.
Simply create the block you want with the filters and all settings in place and then access the classic mode like so: http://screencast.com/t/aIiq2BNIW
Thanks.

poiya
tagDiv Member

* I did install plugin again. The site looked too ugly for me. I give up with block 13.

Bogdan B.
tagDiv Staff

Hi,
Please make sure you have the thumbnail selected for the big grid here: http://screencast.com/t/AKvnKPxl and then follow this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Hope this helps.
Thank you!

okgo87
Participant
#0

Hello,
Using Visual Composer, I have created this structure on a page, which is going to be the homepage template.

The problem is, block 18 doesn’t seem to fit and adapt itself into the center column and it appears narrowed.
This is how it appears
How can I solve this problem?

Catalin
tagDiv Staff

Hello Nimol,

Please take a look over the below explanation and try to understand a bit how it work the thumbs in the theme. Please check here ->>
Our theme uses the system of cropping from center to top. The theme uses thumbs to reduce the page size and speed up page loading time. From each image uploaded are generated thumbs for each thumb size used by the theme. Basically, when a post it’s displayed on the page in a block, the featured image displayed is not the one which you uploaded in the media file, it’s a thumb cropped from the original image at the precise dimension. To change the picture orientation most likely you will need a different cropping system. We use a WordPress function – add_image_size() – you can read about it here – https://codex.wordpress.org/Function_Reference/add_image_size – and here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
Our theme crop (cut) thumbnails in some cases to avoid creating a lot of thumbnails in order to reduce to load more spaces on the server.
If you don’t have the possibility to upload large images you could use a combination of plugins to upscale the thumbs – Thumbnail Upscale and Force Regenerate. For more information about these kinds of plugins, please consult their documentation here -> https://wordpress.org/plugins/thumbnail-upscale/ -> https://wordpress.org/plugins/regenerate-thumbnails/ Also, please ensure that the functionalities of these plugins are not affected by the other untested plugins that could create interference through the theme. Please notice that these types of plugins are not tested with our theme and we cannot provide support for the theme. We recommend them because a lot of our customers uses and we are satisfied about their functionality.
If you want to implement another cropping system for your theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom work at the moment, sorry! Usually, we recommend developers from studio.envato.com.

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello

If you want to change the color of this box, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotom CSS area.

The code is ->

.widget_recent_entries .block-title span{
background-color:red;
}
.widget_recent_entries .block-title{
border-bottom: 2px solid red;
}

The result -> http://screencast.com/t/XvrNU8bE60CB

Thank you for the message!

piero
tagDiv Member

Hello, I followed your advice, disabled plugin, off and empty the cache, but the function of the number words only works for titles and not for content. And ‘you possinbile obtain the code for the block 1 by limiting the content? Thank you

Bogdan B.
tagDiv Staff

Hi,
Unfortunately our theme does not support infinite scroll. You can only add pagination for particular block elements, not the whole row.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can remove the gradient by using this css code:
.td_block_big_grid_2.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before{
display:none!important;
}

Result: http://screencast.com/t/q1Tl2363p7q
Thank you!

Bogdan B.
tagDiv Staff

Hi,

1) The theme will use the image sizes as best it can, but if you plan on useng the images with a biger container than 620 * 300 then the images will not display properly. You should use a thumbnail regenerate plugin like this guide shows: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
and if you cannot update bigger images, use the thumbnail upscale plugin and regenerate thumbs after activation.
Here are more details about the thumbs used in our theme:
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
https://forum.tagdiv.com/theme-thumbs/
https://forum.tagdiv.com/featured-image/

2)You can remove the theme ads and there will be no space remaining after you remove them.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

1) If you want to have the homepage exactly like the one in our demo, then simply install the default demo with content from here and it will be created automatically for you: http://screencast.com/t/pxg0tmg8Bgxa
If you do not want the demo content, then please follow this guide to see how to use visual composer and make use of modules and blocks to get your desired layout: https://www.youtube.com/watch?v=ss-BEobegAw
Please read the documentation as well as you will find lots of useful information in there about the theme settings.
2) The sidebars can be found here: http://screencast.com/t/rhLu9CAWfLFJ

Here is a link to the documentation: https://forum.tagdiv.com/wordpress-information/

Thank you!

Bogdan B.
tagDiv Staff

Hi,
1) Unfortunately there is no setting for this. It will have to be made custom with css. You can make a block title orange from the block settings, but the ‘separator’ styling must be added custom.
Maybe this will help: https://css-tricks.com/line-on-sides-headers/
2) Unfortunately the predefined content cannot be edited. If you want to have better controll over the widgets inside the footer, please use a blank footer style and add your own widgets using footer 1, 2 and 3 from here: http://screencast.com/t/n7XIcVaytzhR
Thank you!

Bogdan B.
tagDiv Staff

Hi Rachel,
You can add a block to the post files using a do_shortcode function like so:
<?php echo do_shortcode('[vc_row][vc_column][td_block_12][/vc_column][/vc_row]'); ?>
You can add this code to the post template you use:
http://screencast.com/t/pXGvKb7aZ
The tricky part will be to make them detect the category of the post. The blocks were not created to detect anything so this feature will have to be created from scratch. You will need to hire a developer for it as there is no easy solution.
Thank you!

Catalin
tagDiv Staff
Link - reply

Hello Marto,

Unfortunately, our theme does not have such an option but you can accomplish this if you follow the next steps. First of all, you need to create a page with any desired block sorted by Random Posts Today like this -> http://screencast.com/t/RprxA6RKCQ and then you have to insert the link of this page for your each block title, like this -> http://screencast.com/t/YcxGHDGeu

Hope this helps and let us know how it goes!

Thank you for the message!

Viewing 25 results - 30,776 through 30,800 (of 39,816 total)