Search Results for 'composer'

Results from the Forum
bfrye26
Participant
#0

Hello,

I am having major issues with the Homepage Post block.

When I add it into Visual Composer, it drops it down so it is the last thing on the page. I have tried everything but nothing seems to work.

You can see the issue here:
http://www.cgmagonline.com/homepage-style2/

Bogdan B.
tagDiv Staff

Hi,

Please disable all your plugins except visual composer and check your site again. I have checked your site and saw you have quite a number of them installed. Sometimes plugins cause more problems than solutions and incompatibility between them is experienced very often.

Let us know how it goes.

Bogdan B.
tagDiv Staff

Hello,

You can add an adbox element from visual composer: http://screencast.com/t/pGpcCwybfoXu and select a custom ad spot: http://screencast.com/t/90xyuon1rc1. Make sure you have an ad in the theme panel custom ads section you selected.
result: http://screencast.com/t/TExPtxVAIQ
Our theme was built to work with adsense but you can use custom ads as well
You can read more about ads in our documentation: https://forum.tagdiv.com/custom-ad-spots/

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

You can test this without any plugins active, except of Visual Composer, clear cache and see if you still have this issue. I could not recreate this on my side – http://screencast.com/t/UGzeTsdpAhttp://screencast.com/t/5kF1wpI4
Do you get a blank page when you use a page as megamenu? Or do you get an error?
You can check the browser console for errors..

Thanks!

navi88
Participant
#0

How can I make long add element? 728×90.

What element should I add to have it in that dimension on my homepage?

Like the one here:

http://demo.tagdiv.com/newspaper/homepage-magazine/

Andrei L.
tagDiv Member

Hi

1. Please make sure that you follow our documentation in order to add a new menu item: https://forum.tagdiv.com/newsmag-main-menu/

2. I’ve checked a few posts from your site an noticed that the featured images are missing. Try to same the permalinks under Settings > Permalinks: http://screencast.com/t/qdJQQSawVo regenerate your thumbs: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ clear all caches, deactivate all plugins except Visual Composer and test again. Note that we didn’t test the theme with re-post/cloning plugins so I can’t say how will work with them. Also the theme does not set automatically a featured image for posts, you will have to do this manually.

3. The images are displayed fine now. If this happens again try to deactivate lazy load animation and all others plugins except Visual Composer then test again.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The latest version of Visual Composer was tested only with Newspaper 6.
Regarding you custom page template, you can create your own page template in the root of the theme and copy the code from page.php(default template) and just add this comment instead – http://screencast.com/t/UdDaIQhr It should appear on template options – http://screencast.com/t/cONiVSlbjH7 Then add your custom modification to the code.

Thanks!

Bogdan B.
tagDiv Staff

Hello George,

This error could come from the minification of Javascript. You have an error in your console about it: http://screencast.com/t/FBsdanMEN1V
Please disable all your plugins except visual composer and check the menu again.
If the problem is still there let us know.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

The page that you tried to change uses visual composer elements (a text block more precise). These titles will not be changed from the theme page fonts. You can change the modules and blocks font as well but the text box is a visual composer element and it’s title is not controlled by the theme. You can target it with css if you want to change it:
this will override all your headings to the font you want:

h1, h2, h3, h4, h5, h6{
font-family: Helvetica Neue!important;
}

Or if you want to target just the text block:

.wpb_text_column h1{
font-family: Helvetica Neue!important;
}

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, you can add a background color(or image) to the row using Visual Composer options, please check this topic – https://forum.tagdiv.com/topic/background-in-header/

Thanks!

Andrei L.
tagDiv Member

Hi

The indicated site doesn’t use our theme so I can’t say how that page it’s built but you can check our documentation for more information about page customization: https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/

If you need further instructions in this regard please provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this without any plugins active except of Visual Composer, clear cache and see if you still have this issue.
If the issue persist and you say it is happening only for admin, please send an email at contact@tagdiv.com and provide wp-admin access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure you set your smartlist content like it is specified in the documentation – https://forum.tagdiv.com/smart-lists/http://screencast.com/t/ol49eHbIK
Title
Image
Description

Also you can check this without any plugins active except of Visual Composer, clear cache and see if you still have this issue.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to add text on columns but you can use Visual Composer to achieve that. First you need to enable it for posts: http://screencast.com/t/Jh1zE0tL then use a text block on a layout with the desired number of columns: http://screencast.com/t/JrJ1zZK4Jhttp://screencast.com/t/gibZlJhNmDFV If you’re using within a post you will need some css customization, so add a custom css class in raw settings: http://screencast.com/t/kF1TDaqeTNH9 then the css code in theme panel custom css like here:

.text-colons.td-pb-row [class*="td-pb-span"]{
border-left: 0;
}

The result should be like here: http://screencast.com/t/CjZRWuWgZiFH

Let me know how it goes.
Thanks!

Bogdan B.
tagDiv Staff

Hello Pandian,

Please make sure you update your theme to the latest version and also update visual composer. (It comes with the theme) https://forum.tagdiv.com/how-to-update-the-theme-2/https://forum.tagdiv.com/how-to-update-visual-composer-plugin/. The old accordion element is deprecated and you need to use the new accordion that comes with the latest version of visual composer. Unfortunately you will have to recreate your FAQ section.
As for the repeating posts, i could not see them repeating. It is random as you said, but a theme update could fix that as well. Just make sure the blocks are set to display latest posts not random ones.
Let me know how it goes!

Best of luck!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to disable all your plugins except of Visual Composer, reset your permalinks and clear cache then check those links, for example http://yoursite/about-us/page/5/ It should give 404 error.
Also please check if you have duplicates on your site.

Thanks!

Bogdan B.
tagDiv Staff

Hello ombirek,

It seems that on the lionk you provided there is a background image and the site is boxed: http://screencast.com/t/qRXiBafcEDRl.
If the problem reappears, please check this issue without any plugins. Just disable all of them except visual composer. if the problem is still there let us know.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you want to use the video demo, you can import just the layout without content from the theme panel: http://screencast.com/t/PF1H95NhiV
You can then chose the block style from block settings in visual composer to get the colored image overlay: http://screencast.com/t/5P2Jhvilshttp://demo.tagdiv.com/newspaper/big-grid-3/ Chose the big-grid style you want. you can also see them here: https://forum.tagdiv.com/category-grid-styles/
WHen you create a new block element in visual composer you can chose the style from the block settings: http://screencast.com/t/FOh0OB5Xm

Thank you!

Andrei L.
tagDiv Member

Hi

Yo can delete or change the block title from block settings in Visual Composer page builder: http://screencast.com/t/fp0Ka3qIo For more informationg regarding the block settings please check our documentation: https://forum.tagdiv.com/newsmag-block-settings-tutorial/

Thanks!

Andrei L.
tagDiv Member

Hi

1. I’ve test this on my side and the translations for search button works fine: http://screencast.com/t/gBoT5fFnhttp://screencast.com/t/D0n8maoX Try to clear all caches deactivate all plugins except Visual Composer and test again. Note that we didn’t test the theme with WPML so is possible to appear some issues with it.

2. The theme wasn’t designed to display the top bar on mobile devices. Also I’ve checked your site and noticed that you made some changes in order to display it: http://screencast.com/t/TX2Iu9qs If you still need assistance in this regard please provide more details.

Thanks!

wpdiv
tagDiv Member

Hi alin

Something went wrong when i test it earlier and it works now and stop loading Google Fonts when i check the page source and test via pingdom as well http://tools.pingdom.com/fpt/#!/p4c7D/http://oct.wpdiv.com

1. if declare Custom CSS fonts and change the CSS selectors with appropriate fonts, Will i able to control it via Newspaper theme options panel?

2. Based on Chris speed optimization tips here https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ here i am looking to stop loading Visual composer CSS files in single post pages with this hook.

function dequeue_visual_composer_css() {
if (is_single()) {
wp_dequeue_style('js_composer_front');
}
}
add_action('wp_enqueue_scripts', 'dequeue_visual_composer_css', 1003);

But still visual composer CSS http://oct.wpdiv.com/wp-content/plugins/js_composer/assets/css/js_composer.css loading in the page source. What is the problem in the above code?

Bogdan B.
tagDiv Staff

Hello George,

Thank you for your kind words.
Unfortunately the theme has no option to do that. You will need custom work in order to do it. You can find the related articles file here: http://screencast.com/t/fVg9v7J7. It will not be an easy job to remove each section from the tab layout and place it on the post page. We suggest you hire a freelancer if you really want this done because we cannot offer any custom work at the moment.
As an alternative, you can try to use visual composer on posts and setup a few blocks but this option is not tested and can create some issues. You can check the option here: http://screencast.com/t/VIK0eLoAsJT, but you will have to add the blocks on every post you make if you use this option.

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Just set a description for your category(ies) – http://screencast.com/t/48oLwJpE3E and set style 6 for your category, also upload a background image – http://screencast.com/t/BhtuUzhR
Please provide a link so we can take a look if you have issue with this.
2. If you want to change the size of a specific thumb you have to edit td_config.php file. Here you can find and the thumb size that are created and used on modules – http://screencast.com/t/iN6Z1VaVqQw.
As you can see this size is used on more modules and blocks, so if you don’t want to change this for all elements, you can easily add a new size there(just copy all the thumb code and change the size) – http://screencast.com/t/sLm5MMcGf and use it on a specific module(for example module 10 is used on block 11 ) – http://screencast.com/t/SyNHPWYo Don’t forget to regenerate your thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/

The theme doesn’t have an option to change the background color for content, but on page content if you use Visual Composer pagebuilder you can add a background color to the row – http://screencast.com/t/szuzQftGrOmhttp://screencast.com/t/Awsua5q1b1K

Thanks!

Bogdan B.
tagDiv Staff

Hello,
Have you also tried to check system status? Our theme has a few requirements in order to work properly. You can check the link above and check your settings. If this is not the case, try to disable all your plugins except visual composer. Maybe it’s a plugin that isn’t compatible with our theme.
Thank you.

Bogdan B.
tagDiv Staff

Hello,

Please make sure you install the visual composer plugin that comes with the theme: http://screencast.com/t/74bsUYY7xX And make sure you use the latest theme version.
https://forum.tagdiv.com/how-to-update-the-theme-2/https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
If this is the case, then try to disable all other plugins except visual composer and check the error again.
Let us know how it goes.

Thank you!

Viewing 25 results - 49,126 through 49,150 (of 52,922 total)