Search Results for 'composer'

Results from the Forum
vertexpolygon
tagDiv Member

The new customize tool which allow to configure widgets more visualy isn’t working with Newspaper theme.

In a first time, Visual Composer wasn’t working but after deactivate et reactivate all my plugins, it works fine.
No other bug for me for the moment.

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

Hi,
For revolution slider you need to create a slide firstly http://screencast.com/t/nzr3dIwjG then select the slider from Visual composer: http://screencast.com/t/aezOCxofUS

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.

myooou
tagDiv Member

Thank you for your quick reply.Is their any possibilities to solve this issue in future?

icecodepro
tagDiv Member

This also happened to our site this morning with the upgrade to wordpress 3.9. The Visual Composer HTML block doesn’t show any of the kitchen items and leaves what appears to be blank. You can click on the Text tab and that will show you what content was in the column. You will need to work with pure HTML coding to edit/add information. This is a workaround.

Here is what I found on the Visual Composer site:
09.04.2014 – ver 4.0.5
– Compatibility with new TinyMCE version in WordPress 3.9 added

myooou
Participant
#0

Dear Sir Please help me to solve this issue.my post/page visual composer text editor is not working after upgrade to 3.9 please help me.Its urgent

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.

marduk2222
Participant
#0

i’m trying to add elements using the visual composer on the wc shop page.
It seems nothing happens, how to add elements on that page?
Thanks

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

Anonymous
tagDiv Member

RADU! THANK YOU! *that* is what I was looking for!!! Let’s see how it goes!!

Radu A
tagDiv Member

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

Thanks for you message.
Radu A.

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?

Marius
tagDiv Staff

Hi,
Great I’m glad that you have managed the issue!
Have a nice day!

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!

Gee95
tagDiv Member

Thank you for the tutorial, and i fixed the problem with the Visual composer. My web hosting company was using an old version of WordPress. Updated it and it works again 🙂

Thanks

Marius
tagDiv Staff

Hi,
We have here a tutorial with how to make your homepage, follow the steps from there https://forum.tagdiv.com/homepage/

I don’t understand your last question, the visual composer start from here on a page: http://screencast.com/t/NQKnWlTK4

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.

Marius
tagDiv Staff

Hi,
You can copy the content from the page into the post and make the review. The visual composer work in post to, you need to enable from settings.

The reviews work only on posts.
Thanks for the message!

Viewing 25 results - 52,701 through 52,725 (of 52,922 total)