Good day Sir/Ma,
pls i have created a js and css for some effect i want to add to my page. But i am stuck with adding the div class to some blocks. Pls how can I assign a div class to page blocks and other elements. Also is it possible to assign two class to one item.
E.g.
I want one block to slide in from left and bounce once user scroll to the element/block screen.
<div class=”slide-left”><div class=”bounce”>Block to show effect</div></div>
Note: I have done the correct css and JS already.
Or if the theme have the feature already kindly show me pls.
Also pls I noticed there is a slider for posts only. Pls kindly consider adding a custom slider block/shortcode which we users can edit to fit in instead of relying on revolution slider that slows down the website loading time.
E.g. I want to create a slider using a background image of my own and text elements on it along with buttons to click. Most other builders/composer have this feature. Kindly include it pls.
Hi,
You can set classes by editing the page with tagDiv Composer and selecting the elements where you want to add the extra classes -> https://i.imgur.com/q4Qr8RI.jpg
You can set as many classes as you want.
For a slider like that we provide the Revolution Slider with our theme -> https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
Indeed, it will be nice that the theme to have this option and to no longer be needed to use an extra plugin.
Thank you!
Hi,
Yes, all you need to do is to set a space.
Unfortunately, there is no option to add extra html code to blocks, a code like that can be set in HTML element or in column with text or text with tile -> https://imgur.com/u88UHh0
Thank you!
Unfortunately, for this I think that the only way will be in the theme files, you can find the files on those paths:
-> wp-content/plugins/td-composer/td-multi-purpose/styles/tds_pricing/tds_pricing1.php
-> wp-content/plugins/td-composer/includes/shortcodes/vc_column_text.php
Thank you!