Search Results for 'use visual'

Results from the Forum
Catalin
tagDiv Staff

Hello matijakurusic,

If you want to change the block title colors for a specific block, you can achieve this thing if you set this option within Visual Composer->Block Settings, like this: http://screencast.com/t/RRb7jeCLDIu . After this, please clear all caches and try it again. If your problem is still there, please send us an email at contact@tagdiv.com and provide your log-in information so we can take a look at your page setup. Please also provide a link to this topic so we know who you are.

For your second request, you can change the font in Theme panel->Theme fonts->Other->News Sticker Title, like this: http://screencast.com/t/pXssS3aJC and for change the font color, please use the code below in your Custom Css area, within Theme panel, like this: http://screencast.com/t/0aJpgH9A

.td-trending-now-wrapper a {
color:red;
}

The result you should see here: http://screencast.com/t/v6o6HFs2W

Hope this helps and let us know how it goes!

Thank you!

gephardtdaily
Participant
#0

I am running Adsense on my inline ads and seem to have a problem between paragraph 3 and 4.

Serving Code:
<!– AdSpeed.com Serving Code 7.9.7 for [Zone] AR3 [Any Dimension] –>
<script type=”text/javascript” src=”http://g.adspeed.net/ad.php?do=js&zid=&oid=&wd=-1&ht=-1&target=_blank”></script&gt;
<!– AdSpeed.com End –>

What is rendered:

<p>The imaging system was used with a patient who had chronic total occlusion, a complete blockage of the artery, which doctors said is difficult to clear using standard catheter-based percutaneous coronary intervention, or PCI.</p>

<p><div class="td-a-rec td-a-rec-id-content_inlineleft "><!-- AdSpeed.com Serving Code 7.9.7 for [Zone] AR3 [Any Dimension] -->
<script type="text/javascript" src="http://g.adspeed.net/ad.php?do=js&zid=&oid=&wd=-1&ht=-1&target=_blank"></script>
<!-- AdSpeed.com End --></div>

The system provides three-dimensional reconstructions of the artery and includes a hands-free voice recognition system allowing for zoom and changes of the images. The head-mounted display system allows doctors to capture images and video while also interacting with the environment around them.</p>

<p>In patients with chronic total occlusion, the standard procedure is not always successful, at least partially because of difficulty visualizing the blockage with conventional coronary tomography angiography, or CTA, imaging.</p>

Notice it is missing a closing and opening para-tag right after the placed ad.

Bogdan B.
tagDiv Staff

Hello,

It can be done only it will require custom modifications. Visual composer elements were not designed to work with category pages. You can add VC elements to the category page if you edit the core files either the template file or the top post file: http://screencast.com/t/aSHu4ciI and add a do_shortcode function
Every VC element creates a shortcode which you can see in text mode when editing a page. This shortcode can be used as the example above to force the page to display a block.
<?php echo do_shortcode('enter visual composer shortcode here');?>
It will require additional css to adjust the layout but this is the general idea of how it can be achieved.

Thank you!

Catalin
tagDiv Staff

Hi mailodiasc,

Our theme is designed to work with Visual Composer. Please install the plugin versions bundled with the theme version: http://screencast.com/t/aqcRBkTNB . What kind of Newspaper version do you use? For more information about Visual Composer update, please consult our documentation, here: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ .

I hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi mjaffer,

You need to use 2 different custom widget to achieve as you wish. When you create a page, please use Widgetised-this is an Visual Composer element, like this: http://screencast.com/t/oKxNEtdcqqP6 . In sidebar field you can change what kind of widget will be used and then, in Wp panel-Appearance-Widgets you can set this as you wish, like this: http://screencast.com/t/kUOMTYPS . Also, if you want to create a new sidebar, please consult our documentation, here: https://forum.tagdiv.com/sidebars-tutorial/

Hope this helps and let us know how it goes!

Also, thank you @TheMediumUTM!

Bogdan B.
tagDiv Staff

Hello,

I do not think the MCE post editor from wordpress handles javascript very well. You can try to use visual composer on posts and add a ‘Raw JS’ box and try your code with it. You can also disable the article inline ad temporarily or maybe set it to display after another paragraph.
If this is not what you mean, please provide more details to your problem so we can understand better.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The category tags on modules/blocks cannot be colored from the theme panel. This was a design choice to avoid too many colors on the front page. It can be done with css as Alin suggested above:
http://screencast.com/t/VOkPxAWbnJe
.td_module_wrap .td-post-category {
background-color: #BB391B;
}

Alternatively you can select block color to differentiate a specific category by color as our home page is set up: http://demo.tagdiv.com/newspaper/ same block type, different category, different color. You can do this from block settings in visual composer. You can also use the ajax filter to select sub-categories to display

I hope this helps
Thank you.

Andrei L.
tagDiv Member

Hi

We do our best to fix this issue in the next theme update but I can’t estimate when the update will be released. Unfortunately I can’t provide a temporary fix for this issue as require some serious investigations because this is a built in Visual Composer element and we need to double-check where the problem is.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,
Please update your plugins as well. I see you use an old version of visual composer. Try to update the plugin https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ and if the problem is still there,
please send us an email at contact@tagdiv.com with your login information so we can take a look and figure out a solution. Also include a link to this topic so we know who you are and what the problem is.
Thank you!

Catalin
tagDiv Staff

Hi servedaily,

Yes, it is possible to display an image in that gray box. You can set this within Theme panel, as background image, like that: http://screencast.com/t/AtlvgnQib and the image will be the full background of the page. In this category style, header container are transparent and practically in this container you can see the background image. http://screencast.com/t/6x3ZUf4ZrQo

Also, another possibility for you, would be to use a bit of Css to make some customization. Please try the code below in your Theme panel->Custom Css area to fix the problem, like this: http://screencast.com/t/gtGlwFvufE

.td-category-header.td-image-gradient-style8 {
background-image: url('enter your URL image');
background-repeat: no-repeat;
}

Note: If you want to follow the above option, please use a background color/image (white color for example).

Every category has an custom class set to it. You can get this class by inspecting the category page with your browser inspector: http://screencast.com/t/5uS8nYlTc6u
For example mine is category 66. So i would add this to the beginning of the code like so:

.category-66 .td-category-header.td-image-gradient-style8 {
background-image: url('https://upload.wikimedia.org/wikipedia/commons/b/b5/Winnersh_Meadows_Trees.jpg');
background-repeat: no-repeat;
}

Now the code will only apply to that specific category. So if you need to use the code for another category you can simply copy and paste it and change the category number and the image.

To achieve custom headers for each category is not a simply task and this things are required custom work. You can use another category_top_posts_style (1,2,3,4,5,7) for each category you have and it is necessary to create some function in php and shortcode visual composer shortcodes here');?> in order to works fine. http://screencast.com/t/0DIS3Bzfxi

This is a complex task which requires lots of customization and if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.

Hope this helps!

Thank you for your understanding!

Catalin
tagDiv Staff

Hi beckib,

If you want to display your Block 4 on 3 columns instead of 2, you have to modify this thing within Visual Composer, like this: http://screencast.com/t/KgN9V2VC0Q . To achieve as you wish, it is necessary to use 2/3+1/3 (widgetised sidebar) and the result should see here: http://screencast.com/t/M8TwPjzxB5t and of course without this side bar, like this: http://screencast.com/t/zxMywdZnKlyq

If is not what you mean, please provide more details about this.

Hope this helps and let us know how it goes!

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You will have to check the screen options to see if the homepage latest articles is ticked: http://screencast.com/t/AUo1q1edbG If it is. just deselect and select it again to refresh the option.
As for the pagebuilder under latest articles i cannot provide a quick solution for it. You could use the do_shortcode function to add content below the latest articles section:
For example use this code:
visual composer shortcodes here');?>
And add it here: http://screencast.com/t/dzWVQcfiD
This will force a VC block you set to it to display below latest articles.

I hope this helps
Thank you.

doucare1971
tagDiv Member

I can also agree that updates were easy enough for me to do too. No complications at all. Not saying you are wrong the one that says used WordPress for like 15 years but updating the theme is not that hard. I even used both methods with dashboard and ftp and they work just fine either way. I did not even update the plugins from v2.2 to v2.3 and v2.3.1. Nothing gave me issues. Last two times updating. I just uploaded the folder of new version, overwriting the older via ftp and it works just fine as before, and I am not even using the child theme.

All my modifications are in the custom code section of themepanel. That does just as good as using a child theme to me. This is one of the best and simplest updates with this theme as possible and I had no hiccups yet with it.

I should not say no plugins were updated. Visual Composer was updated every time they gave a new update to the plugin with theme update. I don’t use Revolution Slider because that is one hard to use plugin for just a slider. Way too many options on it. So the only plugin I updated was Visual Composer and I kept the Social Counter the same and still was fine with no errors.

bcoles
Participant
#0

Hi,

I understand the blocks as I have incorporated them with ease using the Visual Composer. However, when going to edit fonts for the blocks, I see blocks and modules are related. The issue is, I do not understand how to determine which modules are being used for which block. Is there a chart or a resource you could point me to?

Thank you,

Brian Coles

mailodiasc
Participant
#0

Hi,

On my others websites, I can used Front Office mode on visual composer, but here, on Newspaper, I can’t used it, it’s normal?

Thank in advance

Andrei L.
tagDiv Member

Hi

You can use products block from visual composer, this block allow you to control the products number displayed on the row: http://screencast.com/t/YX6LCHlwVhttp://screencast.com/t/7KU64jJPzWq5 You can find all woocommerce blocks in visual composer here: http://screencast.com/t/7JPEzQcZxl

Thanks!

Bogdan B.
tagDiv Staff

Hello,

You can use the theme without visual composer. It is required only if you use it’s features. It will not affect your category pages or posts because these get their layout from the theme not the plugin. You will have to create pages without visual composer though.

Thank you.

Bogdan B.
tagDiv Staff

Hello,
Please try this without any plugins. Disable all your plugins except visual composer and check pagination again. You can also clear your cache and purge your CDN files if you use it.
Let us know if the problem is still there.
Thank you!

simchris
tagDiv Member

FYI:

3.0.3

Release Date: November 19th, 2015
•Bugfixes: •Fixes a bug where the snippet preview was broken.

3.0.2

Release Date: November 19th, 2015

•Bugfixes:
•Fixes a bug where disabling the visual editor caused our content analysis to break.
•Fixes a bug where the content analysis would break on installs that replace tinyMCE with ckEditor. Currently only supports the html editor.
•Fixes a bug where slug changes were not properly synchronized in the snippet preview.
•Fixes a bug where long slugs could be broken by wrongful synchronization with the snippet preview.
•Fixes a bug where digits were not analyzed well in the content, causing focus keywords or keyphrases with digits to no longer be matched.
•Fixes a bug where the url in the snippet preview was not in line with permalink settings. Fixed for permalinks containing the post name.
•Fixes a bug where focus keyphrases of more than two words would not be recognized properly in the content.
•Fixes a bug where the translation files were corrupted causing the translations to no longer work.

•Enhancements:
•Fixes caching problems. We’ve versioned file names for assets that have changed to circumvent caching strategies that consider preventing regular cache busting a good idea…

3.0.1

Release Date: November 18th, 2015
•Bugfixes: •Fixes a bug where users where getting error notifications about how their site was not indexable when in fact no check had been performed yet.
•Fixes a few broken links to help docs about the OnPage.org integration.
•Fixes an edgecase where the indexability check would go wrong for sites that filter the home url.
•Fixes a bug where the admin email that was sent to report the current indexability status was not rendered as HTML.

Andrei L.
tagDiv Member

Hi

I’ve test the SEO By Yoast plugin V3.0.1 with the theme and seams to works fine: http://screencast.com/t/Q9rO8zFf However we will investigate more the plugin’s behavior with the theme. Please provide more details about the plugin’s configuration that you’ve used so we can duplicate the situation and investigate it in order to find a solution. Also you can test this without any plugins active, leave just Visual Composer and Yoast active, just to make sure that there isn’t a conflict with another plugin.

Thanks!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme was built using a fixed width and all the elements depend on that width. But inspecting your website i saw that only a few images were full width. The rest of the content is in a fixed width container.
We have a few full width options in our theme as well, like a few post styles that use the featured image at full width:
http://demo.tagdiv.com/newspaper/td-post-the-new-screen-savers-the-show-that-launched-video-into-the-stratosphere/
http://demo.tagdiv.com/newspaper/td-post-lenovo-details-new-computers-that-could-be-heading-our-way-in-2015/
http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/
And you can also use visual composer to add full width images to your pages like in our travel demo: http://demo.tagdiv.com/newspaper_travel/
In order to achieve this result you can follow this topic: https://forum.tagdiv.com/topic/adding-top-area-like-travel-example/

I hope this helps.
Thank you!

Catalin
tagDiv Staff

Hi posonty,

For solve your problem, please activate the Full Height Row in Visual Composer, like this: http://screencast.com/t/6w1W2NwNN and do not use the background image because when you use this, the layout of the site will become box.

I hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hi xmirz0,

I have tested this plugin on our theme and seems to works fine. Below you can find the steps that you need to follow to work this plugin.
After install, in your widgets area you can see it: http://screencast.com/t/1awc8Nj6rk . For instance, i used a cocacola Instagram id and the plugin gives you a shortcode, like this: http://screencast.com/t/ZdmVHJFdwHH . This shortcode you have to put as you wish in posts, pages, in article editor like this: http://screencast.com/t/SkbvnGMGhttp://screencast.com/t/3Z1rTGy26g . Also, if you want to use it on side bar, please follow this: http://screencast.com/t/3RvUnkZKlX0http://screencast.com/t/6MaIg6EUzsp and the result should see here: http://screencast.com/t/4NTKUU7H0 .

Before use this plugin, i suggest to clear all active plugin except visual composer because maybe cause an conflict.

I hope this helps and let us know how it goes!

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The screenshots you presented are visual composer settings but the link you provided is of a post. For posts, the best way to chieve your goal is to change the post template to make the featured image be displayed full width:

http://demo.tagdiv.com/newspaper/td-post-the-new-screen-savers-the-show-that-launched-video-into-the-stratosphere/
http://demo.tagdiv.com/newspaper/td-post-lenovo-details-new-computers-that-could-be-heading-our-way-in-2015/
http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/

If you use visual composer on posts and you do not want to use another post template, you can use the full width row, but it will not work with a background image. If a background color or image is set, the website becomes boxed. It will not be able to display VC elements full width.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I tested the gallery myself and it seems to behave like that even on a WP default theme. The responsiveness and positioning comes from the visual composer plugin. It calculates them based on the image sizes. You will have to use different sizes for your images to fit the screen properly.
I will add this issue on our list of updates and we will try in future versions of our theme to implement a few responsive options for these VC elements.
Sorry for the inconvenience.

Thank you!

Viewing 25 results - 5,826 through 5,850 (of 7,617 total)