Good afternoon, please could you help me with these problems. The page with the widgets takes a long time, I can not drag and drop any wingets to footer 1 for example to add another gadget.Page freezing for long time. The problem exists in all browsers. I use firefox 52.0.1 64vit. another sometime computer showed the following script error http://www.screencast.com/t/oJizlBUp2 and i opened the debugger and shows problem windgets.php file. My website is in Greek language(locale el) .I tried to disable all my plugins but again the problem is. I discovered an incompatibility of a draft with above speedbooster and ultimatte addons for VC in system status (https://codecanyon.net/item/ultimate-addons-for-visual-composer/6892199?_ga=1.246479428.1511784548.1489654278).
I buy extra licence for Visual composers, Ultimatte addons for VC, Slider Revolution with all extra plugins, visual composer toolkit (undo-redo,copy-paste) and ultimatte layouts for VC.I DISABLE ALL BUT THE SAME PROBLEM.
Here the screencast to help:
Screencast:
1. http://www.screencast.com/t/oJizlBUp2
2. http://www.screencast.com/t/olJMEPUaLtT
3. http://www.screencast.com/t/eHIfk68jr7G
4. http://www.screencast.com/t/hXQObbbU8c
5. http://www.screencast.com/t/MKDl7b4k6
6. http://www.screencast.com/t/ZV0vkK91qBy
errors:—————————————————-
this: HTMLDocument → widgets.php
URL: “http://epirroes.gr/wp-admin/widgets.php”
Active element: <body.wp-admin.wp-core-ui js td-theme-Newspaper widgets-php auto-fold admin-bar branch-4-7 version-4-7-3 admin-color-fresh locale-el customize-support sticky-menu svg>
“wp-admin wp-core-ui js td-theme-Newspaper widgets-php auto-fold admin-bar branch-4-7 version-4-7-3 admin-color-fresh locale-el customize-support sticky-menu svg”
————————————————————————————
Second problem is when I go in selecting customize option in my page has much delay and crashes but there I can make changes, but too slowly.
Also you know if you can somehow clear the history from visyal komposer.in this case it can be responsible long history (450 revisions) for slow page;
Please if you can suggest me some solve. Many Thanks
Hi tagDiv,
I want to create a new block like “Big Grid 2” but my new block just need 1 column, It just show the row like “td_module_mx10” and the size fix to with:200px height:120px.
Im attack link image:
http://tanvanphat.vn/wp-content/uploads/2017/03/unnamed-1.jpg
Please show me how to create a block like that.
Thanks for support.
Hello salocharly,
You should use the Ad Box element from Visual Composer because there you have this option available, like this -> https://www.screencast.com/t/LJjbSgLL If you want to insert the Custom Ad on posts, you should generate the shortcode with Ad Box and then, using the do_shortcode method you can inject this code where exactly you want to add this to your post templates. -> https://www.screencast.com/t/jnILe8S2d The generated shortcode is ->
[td_block_ad_box spot_id="custom_ad_1" spot_title="Advertisment" tdc_css=""]
Hope this helps!
Thanks for your understanding!
Hi Simion, sure i do not use visual composer so i think to place this code:
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
Hi,
1. I am not sure I fully understand what you mean. Here you can see all the available blocks in the theme – https://demo.tagdiv.com/newspaper/block-15/ in different layout settings. If the mobile theme is not used, the same content from desktop will be displayed on mobile. This is how block 15 looks on 1 column – https://www.screencast.com/t/wRyjnCqm – https://www.screencast.com/t/Qa1JZkKqg and on 2 columns – https://www.screencast.com/t/lmZuafZx – https://www.screencast.com/t/vAhlmqIF This is how the blocks are designed and how the theme responsiveness works, depending on the page structure in Visual composer. It would not be an easy task to change how the blocks are displayed, and multiple elements have to be taken in account.
2. If you mean the “About Us” and “Follow Us” here – https://www.screencast.com/t/cnTwkha5gVzD you can do it like this – https://www.screencast.com/t/XSjEtHdW in Theme panel->Translations
3. You could use some css for this, to modify the font size on the module title on the slider – https://www.screencast.com/t/8ICa7ynf3ADL This is the code used in the example
@media (max-width: 500px) {
.iosSlider-col-3 .entry-title.td-module-title {
font-size: 12px;
}}
Thanks
-
This reply was modified 9 years by
Simion C..
Hi Team tagDiv,
I am running Newspaper 7.7.1 and Visual Composer 5.1 on website http://www.thecarexpert.co.uk.
When I try to run PHP 7 on my site, I get the following message at the top of the post (post still displays underneath):
Warning: Declaration of td_module_single_base::get_image($thumbType) should be compatible with td_module::get_image($thumbType, $css_image = false) in /home/thecarex/public_html/wp-content/themes/Newspaper-child/includes/wp_booster/td_module_single_base.php on line 911
When I look up line 911 in the file named, it is the very last line and only contains a single }
When I switch back to PHP 5.6, message goes away.
Can you offer any suggestions where I should look to try and fix this?
Many thanks,
stuart
Hello,
1) I’m not sure how your title is not centered. Here is how it displays on our end: https://demo.tagdiv.com/newspaper/td-post-lenovo-details-new-computers-that-could-be-heading-our-way-in-2015/
If you want to decrease the size of the container it can only be done with css. Here is an example:
.td-post-template-7 .td-post-header{
height: 415px!important;
}
Add the code in the theme panel-> custom css box.
2) The content width cannot be changed as all the theme elements depend on this fixed width. There is no solution I can provide in this regard
3) The only way of adding anything automatically for all posts at once is by altering the theme files and adding the widget shortcode with a ‘do_shortcode’ function on each post style you use: https://www.screencast.com/t/iyCusKK9yi
as an example: https://forum.tagdiv.com/topic/change-order-ads-on-post-template/
4) The same method as 3. There is no other way of adding content for all posts at once.
5) https://forum.tagdiv.com/how-to-use-visual-composer/
6) Please use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
7) Please provide a swcreenshot of how you set the ajax filter in the back-end and make sure the spoecific category has posts to show.
Thank you!
Hello,
This is the default theme implementation: https://www.screencast.com/t/oUUgCl90smuz As you can see the post pagination is above all the other elements. On your end you probably use a plugin that places the content above the pagination.
The news ticker is a block element like any other. It does not ahve any special implementation. You can add it to a page using the add element button in visual composer: https://www.screencast.com/t/TdRllYJVE
None of the theme blocks have any functionality to add them across the whole website. This can be done if you want using a do_shortcode function by altering the theme files though if you have the proper coding skills.
Thank you!
I installed on of the demos and got a trouble – social counter appears at the homepage but i cant change facebook app key etc. like in the documentation tutorial. Because there is no tagDiv Social Counter in widgets and in visual composer. I can only change [td_block_social_counter custom_title=”Будь с нами” facebook=”22222/
when editing “News” page. But there is no opportunity to enter App ID
Site – vrvision . ru
Hello _pages,
1)In your case, you should use a bit of CSS code. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-page-header{
display:none!important;
}
The result is here -> https://www.screencast.com/t/ieTXODmOn3
For this page, here -> https://www.screencast.com/t/egm9vtjIGBqG, I have noticed that you are using the Pagebuider+latest articles+pagination as a page template and you do not use any VC elements from the body of the page and that’s why you bring that white space. After you achieve best results with our theme, please try to read all our documentation and try to understand every element of it and also, when you can properly use the Visual Composer, like this -> https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ -> https://forum.tagdiv.com/newsmag-page-templates/
2)If you do not like to have page title, you should change the Page Template, like this -> https://www.screencast.com/t/hwViuGrVvQba
If you need more assistance in this regard, please let us know, provide more details about what you do not understand and we will glad to help you.
Thanks for your understanding!
Hi,
1. You could remove the More from author from the code so it does not display anymore. Just comment or remove this line of code from the file td_block_related_posts.php found in the theme folder->includes->shortcodes – https://www.screencast.com/t/vveTQPuDPSB9
2. If you want the block to display below the comments section in the post page, you must edit the single_template_2.phpfile like this – https://www.screencast.com/t/WXoV9CZ6yh3 and use the full Visual composer code with a full row – https://www.screencast.com/t/bnW23tVd2Pt This is the result – https://www.screencast.com/t/YJrBoBfBw
Thanks
“on visual composer we remove the block_template_id att in the UI @see td_vc_edit_form_fields_after_render”
Why are you remove block_template_id param on Visual Composer?.
Hello,
Well since the plugin is not tested, there is no solution we can provide for the async javascript. As a workaround, you can try to disable the theme lazyload animation as that is the first to break on a js error. Your images will appear again but you will have to test other parts of the theme that will not work properly because of the js error the option creates. You will have to check the site and if you encounter any other errors, you should keep in mind that the async option is on and try to disable it if anything else occurs.
As for the news ticker, you can add it on any at all page as it;s a simple element found in the visual composer element list.
If you want to add it on posts, you can do it from the theme code for every post at one. You will have to add this code:
<?php echo do_shortcode ('[td_block_trending_now tdc_css=""]'); ?>
Add the code on each of the post templates that you use (each post style has it’s own file):
https://www.screencast.com/t/NKMofpKm7z
Thank you!
It did work with newsmag 3.1 (just used it few minutes ago); but was then removed from Github. So, the “works with newsmag” version is no longer available for download on github it looks like, so … The version with ionmag is different, it seems and designed for ionmag, not other TD themes.
I think they are ‘testing’ the waters of eventually offering TD Composer as alternate to VC for Newspaper and then Newsmag, but that has been an “in the works” idea for two years now.
I would guess they should remove the “sticky” from the top of the main forum here, since it’s actually “not” on github for download at the moment, nor the past month.
Hello Catalin.
I did what you said and got no error, but my elements are still fix width on the center or fixed width on the left. Never full width. There must be some other constraint because when I look with firebug there are elements with fixed width like .td_block_big_grid_4.
If you want you can take a look at the site http://upliftingview.com/ now. The first 2 Visual Composer Elements are set to “stretch row and content” and you will see they have fixed width.
What am I doing wrong? I just used the ThemePanel and Add Page functionality from the back-end.
Thanks and have a nice day,
Robert G.
Hello adamess,
Unfortunately, the td composer is not yet tested with Newsmag and we cannot say for sure if it will work or not, sorry!
Thanks for your understanding!
I believe using the TagDiv Composer “BETA” with Newsmag is still kind of a hit or miss option.
I’m using prior version of TD Composer with Newsmag 3.1 with zero problems.
I don’t think it’s been tested with the current version of Newsmag, but I could be totally wrong. Most folks still using Visual Composer included with theme and not the TD version.
Remember ionMag and Newsmag are two different things.
Current version of TD Composer included with latest IonMag theme works with Ionmag perfectly also.
(We use both NewsMag on our main sites, and IonMag on a persona/project site.)
I don’t work here -just food for thought until real support team back on hand.
Waiting on my server backup, so twiddling virtual thumbs over here.
I would really like to use the tagDiv composer but when I go to edit a page I get a red bloak at the top of the page which says:
Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!
I see this has been reported here:
and here too: (also by me here):
https://github.com/tagDiv/ionMag/issues/2
Do you have a solution YET?
This website is my personal website and I am open to technical solutions no matter how complex 😀
I notice this issue was reported 2 months 2 weeks ago, so that means you have been working hard and you already have a solution ?????????
Hi,
If you are talking about the Visual composer frontend option, unfortunately the theme does not work well with this feature so the developers decided to exclude this option from the theme. You could enable the frontend editor by removing this code from the theme td_wp_booster_functions.php file found in the theme folder->includes->wp_booster – https://www.screencast.com/t/Xp3wnzNx but it will not work properly if you have tagdiv blocks on your pages. If you want to use a frontend editor you can try the additional plugin TagDiv composer when it will be made available, as it is currently in development state.
Thanks
OK, I am using bedrock boilerplate https://roots.io/bedrock
and here are the plugin list :
+--------------------+----------+--------+---------+
| name | status | update | version |
+--------------------+----------+--------+---------+
| worker | inactive | none | 4.2.16 |
| revslider | active | none | 5.3.1.5 |
| td-mobile-plugin | active | none | 1.1 |
| td-social-counter | active | none | 4.1 |
| td-speed-booster | active | none | 4.5 |
| td-api-plugin | active | none | 1.0 |
| js_composer | active | none | 5.0.1 |
| wp-super-cache | active | none | 1.4.9 |
| bedrock-autoloader | must-use | none | 1.0.0 |
| disallow-indexing | must-use | none | 1.0.0 |
| 0-worker | must-use | none | |
+--------------------+----------+--------+---------+
Disabling all the plugins did not help.
And this error did show up only after playing with sidebar / widget.
Hi,
I have changed the menu on my end with the font settings you have in the screenshot and this is the result – https://www.screencast.com/t/kjtykuMy the font has the font family applied. Maybe you have modified the header menu using some custom code in theme panel, or theme files or you are using a child theme, that prevent the change from applying – https://www.screencast.com/t/Pd4H9ajAAKD Try disabling all your plugins except Visual composer, clear your cache (very important), purge cdn files if the case and disable any child theme if you are using one and make the changes once more to see if they apply. If you have done all this and the result is still the same you could try to change that font with css – https://www.screencast.com/t/9iLyiyfpMIN
.td-header-wrap ul.sf-menu > .td-menu-item > a {
font-family: "Open Sans Condensed"!important;
}
As for the header, that is what happens in header style 7 when there are too many menu items in the header menu, the logo shifts up – https://www.screencast.com/t/8RwzuTrd
Thanks
Hi Simion,
I have noticed that the Preload section doesn’t have a Preload dropdown, like the guide shows.
https://www.dropbox.com/s/rk6xs4wgtdf6hz7/Screen%20Shot%202017-01-17%20at%207.33.12%20AM.png?dl=0
Also, I can’t activate my Visual Composer Plugin because it seems that I do not have any valid license for Visual Composer.
Is this causing the problem? I see that on the Visual Composer there’s an option to disable content elements from “stacking” one on top other on small media screens. But I’m not sure if that causing the menu overlap.
Can you please help me?
Thanks
Hello Catalin,
I managed to bring the td-theme files and ‘js_composer_front header in wordpress
// $ This-> move_style_to_footer_queue (‘js_composer_front’);
// $ This-> move_style_to_footer_queue (‘td-theme’);
but I have a problem with indexing of google and GoogleNews it does not index the latest articles published.
As soon as I changed the modifications done, google and GoogleNews has again inserted in indexing articles.
in your opinion what’s the problem ??
Hi,
Add this code in Theme panel->Custom Css
.td_block_9 .td-module-meta-info {
display: none;
}
Result – https://www.screencast.com/t/ANTUjEOX9
You can use any of the available widget elements from Visual composer on your homepage or in the sidebar, if you would provide more details I may be able to help you if you are having problems.
Thanks
Hmmm…
using either ‘td-theme’ or ‘tdtheme’ does not un-enqueue (remove) the main style.css from head.
Hmmm…
oh…
// 1001 priority because visual composer uses 1000 function load_front_css() {
will try de-enqueue priority of 1100
yep … that was the trick, I had upped priority to 999, but you clever folks had it at 1001 … 🙂
Sorted!
Thanks
-
This reply was modified 9 years by
simchris.