enable autoplay for Blocks?

Posted in: Newspaper
Post count: 5

Hi, is there any way to add autoplay for blocks with category contents? i mean there are ajax pagination arrows, and content is loaded on click. is it possible to enable an autoplay for it? just as it’s working with slider widget

Post count: 6600

Hi,

Unfortunately the theme doesn’t have an option like that, I will add this on our feature requests list however as we have over 200 features on our list we have to pick very carefully what we implement so if more people request a feature like this we will do it.

Thanks for your suggestion!

Post count: 5

Thank you for the answer, Lucian.
i guess other option would be to customize VC Post carousel to do make it look like one of the block styles from theme. What is the easiest way to modify Carousel code/style? (if you have a moment to advise on this)

One mor issue – VC drag and drop is not working when building pages in the main area. Not in latest Chrome and Firefox. fields just getting stratched vertically when attempting to drag. Default VComp works fine on their demo site. Any problem with the theme?

Post count: 6600

Hi,

Using post carousel could be an option but you if really need this and you need customization for it I suggest you get someone help you with this.
If this suits you, the posts carousel VC element can be added to the page like this: http://screencast.com/t/2Z6BW9op9c
Result: http://screencast.com/t/gHIoVHXxrlH

The VC drag & drop issues was reported in previous version of VC plugin and when used with WordPress 4.1 version so if you don’t use the latest version of WordPress (4.1.1) please update it and also update the VC plugin to the latest version (4.4.2).

Download the latest theme version from themeforest: http://themeforest.net/downloads ..the latest version of the VC plugin is included within theme’s files in the /plugins folder. Use this guide and update tghe VC plugin according to it: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Let me know how it goes and if you still have this issue afterwards.

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 5

Thank you for the help. I have one more problem i just can not solve :/
When i add Block1 in VC to the page with “Default Template” and enable sidebar — strange margin appers on the right of Block 1 and i have no idea how to get rid of it
Here is the test page http://new.budapestinc.com/binc/
in the VC code is just this
[vc_row][vc_column width="1/1"][td_block1 limit=”5″ custom_title=”Test 2″ sub_cat_ajax=”n”][/vc_column][/vc_row]
any advice please?

Post count: 7909

Hi,

I have checked your site and seems that you solve the issue as I did not found any margin/space: http://screencast.com/t/MgEUM77u7Ga

Thanks!

Post count: 5

HI, i did not solve it really, just rudely overwriten td_block_layout.php to print span6 instead of span4
this is not a solution, on the next theme update bug will probably return

//span 4
function open4() {
if ($this->span4_is_open) {
//open row only onece
return;
}
$this->span4_is_open = true;
return “\n\n\t” . ‘<div class=”span6″>’ . “\n”;
}

Post count: 7909

Hi,

Please try to use a different page template when you create your page using pagebuilder and add your siderbar using Widgetised Sidebar block: http://screencast.com/t/UdUwr0Yaa as you can see in the documentation the default template is not recommended using pagebuilder: https://forum.tagdiv.com/page-templates/

Hope this helps!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.