Search Results for 'composer'

Results from the Forum
emmak
Participant
#0

Hi I followed the instructions to the letter

ran the function and got

registered scripts
admin-bar | /wp-includes/js/admin-bar.min.js
jquery |
tp-tools | https://www.mysite.co.uk/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js
revmin | https://www.mysite.co.uk/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js
wordfenceAJAXjs | https://www.mysite.co.uk/wp-content/plugins/wordfence/js/admin.ajaxWatcher.js
js_files_for_ace | https://www.mysite.co.uk/wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js
js_files_for_ace_ext_language_tools | https://www.mysite.co.uk/wp-content/plugins/td-composer/css-live/assets/external/ace/ext-language_tools.js
js_files_for_live_css | https://www.mysite.co.uk/wp-content/plugins/td-composer/assets/js/js_files_for_live_css.min.js
js_files_for_plugin_live_css | https://www.mysite.co.uk/wp-content/plugins/td-composer/assets/js/js_files_for_plugin_live_css.min.js
td-site-min | https://www.mysite.co.uk/wp-content/themes/Newspaper/js/tagdiv_theme.min.js
comment-reply | /wp-includes/js/comment-reply.min.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
rs-plugin-settings | https://www.mysite.co.uk/wp-content/plugins/revslider/public/assets/css/settings.css
wordfenceAJAXcss | https://www.mysite.co.uk/wp-content/plugins/wordfence/css/wordfenceBox.css
yoast-seo-adminbar | https://www.mysite.co.uk/wp-content/plugins/wordpress-seo/css/dist/adminbar-600.min.css
td_live_css_frontend | https://www.mysite.co.uk/wp-content/plugins/td-composer/css-live/assets/css/td_live_css_frontend.css
google-fonts-style | https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,400italic,600,600italic,700|Roboto:300,400,400italic,500,500italic,700,900
mc4wp-form-basic | https://www.mysite.co.uk/wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.min.css
td-theme | https://www.mysite.co.uk/wp-content/themes/Newspaper/style.css

and added

$this->move_style_to_footer_queue(‘wordfenceAJAXcss’);
$this->move_style_to_footer_queue(‘yoast-seo-adminbar’);
$this->move_style_to_footer_queue(‘td_live_css_frontend’);
$this->move_style_to_footer_queue(‘google-fonts-style’);
$this->move_style_to_footer_queue(‘mc4wp-form-basic’);
$this->move_style_to_footer_queue(‘td-theme’);
$this->move_style_to_footer_queue(‘revmin’);

And

$this->move_js_to_footer(‘jquery’);
$this->move_js_to_footer(‘tp-tools’);
$this->move_js_to_footer(‘revmin’);
$this->move_js_to_footer(‘wordfenceAJAXjs’);
$this->move_js_to_footer(‘js_files_for_ace ‘);
$this->move_js_to_footer(‘js_files_for_ace_ext_language_tools’);
$this->move_js_to_footer(‘js_files_for_live_css’);
$this->move_js_to_footer(‘js_files_for_plugin_live_css’);
$this->move_js_to_footer(‘td-site-min’);
$this->move_js_to_footer(‘comment-reply ‘);

Mobile is getting a worse score and I’m still getting jquery warnings in PS insights

Any ideas?

Pradeep Augustine
tagDiv Member

Thank you for the quick response. Is there any way I can include Block 3 by using the shortcodes generated by the tagdiv composer? Please let me know. I tried the block shortcode in a post. The layout fails. I tweaked the shortcode and inserted them only with the [inner_row] block shortcode [/inner_row]. The layout seems to be fine. Is it correct to use this method?

Simion C.
tagDiv Staff

Hi,

I could’t say at the moment if this will happen, might at some point in the future. Visual composer was never intended in the first place to be used on posts, in the theme.
So for the moment either use Visual composer further, or recreate the posts which would not easy in most cases. Sorry for the inconvenience.

Thanks

infozoon
tagDiv Member

I deleted that line and the site started working again. Is it necessary to have that line ( // register ‘css-live’ extension
require_once “css-live/css-live.php”;) in td-composer.php

thanks

infozoon
Participant
#0

After updating to 8.6 my site has gone and gives this error:

Warning: require_once(css-live/css-live.php): failed to open stream: No such file or directory in /home/englishk/public_html/wp-content/plugins/td-composer/td-composer.php on line 25

Fatal error: require_once(): Failed opening required ‘css-live/css-live.php’ (include_path=’.:/opt/alt/php70/usr/share/pear’) in /home/englishk/public_html/wp-content/plugins/td-composer/td-composer.php on line 25

I don’t know what to do?

Pradeep Augustine
Participant
#0

Hello Tagdiv,
At least add minimum support on Posts when using Tagdiv Composer. I have created several posts using Visual Composer. When I switched to Tagdiv Composer, the post created with Visual Composer have layout issues. I recreated every posts without Visual composer. But in some posts, the use of some blocks are mandatory. Kindly add some support for using some shortcodes to some blocks in the future updates. Also two columns support for adding two images side by side. Thanks.

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and provide wp-admin and ftp access if you want so we can take a look.
Please make a full backup as we may need to deactivate all your plugins except tagdiv composer. Also please make sure that System Status parameters are set properly – https://forum.tagdiv.com/system-status-parameters-guide/

I also replied at envato dashboard. If you are unsatisfied you can ask for refund.

Thanks!

Simion C.
tagDiv Staff

Hi,

The tagDiv composer has the same options for rows, columns and individual elements. These are located in the CSS tab. So you could place block 3 below block 12 first
https://www.screencast.com/t/gb8rL1gDgYa
Hide block 12 on mobile
https://www.screencast.com/t/YwSTr8taN2m0
https://www.screencast.com/t/OsZQwGh47
Hide block 3 on desktop
https://www.screencast.com/t/9pmbDcOiQI
https://www.screencast.com/t/uiQ94RDcbPB
This would be the result on desktop (block 12)
https://www.screencast.com/t/8aKN9PQmJzrK
And on mobile (block 3) – https://www.screencast.com/t/NFrm5bNGd2Wr

Thanks

christian.bazzo
Participant
#0

Hi, I’ve some problem with row if I set “row stretch”. it doesn’t work. I save on the tagdiv composer page but it keep boxed.
I use the background image in the raw css setting panel and “stretch row and 1400 px content” but it doesn’t stretch my row.

It was ok until 10 days ago. I check and update all the plugin and theme but the result does not change.

someone can help me?

thanks a lot

Simion C.
tagDiv Staff

Hi,

Visual composer was never supposed to be used on posts, this is mentioned in the documentation
https://forum.tagdiv.com/how-to-use-visual-composer/
That is why it is initially disabled for post pages. The tagDiv composer can only be used on pages, it cannot be enabled on posts.
The best way would be to continue using Visual composer further in this case. Posts containing Visual composer elements will not display properly when the tagDiv composer is active.

Thanks

sgaialand
tagDiv Member

Hi| I have a very similar issue with my website: http://www.sgaialand.it

In the “ultimi articoli” (latest articles) section, I have three blocks 13 – identical except for the offset of posts – but only one of out three works properly on mobile. The others are not clickable.

In this case, the page was entirely built with TD composer, not visual composer.

Can you help me?

Thanks!

Simion C.
tagDiv Staff

Hi,

I have tried this using Visual composer (while tagDiv composer is deactivated), like this
https://www.screencast.com/t/CYSD8x7mPK
https://www.screencast.com/t/07YP6JfQ
The image opens as it should in this case, with prettyPhoto
https://www.screencast.com/t/VrQXg9k13
It should work for you as well. Please provide a link to this image if possible so we can inspect it.

Thanks

Bogdan B.
tagDiv Staff

Hello,

You can use the page menu option which can be created in the tagdiv composer. https://forum.tagdiv.com/page-menu/
The travel label you exemplify is exactly a page menu.

Thanks

Jose
Participant
#0

Hello,

I would like to make some publications, showing access to several categories (for example, a publication of “dog breeds” in which I can add “blocks” of the categories “small breeds” “medium breeds” “large breeds”).

It’s possible? Is there any way?

regards

Vidar
Participant
#0

And I can not install tagDiv Composer

Vidar
Participant
#0

After update to 8.6 I can not use theme panel and I can not install tagDiv Composer. What to do?

Brain916
tagDiv Member

I am actually using the TagDiv Composer. If I had block 12 show on desktop and block 3 on mobile, how would I do that with TagDiv Composer?

Simion C.
tagDiv Staff

Hi,

The easiest way would be to install the demo with content, gradually replacing it with your own. Start from the top for example, with the logo, menus etc. Configure the blocks and widgets on the page to display your own content
https://forum.tagdiv.com/block-settings-tutorial/
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Customize the footer as well. Content in blocks and grids can be filtered and sorted as you wish, random is one of the sorting options available.

The header style used in the demo does not have a limit for the logo size, any image can be used. However the demo uses a logo of this size
https://www.screencast.com/t/GLOiEOrHN
With a background color set in the theme panel
https://www.screencast.com/t/5iGj1wIh
This creates the effect of a full width logo, you can use a single wider image or create a similar effect.

Those icons are created specially for this demo. They are added like this
https://www.screencast.com/t/9WQGW16Lmc
When you will replace the header menu with your own, they will not be visible anymore. You could add your own icons like this
https://forum.tagdiv.com/how-to-add-icons-in-menu/

All the modules have settings for font customization, in the theme panel
https://forum.tagdiv.com/font-customization/
Article titles, excerpts fonts can be modified in the theme fonts settings. For example the Must Read block is a block 5, this is the module it uses
https://forum.tagdiv.com/how-to-add-icons-in-menu/
https://forum.tagdiv.com/theme-blocks-modules/
https://www.screencast.com/t/MGctdrqDspM

Please let us know if you have further questions or you need help with something.

Thanks

jpete
tagDiv Member

Hello,

I would actually like to use the Tagdiv composer, please advise on the steps I need to take to do this and correct my current posts. I also created a new post and there was not an option to use the Tagdiv composer. Please assist.

Thanks

zoran93
Participant
#0

Hello Sirs. I have more then 20 entries (subcategories) in my main category which make it impossible to display them in a single column dropdown. I want to make it a 4 column layout which covers the whole screen and shows 5 entries in each column of it. I saw you have something similar but with Visual Composer which is not available for me. I want something similar to TRAVEL label from this site: https://demo.tagdiv.com/newsmag/

Can you please explain me how to do it?

mrsky28
tagDiv Member

Simion,

Thanks for the reply. I found the culprit. It’s the shortcoder plugin (https://wordpress.org/plugins/shortcoder/) since it’s adding a button on the editor menu. That’s so weird. I hope you can improve the TagDiv Composer text editor so that it could accommodate various editorial buttons added by plugins…something like Visual Composer would easily do.

davidS83
Participant
#0

i can’t launch ‘Edit with Tag-Div Composer’ anymore
since i update from 8.5.1 to 8.6, today
always infinite load

i use a child theme
i’ve installed nothing else today but this ‘Newspaper 8.6’ update

i tried :
.disable/delete/re install TD-Composer from 8.6 file or 8.5.1 or 8.0
.clear cache (wp super cache)
.switch to main-theme

.restore my provider’s backup to the last time it worked (january 2, 2018)
Strangely, I cannot go back to version 8.5.1
Each time, I always find myself with this version 8.6
I tried an another older date, but it’s the same, everything goes back except newspaper version staying at 8.6, is it normal?
should i force an install with 8.5.1 files ?

So here I am, I do not see what else I can do

i can provide you my login information, etc.
but the problem is there is a google authetificator

please help

(UPDATE : i tried too with all plugin desactived except ‘TD-composer’ = nothing change)
(UPDATE : i tried to downgrade WP 4.9.1 to 4.9 or 4.8.4 = nothing change)

Mariano Jonte
Participant
#0

Hi friends, I am having problems with the use of the Tag Div Composer.
When i use different “Blocks”, they do not respond in the way that is supposedly predetermined.
For example: they do not occupy 100% of the width.
I also need to use ways to use Big Grids with titles outside of the photo (or imagen) or that adapt better in Mobile and I have no way.
Please help.

I send attachments as I have my Blocks … (so they can see that they do not work out the way they should).

Att1 – Block1: http://lasopapa.com/wp-content/uploads/2018/01/Block1.jpg
Att2 – Block6: http://lasopapa.com/wp-content/uploads/2018/01/Block6.jpg
Att3 – Block13: http://lasopapa.com/wp-content/uploads/2018/01/Block13.jpg

fgter
Participant
#0

Not working tagDiv Composer! Please check why is not working.

http://www.kurtik.ru

BrentEades
Participant
#0

I’m starting to transfer my Newspaper site to a new host and the newest version of the theme. I have a fresh install of WordPress 4.91 and version 8.5.1 of the theme, and I’ve installed the Local News demo content. I haven’t imported any of my own content yet.

When I try to launch TagDiv Composer I get a slew of PHP errors, starting with Warning: fopen(/home/millston/public_html/wp-content/plugins/td-composer/includes/templates/font-awesome.php): failed to open stream: Permission denied in /home/millston/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 393

In case it has any bearing, I’m working in a sub-directory in a dev area, e.g. http://beaver.sibername.com/~millston/

Cap

Viewing 25 results - 36,876 through 36,900 (of 52,922 total)