Search Results for 'composer'

Results from the Forum
Andrei L.
tagDiv Member

Hi

I’ve test this on my site and the trademark character is displayed fine on mobile devices: http://screencast.com/t/5pPyxwON I suspect that you have this issue because of a different css which applies on that character. Try to deactivate all plugins except Visual Composer, clear all caches and test again. If the problem persist please provide a link so I can inspect it closer.

Thanks!

Catalin
tagDiv Staff

Hi Sayeed,

For your first request, you can use a bit of css in theme panel like this: http://screencast.com/t/ktvjFQ2d

.td_block_wrap .td-post-date, .td-post-author-name{
display:none;
}

And for second request, there is an option to disable related articles within Theme panel like this: http://screencast.com/t/SncFbYr0E7 . If you want to add another widget in your post, i suggest to use a Visual Composer for posts. You can activate this like this: http://screencast.com/t/BZD6mfqMz
Our theme is not tested with Visual Composer for posts and also can appear several errors.
After using Visual Composer for posts, i’ll recommend to use the code below:

.td-post-content .wpb_wrapper {
padding: 10px;
}

Thanks and let me know how it goes!

Alin [tagDiv]
tagDiv Staff

Hi,

If you read the first post of this topic you will find out that we will provide the Visual Composer plugin with the theme files after it is tested with the theme. So when we will release a new version of the the theme, it will contain the latest version of Visual Composer. You don’t have to buy or register it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The sort order in search template should be by latest, you can check it also on our demo – http://demo.tagdiv.com/newspaper/?s=
Try to disable all your plugins except of Visual Composer, clear cache and see if you still have this issue. Also if you have some custom modifications to the theme files please remove them.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this without any plugins active except the Visual Composer, clear cache and check again. You should also check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/HPlker5y
If this doesn’t solve your issue, please contact your host and explain the situation as it could be caused by the server settings.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this without any plugins active except of Visual Composer or if you did some custom modifications please remove them as the css is altered, your video ha a fixed width and height, this cause also responsiveness issues – http://screencast.com/t/WaZdsA8h It should look like this by default – http://screencast.com/t/FJXb80zPQp

Thanks!

Bogdan B.
tagDiv Staff

Hello,

Please try to use the code in text mode after a closing html tag. (Right now i could not find the shortcode in your post)
If it still does not work, please try it without any plugins as sometimes they cause conflicts and errors. Disable all your plugins except visual composer and redo all minifications and then try the shortcode again.
Let us know how it goes!

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

Please disable all your plugins except of Visual Composer, clear cache and see if you still have this issue.
If the problem persist provide a link so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check your console for errors I suspect the infinite load pagination doesn’t work. Also check this without any plugins active except of Visual Composer, clear cache and see if it works.
I have checked this on my side and did not found any issues, even if you use this kind of pagination instead of classic, it should load all the posts from that category. You can control only the number of posts to be displayed per page – http://screencast.com/t/RQ9JngNo

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and block 1 looks fine – http://screencast.com/t/MuXpxOrS
Did you managed to solve this?
Also I see that you use the old version of the theme and the latest version of Visual Composer. I suggest to update also the theme to the latest version 6.5.1 as using VC 4.7.4 with Newspaper 4 could create issues.
Follow this guide if you want to update – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

Ing Geek
tagDiv Member

Hi @zeus
Im actually only use wp-rocket only whit HTML optimization + tag div speedbooster + a little custom on functions.php


add_action('init', 'myoverride', 100);
function myoverride() {
remove_action('wp_head', array(visual_composer(), 'addMetaData'));
}

function dequeue_visual_composer_css() {
if (is_single()) {
wp_dequeue_style('js_composer_front');
}
}
add_action('wp_enqueue_scripts', 'dequeue_visual_composer_css', 1003);
add_filter( 'jetpack_implode_frontend_css', '__return_false' );
function dequeue_devicepx() {
wp_dequeue_script( 'devicepx' );
}
add_action( 'wp_enqueue_scripts', 'dequeue_devicepx', 20 );

Regards

simchris
tagDiv Member

Looks like you didn’t install theme properly.

Best to extract the single zip file for the theme on your PC/Mac, then upload via FTP to your wp-content/themes/ folder — don’t upload the newspaper-tf folder, only the newspaper theme folder alone. You also need to install the visual composer plugin from the /plugins/ folder with the theme (easiest to do from the larger ‘all files’ newspaper-tf folder, then unzip the js-composer folder then upload via ftp to /wp-content/plugins/ in your WordPress install.

Don’t use the Envato toolkit is as it doesn’t work well with all hosting setups, and can set wrong folder location, wrong permissions, and doesn’t install the plugins for you.

See the how to install docs, from the link right side this page.

Hope that helped! FTP always best way to install anything for WP.

simchris
tagDiv Member

See the link to theme docs, right side of page for how-to, tutorials, etc.

e.g.,
https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/

alendia
Participant
#0

Hello,
I got problem with my Social Counter Plugin, it can’t show fans number of my Facebook Fanspage and Twitter. I have 39k fans for Facebook and 643 follower for twitter. i’m using Newspaper v6.5.1 and Social Counter v3.0
i writed the correct facebook id (programbisa) and twitter (programbisa).

I have tried everything, such as disable all plugin except Visual Composer and Social Counter in case of plugin conflict, Reinstall Social Counter Plugin, and Delete all cache. But still no luck. Could you please check it?

Social Link:
https://web.facebook.com/programbisa
https://twitter.com/programbisa

Website:
http://programbisa.com

Hope to hear from you.
Thanks.

blogmaster2003
tagDiv Member

Will wpml work ok with this theme and visual composer?

im seeing they have a 29usd option

George
Participant
#0

Hi there,

I’m looking to hide layout section from visual composer backend editor.

Please could you advice.

Thanks.

simchris
tagDiv Member

(option A)
Via FTP, rename your plugins folder to xplugins
login; then rename plugins folder back; then activate visual composer.

(option B)
if that does not work;
via FTP, rename your plugins folder to xplugins
login, change to default theme; then rename plugin folder back to normal, then activate visual composer, then reactivate theme

  • This reply was modified 10 years by simchris.
  • This reply was modified 10 years by simchris.
Gwen
Participant
#0

Hi,

I deactivated all my plugins by mistake-.- and now I cant login to wp-admin anymor.

There is just an error message:
Fatal error: Call to undefined function visual_composer() in /var/www//Newspaper/functions.php on line 181

I dont know what to do :/

Please help :((

thank u!

smishra
tagDiv Member

Based on your suggestion I disabled all of plugins except visual composer,cleared the cache but still it was not working.

Catalin
tagDiv Staff

Hi cbur2107,

I’ve checked your site and you are using an older version of Visual Compser plugin (4.5.2) http://screencast.com/t/xZuFfmjaB

Please upgrade the plugin to ultimate version like this: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ . If the problem persist, you can check this without any plugins active except of Visual Composer, clear cache and see if you still have this issue.

Let us known how it goes!

Thanks.

zeus
Participant
#0

Hi,

The following issue is driving me crazy, spent a lot of time figuring out the root cause and how to solve it.

If your visit:

http://www.gadgetgoeroe.nl
http://www.gadgetgoeroe.nl (without http://)

You will see the website as it’s supposed to be.

If you go to:

– gadgetgoeroe.nl
https://www.gadgetgoeroe.nl

you will see an entirely corrupted lay-out of the website. Tried this in different browsers, like Chrome, Opera.

I did the following:

– made a rule in .htaccess to forward http -> https
– changed the Site-address and WP-address in the WP-settings to https://www.gadgetgoeroe.nl.
– the JS Composer and theme are up to date.

What can I do to solve this? I’m out of options. Please take in consideration that I’m no expert in coding or php. Thanks in advance.

Andrei L.
tagDiv Member

Hi

You can select which category will be displayed in a grid from block settings in Visual Composer pagebuilder. There is no option to display specific posts in a block/grid but you can achieve that by adding a specific tag/category to those posts, then add that tag/category in the filter field: http://screencast.com/t/BfUtcDUietu

Hope this hep.
Thanks!

  • This reply was modified 10 years by Andrei L..
Bogdan B.
tagDiv Staff

Hello,

It seems the error is related to smooth scroll. In the version you are using (6.4), this function had a bug and would not work anymore. However it did not affect pagination. What you can do, is update the theme to the latest version (6.5.1) and also update visual composer: https://forum.tagdiv.com/how-to-update-the-theme-2/https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Let us know if the error is still there after the update.

Thank you!

JimbobPooley
Participant
#0

Hi,

I have a bit of a problem with pagination no longer working on my site. All seemed fine, but at some point, I don’t know when, pagination has stopped working. I had Total Cache installed which I had presumed was the problem, however, I’ve uninstalled that cleared as many caches as I can and deactivated all but Visual Composer and the problem still persists. I’ve also tried the pages on numerous machines and still have the same problem.

Looking at the Chrome console it seems that there is an error in the tagdiv_theme.js
http://www.screencast.com/t/A9VhFAxqsJF

The pages with pagination issues are:

http://www.burtonjoycearchers.org.uk/news/

http://www.burtonjoycearchers.org.uk/

Any help gratefully received.

Many thanks

Andrei L.
tagDiv Member

Hi

When you install the demo without content only the settings are loaded, colors, fonts etc. The content must be created by the user. You can add the grid or any other block from Visual Composer pagebuilder: http://screencast.com/t/yVhd0YuLkOl More details about page customizations can be found in our documentation: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/https://forum.tagdiv.com/how-to-use-visual-composer/https://forum.tagdiv.com/block-settings-tutorial/

Hope this help.
Thanks!

Viewing 25 results - 48,951 through 48,975 (of 52,922 total)