Search Results for 'use visual'

Results from the Forum
madox56
Participant
#0

I upgraded to v3.7 and I followed your guide how to deinstaller Visual Composer (deleting the /wpbakery directory).

The strange thing is that there is no hint in the backend that I should install the Visual Composer as a plugin. Even more strange: although the VC files are deleted I can still use the old Visual Composer in the articles.

How can I fix it?

Why I wanted to upgrade is because the wordpress visual editor is not working any more.

gomerblog
tagDiv Member

It was because I activated the child theme first! If you have this problem activate original one, install, then child

gettinenglish
tagDiv Member

Hi,
I have the same problem, I need this shordcodes , becasue I use them frequently on my website. Look forward to your prompt reply and and support how to fix this problem.

Cheers,
Matthew

cbarnhart
Participant
#0

I would like to use the “full version” of visual composer but when I install the plug-in I get just the version that came with the template. What am I doing wrong?

Marius
tagDiv Staff

Hi,
We haven’t changed anything about the require plugin from V2 to v3. The GIF plugin is not included in v3.

About the Visual Composer the problem is a little complicated, because we need to deliver our custom and modified Visual Composer as a plugin, we still investigate this.

simchris
tagDiv Member

Hi, Marius
this pre-supposes that the user knows how to actually find the plugin to begin with. So, might be worth noting WHERE that actually is in the zip package.

Actually, a “recommended” and “included” plugins list might be useful, especially since, for example, for those of us who upgraded from v2 to v3 — what of those original plugins are still needed? Is the animated GIF plugin still needed? It’s not included with v3, so not sure?

This might be also useful since you’re now going to break out the visual composer as plugin.

Radu A
tagDiv Member

hi,
these are the default theme ads spots.
you can create some custom ones but those custom can be used only on sidebars.

from visual editor you can create and modify a hole page: http://screencast.com/t/EA2mZxAdd , then add one or more blocks : http://screencast.com/t/GdMByIJIHV (each block has its own module or modules http://screencast.com/t/dsFlxM3g7c).
on each block you have filters : http://screencast.com/t/3d1T4Kc3

this is the documentation of the theme: https://forum.tagdiv.com/newspaper-documentation/

some links to how to manage blocks and modules:

https://forum.tagdiv.com/modules-and-blocks/
https://forum.tagdiv.com/page-templates/
https://forum.tagdiv.com/homepage/

hope this help.

Thanks for you message.
Radu A.

  • This reply was modified 12 years by Marius.
Radu A
tagDiv Member

hi,
these is because you have update to wordpress 3.9

we will update the theme as soon as possible. until thene try to use the TEXT option :
http://screencast.com/t/TaRbrdQhOME

Thanks for you message.
Radu A.

prose976
Participant
#0

Hello,

I hope you’re having a great day. I would like to know if there is a way to use the visual editor to customize the layout of all the different pages provided in the Theme Panel.

As of now, we can customize the sidebar only, but I’d like to know if there is a way to ad a Tagdiv Ad box at the bottom of the pages, or do any other type of customization using the visual editor.

Thanks.

Philip

Marius
tagDiv Staff

Hi,
1. The ad appear in sidebar, do you have a sidebar in your homepage? If not you can add the AD using the visual composer: http://screencast.com/t/IYQigAdpC

2. Here is the AD documentation, you can use shortcode to add an AD in posts, or use php if you want to add in code. https://forum.tagdiv.com/ads/

The theme have this if you want an AD at the end of the article: http://screencast.com/t/bpHNHqW8c Just paste your ad code there.

3. You can select from the widgets which ad you want to display: http://screencast.com/t/w5T1yMfVMnZ2

Thanks!

Peter
tagDiv Member

Hi there,

I have also seen on my install that when I use the visual composer and try to edit content that the visual tab shows no content. I can only see content when I view in text. If I switch to classic I can see both visual and text but cant see the shortcodes drop down in the menu bar?

Also with the new font setup I have lost the ability to customise the font <h> settings which was useful in the old setup. Can this be added back in?

icecodepro
tagDiv Member

For those looking to get the “Kitchen sink” back with the visual composer’s text box, the problem is listed here http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments

The only work around I have so far used is to click on the Text tab. Right now having to create new content with the text tab and not the visual tab.

Radu A
tagDiv Member

hi,
can you please give us access to your site to see the problem, send us an email to contact@tagdiv.com with the username and pass, also please post the link to this thread in the email.

I have updated to wordpress v 3.9 and I don’t experience what you are saying.
please try disabling all the plugins that you have installed, and try again.

Thanks for you message.
Radu A.

  • This reply was modified 12 years by Radu A.
Marius
tagDiv Staff

The solution above is for the loop, latest article: http://screencast.com/t/naTmufN1S

For block works only if you use the full layout in visual composer and use the Default template with sidebar that force the layout on 2 columns.

Mauricio Tab
Participant
#0

A site in use, installed the new theme, fantastic, I already have and use the theme Magazinly, congratulations.

I installed the plugin v.4.1.4 Slide Revolution.

Create New Template Slider , new slide created, configured to show only the last 5 post, all categories, sorted by date. Do not show anything, only the background.

Even in the configuration creating the slide Preview (is empty) button in the slide list (also empty), only “NO SLIDES FOUND, PLEASE ADD SOME SLIDES”.

I’ve tried creating new slide only for specific posts and nothing (is empty).

Stating: After creating the slide-revolution, a page (start) with visual composer, insert the slider revolution and use the same name created slide, but also on that page is all empty, only “NO SLIDES FOUND, PLEASE ADD SOME SLIDES “.

I appreciate help,
MauricioTab.

Marius
tagDiv Staff

Hi,
That is used to build the layout on the grid.

As you know the grid work like:

<div class="wpb_row">
   <div class="span6"></div>
   <div class="span6"></div>
</div>

This will create a row with 2 columns.

This $buffy .= $td_block_layout->open_row(); will open a row, will echo: <div class="wpb_row">

This: $buffy .= $td_block_layout->close_row(); will close the row, will echo a </div>

This $buffy .= $td_block_layout->open6(); will open a span6 and $buffy .= $td_block_layout->close6(); will close it.

Is a little tricky.

Hope this help!

Radu A
tagDiv Member

hi,
I think you are referring to the Big Slide.
the Big slide can only be used in the full length of the page.

try using the simple slide (with only one picture appearing).
you have to use the simple slide from Visual composer.

Thanks for you message.
Radu A.

Anonymous
tagDiv Member

Hey Radu! Can you give me an explanation of these:

$buffy .= $td_block_layout->open_row();
$buffy .= $td_block_layout->close_row();

and this: (could apply to 4/6 etc)

$buffy .= $td_block_layout->open6();
$buffy .= $td_block_layout->close6();

Thanks! If you help me with this I’d be happy to make a video explaining it to others so that we can have a better understanding of how users can create custom blocks! Thanks!

I have it partially working but it throws a PHP Fatal Error of too many nestings in l10.php

Marius
tagDiv Staff

Hi,

After talking with my colleagues seems that the simple way to make a black is to copy an existing block, change his name (not only of the file, but also in the file : http://screencast.com/t/jcst0tJi), then take a look at the bottom of the file, the last line register the block in the Visual composer : http://screencast.com/t/a6KjxMIz

also take a look at the Visual composer documentation maybe you will find it useful:

http://kb.wpbakery.com/index.php?title=Extend_Visual_Composer

http://kb.wpbakery.com/index.php?title=Visual_Composer_tutorial

hope this help

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
if we describe others times how to make custom blocks what don’t you use that info to create your desired block?

after talking with my colleagues seems that the simple way to make a black is to copy an existing block, change his name (not only of the file, but also in the file : http://screencast.com/t/jcst0tJi), then take a look at the bottom of the file, the last line register the block in the Visual composer : http://screencast.com/t/a6KjxMIz

also be sure to add your new module here: http://screencast.com/t/uUOKHHJq5Ixk

also take a look at the Visual composer documentation maybe you will find it useful:
http://kb.wpbakery.com/index.php?title=Extend_Visual_Composer
http://kb.wpbakery.com/index.php?title=Visual_Composer_tutorial

hope this help

Thanks for you message.
Radu A.

  • This reply was modified 12 years by Radu A.
  • This reply was modified 12 years by Radu A.
Marius
tagDiv Staff

Hi,
The default template is used only if you want to achieve a default WordPress page (content + sidebar) the other templates are built by use to make custom pages with sidebar or without, with post loop + pagination, as you can see in the documentation of the templates https://forum.tagdiv.com/page-templates/

You have used before the Visual composer(page builder) You can use it to build the page layout and to add content blocks.

Also from the template you can change some settings to: http://screencast.com/t/YDN6lyfLkD From here you have Posts per page settings for that page.

Can you give me your site URL and tell me what you can’t achieve

Thanks!

Anonymous
Inactive
#0

I’d love some help with this.. I made a new block but I can’t get it to show up so that I can actually use it!!! Would love some help thanks!

Anonymous
tagDiv Member

Hi Radu! Module 1 plays videos fine no problem… I just want to have a block that uses Module 1… You have described many times that you can make custom blocks… Let me ask a simpler question…

If I make a Custom Block, how do I get it to show up in Visual Composer?

Anonymous
Inactive
#0

I’d like to have a featured video on the front page that is always the newest video. I’d like it to actually SHOW the YouTube video so the user can click on the video immediately without having to go to the individual post.

I tried creating block0 and just replacing everything with module1 but my block doesn’t show up in visual composer.

Am I on the right track for how to do this? I’m basically just trying to turn module 1 into a functioning block.

Let me know if anyone has any suggestions! Thanks!

Ashish
tagDiv Member

I know I can use plugins But if I use plugin for widget that plugin’s Widget wont be shown in Visual Composer.

Viewing 25 results - 7,501 through 7,525 (of 7,617 total)