Search Results for 'td composer'

Results from the Forum
Bogdan B.
tagDiv Staff

You can try it out and download it from our free theme: https://forum.tagdiv.com/topic/td-github-page-seems-to-be-gone-or-down/ but keep in mind that it will not run in parallel with visual composer. Please jsut use one or the other as both could create certain issues.
It is still experimental on newspaper and newsmag. On ionMag it is fully implemented and working 100%. On newspaper and newsmag, it can still provide a few hiccups.

Thank you!

Simion C.
tagDiv Staff

Hi,

Try this code, enter it in Theme panel->Custom Css, it removes the bottom padding and margin on the module

.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}

Result – https://www.screencast.com/t/O1CsrNnw
That problem with the thumbnail should not happen, some plugin could be causing this. Right now I do not see it in your site – https://www.screencast.com/t/NTRlWzeAe4
If you should encounter this problem in the future, try disabling all the plugins except Visual composer and see if it still occurs.

Thanks

Bogdan B.
tagDiv Staff

Hi,
The element is created custom for the dark demo version. In order to re-create it you need to create a tab element in visual composer and only use grids with style 1. Then you ned to add an extra class to the tab element: td-tab-color
Once you did this, you need to copy over the css from the black version into the main style.css file: http://screencast.com/t/2A3bCsQF
Thanks.

orlando
Participant
#0

hi,

1. I have some problems with your td-speed-booster plugin version 4.5 does not work with plugins Cache Enabler and WP CDN Rewrite. Creating gaps post to google and GoogleNews.

I also tried Wp Super Cache, but caused a website blocking.

I want to bring in the footer deguenti file:

https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&ver=4.7.2

https://fonts.googleapis.com/css?family=Roboto%3A400%2C300%2C700%2C700italic%2C400italic%2C300italic&ver=4.7.2

https://static.site.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css

https://static.site.com/wp-content/themes/Newsmag/style.css

https://static.site.com/wp-content/themes/Newsmag/js/tagdiv_theme.js

With your plugin could do it, I would need a code to be entered in the file function.php

otherwise you will have another solution with another plugin ??

2. Then another question, I can minimize the following files, on the advice of google speed, or cause errors:

/wp-content/themes/Newsmag/style.css

/wp-content/themes/Newsmag/js/tagdiv_theme.js

I look forward to new about and do not tell me I need a technician, otherwise return thema and I turn to others and make you a bad publicity.

Simion C.
tagDiv Staff
Menu - reply

Hi,

1. This a template style 2 post – https://www.screencast.com/t/e0rbRUKl1ZEC and this a post template style 1 post – https://www.screencast.com/t/leMNeHDpIRfhttps://www.screencast.com/t/vQspTtI3cBz If you are using Visual composer in posts please note that the editor is meant to be used only in pages – https://forum.tagdiv.com/how-to-use-visual-composer/ and it is not tested in this regard.

2. Those options originate from td_config.php found in the theme folder->includes – https://www.screencast.com/t/bpDkTM8Ygvp

3. Smart list does not affect this in any regard and we had no issues or any user feedback in this matter.

4. You could replace the pagination in other smart-list styles with the one in Smart list style 8 by editing the smart list file – https://www.screencast.com/t/yo8Ikq50ed1https://www.screencast.com/t/ZPHwjQBJbyY

5. Try using these clases to customize .td-smart-list-button in some styles or .td-left-smart-list .td-right-smart-list in others but it depends of the smart list style that you use

Example

.td-smart-list-button {
color: yellow;
background-color: red;
}

or
.td-left-smart-list, .td-right-smart-list {
color: yellow;
background-color: red;
}

Thanks

ekuzevska
Participant
#0

I bought the newsmag theme

Item Title:
Newsmag – News Magazine Newspaper

Item URL:
https://themeforest.net/item/newsmag-news-magazine-newspaper/9512331

Item ID:
9512331

Item Purchase Code:
XXXXX Tell me where to tell you the code

Purchase Date:
2017-01-24 08:41:51 UTC

For any queries related to this document or license please contact Help Team via https://help.market.envato.com

Envato Pty. Ltd. (ABN 11 119 159 741)
PO Box 16122, Collins Street West, VIC 8007, Australia

AND I BOUGHT VISUAL COMPOSER TOO
I CAN’T SEE FRONTEND EDITOR IN ROLE MANAGER
PLEASE TELL ME HOW TO ENABLE IT

4.2 I don’t see Frontend editor option in Visual Composer
First check if you have Frontend enabled for your user group – this can be done under WP Admin – Visual Composer – Role Manager. If you do not see Frontend editor option in Role Manager or if it is activated, but still not available it could be so that your WP theme author disabled Frontend editor from his/her theme configuration. In such case it is recommended to contact theme author directly to get information on reasons disabling Frontend and step by step guide on how to remove this blocker to enable Frontend editor
Elizabeta

boos11
Participant
#0

I have:
– td-mobile-plugin
– Visual Composer 5 (VC5)
– Post with shortcode’s VC5

I use 1 shortcose VC5 with posts (not article):
[vc_row][vc_column][td_block_13 post_ids=”IDPOST” sort=”featured” limit=”1″ tdc_css=””][/vc_column][/vc_row]

shortcode not workink in mobile plugin

Is there any possibility of throwing shortcode visual composer to the article so as to display it properly on mobile plugin?

for example, plugin WP Polls have 2 ways of placing the link:
[poll id=”ID”] or <?php get_poll(ID); ?>

Bogdan B.
tagDiv Staff

Hello,
1)
Well this code:
.category-news .author-box-wrap{
display:none!important;
}
.category-news .item-details{
margin-left:0px!important; }

only affects the news category. Other categories or subcategories will not have this class: .category-news
If you want to affect all the subcategories as well, you need to add all the category classes to the css code like so:
.category-news .author-box-wrap, .category-news2 .author-box-wrap, .category-video .author-box-wrap, .category-test .author-box-wrap{
display:none!important
}

2)Unfortunately css does not work like this. If you remove an item from one category it will not affect the subcategory or tag. The tags have their own css classwes so the code needs to be added for classes as well. You will need php modifications and conditions added to the code rather than lots of css rules but I cannot provide them as customization services are not covered by the support.

3) .category-news .td-post-comments{
display:none!important;
}
I do not know the name of your subcategories. You will have to add them to the code.

4) , 5), 6) I suggest you hire a freelancer to help out as you seem to require quite a bit of custom modifications and custom work is beyond what the theme support can provide you. We are here to help with any theme related issues or settings but we do not have a customization department and we cannot provide custom work at the moment.

7) The data shown in the meta is the published date.

8) no, the mobile theme will not use visual composer at all. The news ticker is only available through visual composer.

9)The category tag will show up on every category page indeed. I will addd this to our list for future upates and make a suggestion to remove the category tag from the current category .

Thank you!

Bogdan B.
tagDiv Staff

Hello,

q2: You can change the stars color using this css:
.td-icon-star, .td-icon-star-half{
color:orange!important
}
The summary does not have a detect for a single review criteria. I will add this to our list for future updates.

q4: You added an incorrect channel to the youtube widget: https://www.screencast.com/t/d7bijfHV After you add the correct channel, click the widget. It should take you to your youtube channel.

q5: Please check the theme colors section in the theme panel. If you use the mobile theme plugin you will find it in the mobile theme section of the theme panel under colors.

q6. It is possible with a bit of css. For example:
@media (max-width:767px){
.single-post .category-video .td-post-featured-image{
display:none!important
}}

This code will remove the mobile featured imege from all posts in the “video category”

q8: The mobile theme will not render visual composer shortcodes. It does not matter if it’s a post or page. They will not work.

q9: I;m not sure what space you are referring to. please provide more details.

Thank you!

tsuba2020
Participant
#0

I have this problem, suddenly appeared.

View post on imgur.com

I can not use the next page button (ajax) in visual composer, there is no way you can navigate the site, and visual composer don’t have an option to use pagination with clasic numbers.

kropka77
Participant
#0

Hello,

I very like your theme but I found one problem with custom ads.

I set it as shown here https://forum.tagdiv.com/custom-ad-spots/
I use this code in Theme Panel > Ads > Custom ad Section> Custom ad 1
<div class="td-all-devices"></div>
and this in Theme Panel > Ads > Custom ad Section> Custom ad 2
<div class="td-all-devices"></div>

After thhat I use Visual Composer in main page
[vc_column width="1/2"][td_block_ad_box spot_id="custom_ad_1" spot_title="Reklama"][/vc_column][vc_column width="1/2"][td_block_ad_box spot_id="custom_ad_2" spot_title="Reklama"][/vc_column][/vc_row]

Unfortunately ads are not showing. What is wrong?

Bogdan B.
tagDiv Staff

Hello,

If you want to add a custom class to a big grid you can do so in visual composer like so: https://www.screencast.com/t/3SiBHjFI8d4
Then you can use it to create your css code. You can target the .td-module-title class
After your code is done and you added the font family and other parameters you want to add, you cna place the code in the theme panel-> custom css box: https://www.screencast.com/t/tQMr1YXI

Thank you!

Catalin
tagDiv Staff

Hello d2inspire,

Please keep in mind that the block buttons are made them with some custom rule. Also, please notice that the main element is WP Custom menu from Visual Composer, this have a custom class named .td-menu-blocks-custom Also, you have to make your own desired menu from Appearance->Menu from WP panel and then you have to use this visual Composer element with this custom class to get the Custom CSS design, like this -> http://screencast.com/t/i834fsDw -> http://screencast.com/t/Th9oEVLMM -> http://screencast.com/t/WWt2yabWiMv and as an example result -> http://screencast.com/t/7Mtx3fdFGNRd

Thanks for the message!

empty_room
Participant
#0

Hello,

My question is if it is possible to blend two elements in the visual composer.

Specifically, blending a Block element (Block 12 for example) with the News Ticker. Interested in replacing the content within in the td-excerpt div where the article description appears, with the post titles (and for my purposes the hyperlinks) from the News Ticker.

Thank you.

c.schwalm
Participant
#0

Dear Tagdiv-support,

we are using this code-block to gather posts from wordpress:
[vc_row][vc_column][vc_text_separator title="Hier finden Sie aktuelle Gewinnspiele aus allen Magazinen"][td_block_15 custom_title="" category_id="44" limit="50" td_ajax_filter_ids="45,46,47,48"][/vc_column][/vc_row]

The above code does not work on the mobile editor. What code do we use to get the exact same posts for mobile users?

Thank you

SoozaV
Participant
#0

Hi, I have a problem when I click on the ‘next posts’ ajax button, the loading screen just continues indefinitely:

POST http://ethos.org.mx/wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=7.6 404 (Not Found)
send @ jquery.js?ver=1.12.4:4
ajax @ jquery.js?ver=1.12.4:4
tdAjaxDoBlockRequest @ tagdiv_theme.js?ver=7.6:3645
(anonymous) @ tagdiv_theme.js?ver=7.6:3292
dispatch @ jquery.js?ver=1.12.4:3
r.handle @ jquery.js?ver=1.12.4:3

In a previous post, I said that I’ve resolved the issue: https://forum.tagdiv.com/topic/help-ajax-pagination-and-visual-composer-are-not-working/ BUT every time I have this issue I got to reinstall wordpress, but the problem reappears after a couple of days.

betapolar
Participant
#0

Hi there,

I installed the provided version of Revolution Slider via ZIP-Upload. It’s working in itself but your Plugins-Overview at the Newspaper menu section (page=td_theme_plugins) still shows “optional” for Revolution slider, not “activated” as for Visual Composer.

Didn’t the theme recognize the plugin installation? If so, how can I fix it?

I imported all example sliders but can’t get one of them to work at the start page of my blog. I have no idea how to run a given slider as you show it in your demo blogs – your slider tutorial ends at this point, only plugin installation is described. Or did I miss a continuing tutorial?

Thank you in advance for any help
Jan

wwth
tagDiv Member

Hi Bogdan,

I’m scratching my head a little now with Speed Booster.

I understand that I have additional Plug Ins and what I need to do to add these to the compatibility list (as explained here https://forum.tagdiv.com/how-to-make-the-site-faster/ )

However, when I look at the code in the Plug In I see this…

if ($this->is_ie === false) {
// move style.css theme style
$this->move_style_to_footer_queue(‘js_composer_front’);
$this->move_style_to_footer_queue(‘td-theme’); //this is the main style of the theme. It’s only moved on Newspaper 6!
$this->move_style_to_footer_queue(‘td-theme-woo’); //this is the main style of the theme. It’s only moved on Newspaper 6!
}

So what about NewsPaper 7?

I’m really confused!

The only plug ins I am using are;

Ninja Forms
Word fence
Toast

The website is http://www.expectationsholidays.co.uk

Any ideas?

Thanks 🙂

Catalin
tagDiv Staff

Hello labbetuzz,

1)I have checked your website and I did not saw the siblings category on your website, like this -> http://screencast.com/t/jqJXcY2QSGN However, the code for hiding the category siblings can be found below ->

.td-category-siblings{
display:none;
}

2)Probably, you page like “About US” is created with Visual Composer and the Mobile Theme does not recognize the shortcode generated by this plugin, sorry! If you want to insert some text on pages which be displayed on mobile theme, you should insert here -> http://screencast.com/t/EiwkaGowm

Hope this helps!

Thanks for the message!

ohno
Participant
#0

I have broken Visual Composer in the backend after update.
Here’s the console message Uncaught ReferenceError: tdUpdateAvailable is not defined at HTMLDocument.td_theme_update (td_wp_admin.js:40)

twitchylegs
Participant
#0

When using a child theme, the file js_composer.min.css is being loaded AFTER the parent and child theme style sheets. The documentation for a child theme adds the style sheets in functions.php using the function:


add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1000);

However, when this loads the child theme, the js_composer.min.css file is loaded after the parent and child style sheets. Is this a bug or was it intentional?

If the priority above is changed to 1001, which matches the priority from the file td_wp_booster_functions.php (below), the style sheets are loaded in the correct order.

td_wp_booster_functions.php:

/* ----------------------------------------------------------------------------
* front end css files
*/
add_action('wp_enqueue_scripts', 'load_front_css', 1001); // 1001 priority because visual composer uses 1000

Catalin
tagDiv Staff

Hello roqeem,

If you want to remove the Next/Prev pagination for posts you should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-post-next-prev-content{
display:none;
}

The result is here -> http://screencast.com/t/ZmQmFCUm

Please keep in mind that the Editor Picks is just a simple block 9 which can be customized from Visual Composer. The Editor Picks is found in Widgets area, like this -> http://screencast.com/t/cS1OGPZA1

Thanks for the message!

SpiderSeo
Participant
#0

Hello,

I updated the theme as visual composer is still the old version. I had read on the forum that you would only be updated with the new version of the theme, but it is not.

While tagDiv Social Counter does not work properly if the active I go out these errors:

1) Warning: Can not modify header information – headers already sent by (started at /home/maltapla/public_html/viraldazed.com/wp-content/plugins/td-social-counter/td-social-counter.php:3) output / home / maltapla / public_html / viraldazed.com / wp-content / plugins / sg-cachepress / class-sg-cachepress.php on line 335

2) The plugin generated unexpected output of 4 characters During activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

Thanks
Edy

Bogdan B.
tagDiv Staff

Hi,
The element is created custom for the dark demo version. In order to re-create it you need to create a tab element in visual composer and only use grids with style 1. Then you ned to add an extra class to the tab element: td-tab-color
Once you did this, you need to copy over the css from the black version into the main style.css file: http://screencast.com/t/2A3bCsQF
Thanks.

Viewing 25 results - 9,276 through 9,300 (of 9,951 total)