I tested my page and identified the below message
/…-includes/js/jquery/jquery.js?ver=1.12.3
/…s/jquery/jquery-migrate.min.js?ver=1.4.0
/…uery.themepunch.tools.min.js?ver=5.2.5.1
/…themepunch.revolution.min.js?ver=5.2.5.1
/…form-7/includes/css/styles.css?ver=4.4.2
/…blic/assets/css/settings.css?ver=5.2.5.1
/…%2C900%2C500italic%2C400%2C300&ver=4.5.2
/…ssets/css/js_composer.min.css?ver=4.11.2
/…ent/themes/Newspaper/style.css?ver=7.0.1
/…udes/demos/tech/demo_style.css?ver=7.0.1
And then, I found the corresponding id. But I couldn’t find it anywhere inside a.txt
Below the a.txt
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
updates | /wp-admin/js/updates.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
td_wp_admin | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_edit_page.js
td_page_options | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_page_options.js
td_tooltip | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/tooltip.js
wp-smushit-admin-js | http://mysite/wp-content/plugins/wp-smushit/assets/js/wp-smushit-admin.js
wdev-plugin-ui | http://mysite/wp-content/plugins/wp-smushit//assets/shared-ui/wdev-ui.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/css/wp-admin.css
wp-color-picker | /wp-admin/css/color-picker.min.css
wp-smushit-admin-css | http://mysite/wp-content/plugins/wp-smushit/assets/css/wp-smushit-admin.css
wdev-plugin-google_fonts | https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,300,300italic
wdev-plugin-ui | http://mysite/wp-content/plugins/wp-smushit/assets/shared-ui/wdev-ui.css
In this case, How can I active the Tagdiv Booster…??
Hello arvindk,
Please notice that the Ads will be displayed for your smart list only if you will use the Smart list 6,7,8 -> http://screencast.com/t/CTFhbjN8Z and the ads for these you can set from the Theme panel, like this -> http://screencast.com/t/cg1K7wGv7pA
Unfortunately, we do not have a list with theme shortcode. So, if you want to use the do_shortcode() method, all of your desired shortcode you will have to take from your Visual Composer, like this -> http://screencast.com/t/Xqf5mOWElRH and the shortcode for this element you can get it in this way, like this -> http://screencast.com/t/YmiFx4k6Pyr This type of method are used then you want to add your ads (in this example) in a certain place of your site. For example, the snippet of the code for this Ad box will be the following ->>
<?php echo do_shortcode('[td_block_ad_box]');?> and then this it would have to be added in the core files corresponding to your desired place from your website. (for example, if you add the ad in your posts, you have to edit the loop-single corresponding to single template used by you and so on).
If you need more assistance in this regard or you have another problem, please submit a new topic on the forum.
Thank you for your understanding!
Hello Augustine,
1)If you want to have the Back to top button for your Mobile layout, you have to use a bit of CSS code to do this. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}
The result you should see here -> http://screencast.com/t/pyG0JGuC3zqV
2)Unfortunately, at the moment, this is the behaviour of our mobile theme. We work hard to add more improvements our theme and in next our updates we will try to develop this plugin to render and the Visual Composer shortcode.
3)Unfortunately, this type of plugin is not tested with our theme and we have no idea about the theme behaviour with this type of plugin on our new latest version.
Thank you for your understanding!
Hi
1. I’ve tested footer background color on my side with last theme version available on themeforest and works fine: http://screencast.com/t/clsdtDDDvtZ – http://screencast.com/t/0nAtMkKD1
Maker sure that you’re using V 2.3.7 of the theme which is avalable on themeforest and also update Visual Composer at V4.11.2, clear all caches then test again. Here you can find our update documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
Let me know how it goes and if the problem persist please provide your site url so I can have a closer look at this issue.
2. Try this css in theme panel > custom code > custom css to change post/page content background color: http://screencast.com/t/CKZGkvZq9
.td-container{
background-color: wheat;
}
Thanks!
it’s typically been in the ‘all files’ download with tagdiv themes the past 3 years.
Is this what you’re looking for ?
==
[ Version 2.3.7]
– fix: social counter facebook issue with new API keys
– fix: security issue
[ Version 2.3.6]
– new: Visual Composer updated to latest version 4.11.2
– new: Revolution Slider updated to latest version 5.2.4.1
– fix: a jQuery syntax issue that appeared after WordPress 4.5 update
[ Version 2.3.5]
– fix: WordPress 4.4.1 homepage pagination issue
[ Version 2.3.4]
– new: visual composer was updated to the latest version 4.9
– new: revolution slider was updated to the latest version 5.1.5
– fix: modified structured data to comply with Google’s new requirements
[ Version 2.3.3]
– fix: pagination was not working on categories with big grid disabled on WordPress 4.4
==
Newsmag theme
Here is a list of all the changes between v 2.3.5 and v 2.3.6
Modified files – 5 files
includes\plugins\td-social-counter.zip
includes\wp_booster\wp-admin\panel\panel_core\td_panel_data_source.php
includes\wp_booster\wp-admin\panel\panel_core\td_panel_core.php
includes\wp_booster\wp-admin\panel\td_demo_installer.php
includes\td_config.php
style.css
New files – 0 files
Deleted files – 0 files
none
I have some custom CSS added in ThemePanel to change how block quote looks on the site (I’ve put that at the end).
However when our authors are composing in the visual editor, block quotes ALWAYS come out in CAPSLOCK and centred and I can’t figure out how to change this.
Just for the record I upgraded to 7.0 a few minutes ago (including apply a couple of customisations of my own) and everything is working fine.
.post blockquote p{
padding-left: 10%;
padding-right: 5%;
text-align: justify;
line-height: inherit;
font-style: italic;
}
.td-page-content blockquote p,.td-post-content blockquote p,.wpb_text_column blockquote p,.td_block_text_with_title blockquote p,.bbpress blockquote p,.woocommerce #tab-description blockquote p,.mce-content-body blockquote p,.comment-content blockquote p{
font-family:inherit;
font-size:inherit;
line-height:inherit;
font-weight:inherit;
font-style:italic;
text-align:justify;
text-transform:inherit;
color:inherit;
padding-left: 10%;
padding-right: 5%;
}
Hi,
If you use a standard visual composer element, you can use this css to remove the gap entirely:
.td-main-page-wrap{
padding-top:0px!important;
}
On your pages though you use revolution slider and you get a white border from that as well. You can try to see the test page I created on your site (set to private).
Please edit your slide and remove the padding from slide options.
Thank you!
Hello,
1) In order to remove the date and time only from a big grid, you can use css like so:
.td_module_mx5 .td-module-meta-info{
display:none!important;
}
Just add the code in the theme panel->custom css box.
2)unfortunately php 7 is not yet tested with our theme. We recommend version 6.
3) I’m not sure how you are implementing the news ticker, but it can be added in visual composer and filtered like so: http://screencast.com/t/SPUUdUoGG
Please provide an example of how you are implementing the news ticker and where so we can figure out how to help.
4) Hi, the mega-menu sub-categories are shown on the left in the newspaper theme. if you use newsmag, then they will be under the posts and there is no easy way to move them. (If you use newsmag, you also wrote in the wrong forum. I can’t tell as I can’t access your site.)
Thank you!
Hi all,
First here is my website : http://www.sweetdaddy.fr
Well my problem is simple : it seems that a WordPress update (?) did change all the back office of my home page. Before, I had all the options from Visual Composer, and I could do my home page as it is now.
But since I-do-not-know-when, I have nothing in the Visual Composer menu, so I can not do anything to modify my home page, like I do not have access to what I have on it Oo
Any idea on how to fix that please ? 🙂
Hello efaq,
1)As I have explained you above, 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
2)So, please notice that our theme uses a lof of thumbs and sizes to display the featured images. Please check this -> http://screencast.com/t/mKgjef3g5UFF and there you can see a list with our modules and what kind of modules are used in our blocks and also, which of them are enabled or which not. Also, from the Thumbs on modules & Block, you will turn off some options for size and that size are used in some blocks that are active, the featured image will not be shown because the thumbs for this type of block are deactivated. I hope that you understand by explanation.
3)Also, if you want to add some link in our footer section, you have to use a footer template that allows you to make it as you wish, for example, the footer template style 5 and then you have to use a bit of HTML code to add a link, using this syntax -> http://www.w3schools.com/html/html_links.asp
Thank you for your understanding!
Hi
You can choose the desired category from block’s settings in Visual Composer when you prepare the shortcode: http://screencast.com/t/tDcvaVshh By setting a specific category in indicated field the theme will disply posts only from that category.
If this is not what you mean please provide more details about what you’re trying to do.
Thanks!
Top of the Morning! After the last update of Newspaper and Visual Composer I received this message in the administration panel “Important notice: You have an outdated version of Visual Composer Design Options. It is required to review and save it. ” After trying to get to the design options page twice, it states I do not have sufficient access. I contacted those at Visual Composer, after they were given temporary access. They mentioned that the theme developer would have disabled that page from within their panel. Can you confirm that’s true, and would it be possible for it to be brought back?
Hi
Block’s layout can be corrected when it’s used on posts following this configuration:
– in Visual composer set a 2/3 row: http://screencast.com/t/KOy8eW1F
– insert this shortcode in do_shortcode function: http://screencast.com/t/xwyyFSQo
– add this css in theme panel > custom code > custom css: http://screencast.com/t/i4cv7jhH7Vs
.single .td-pb-row .td-pb-row .td-pb-span8 {
width: 100%;
}
Thanks!
Thank you for the support! Sorry for wasting your time. It seems I didn’t turn on the ROLE setting in the visual composer settings. Apologies, I could have sworn I did that a few times.
If I may inquire about something else.
How can I display the primary category in a single page template/loop without modifying the td_module_single_base.php file? I would like to keep everything in the plugin via the API. Is this possible? Thanks!
Hello,
yesterday we bought Newspaper and installed the theme – problem: The plugins Visual Composer and Rev Slider can’t be installed – also Woo Commerce – we got error messages like:
Visual Composer
Das Plugin hat keinen validen Header.
Die Datei konnte nicht kopiert werden. js_composer/assets/lib/prettyphoto/css/prettyPhoto.min.css
Rev Slider
Verzeichnis konnte nicht angelegt werden. /homepages/16/d254593094/htdocs/clickandbuilds/Cadzand/wp-content/plugins/revslider/rs-plugin
We did the installing like in tutorial…other plugins can be installed…
Thanks for your support
Michael from Hamburg
Hello bellmedialtd,
images not displaying on site – reply
#107680
Apr 22, 2016 at 5:06 pm
Hello saffamatt,
I have checked your website and I saw that you have some js errors in your console. I suspect this issue come from your untested plugins which interfere with the theme and could create some unknown issue. Please try to disable all the active plugins, leave just Visual Composer to active, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Before this, you can try to disable the lazy load feature from theme panel if this is active, like this -> http://screencast.com/t/Wmjkad9U
Also, please try to update the theme to the latest version (6.7.2) and the Visual Composer (4.11.2).
Hope this helps and let us know how it goes!
Thank you for the message!
Do you want to show randome posts below the comment section like this? http://www.mysteryofindia.com/2016/04/awe-inspiring-shiva-temple-kakanmath.html
So here is guide:
1. create new page ( you don’t have to publish it)
2. Click backend Editer to use visual composer
3. Add Block 3 and select the options according to your preferences (like Title, category, Random posts or Latest posts)
4. After you finish adding the block click on Classic Mode to return on normal page
5. You will get a code like this [vc_row][vc_column][td_block_3 custom_title="" sort="random_posts" limit="3" ajax_pagination="infinite" ajax_pagination_infinite_stop="4"][/vc_column][/vc_row]
6. add PHP tag like this: <?php echo do_shortcode('your Visual composer code goes here'); ?>
7. Here is final code that we use on our site: <?php echo do_shortcode('[vc_row][vc_column][td_block_3 custom_title="" sort="random_posts" limit="3" ajax_pagination="infinite" ajax_pagination_infinite_stop="4"][/vc_column][/vc_row]'); ?>
8. Now you have to edit your SIngle_Template.php files. We are using template number 2,5,11 so We have added this code in these files. You can add this code in all the templates that you use.
9. Paste the code at end of file Single_template_##.php after this line </div> <!-- /.td-pb-row -->
and before this line: `</div> <!– /.td-container –>
</article> <!– /.post –>`
Thats it. it will work now.
Last thing add this code in Theme > Custom Code > Advanced CSS > Phones:
.td-pb-row {
width: 100%;
margin-left: 0;
margin-right: 0;
}
It will fix some style issue in mobile phones.
-
This reply was modified 10 years by
Josan.
Hi
I’ve checked your site an noticed that you’re using an older version of the theme, also Visual Composer is outdated: http://screencast.com/t/56sL6yVwO7
Try to update the theme at V 2.3.6, and Visual Composer at V 4.11.2 following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ deactivate all other plugins, clear all caches and test again.
Thanks!
Hi
I’ve checked your site and noticed that your using an older version of the theme and also Visual Composer it’s outdated.
After WordPress updated at V 4.5 there appeared a jQuery conflict in our theme. We fixed this conflict and the current theme version available on themeforest works fine, also we included last version of Visual Composer plugin.
Try to update the theme at V 2.3.6, and Visual Composer at V 4.11.2 following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ deactivate all other plugins, clear all caches and test again.
I hope this helps.
Thanks!
Hi
I’ve checked your site and noticed that your using an older version of the theme and also Visual Composer it’s outdated.
After WordPress updated at V 4.5 there appeared a jQuery conflict in our theme. We fixed this conflict and the current theme version available on themeforest works fine, also we included last version of Visual Composer plugin.
Try to update the theme at V 2.3.6, and Visual Composer at V 4.11.2 following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ deactivate all other plugins, clear all caches and test again.
I hope this helps.
Thanks!
Hi,
In order to add block elements to your page, you need to access the page editor and then the pagebuilder of visual composer: http://screencast.com/t/wkE7j4g48m then simply click the + icon and select the big grid you want from the list: http://screencast.com/t/tSIjqFozNWE
You can read more about how to use visual composer here: https://forum.tagdiv.com/how-to-use-visual-composer/
If this is not what you meant and you want to create a totally new biog grid besides the ones from our theme, then you will have to use the theme API system to do it: https://forum.tagdiv.com/td_api_blockadd/
This however will require coding knowledge as it is intended for advanced users and is not covered by support as it represents theme customization.
Thank you!
The update to WP 4.5 has been a bit of a pain. Visual composer stopped working and today i found out i can no longer update any of the theme options.
I updated to the latest version of the them and updated Visual Copmoser and this is working again, but i cant get the settings page to work.
I am on the main theme panel “wp-admin/admin.php?page=td_theme_panel” and i just want to change some settings. The loading icon pops up when i click save, but nothing happens. I checked the PHP log and there were no errors. I checked the console for the page and found the following error
wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=6.7.2 403 (Forbidden)
Nothing has changed on my server other than upgrading to WP 4.5 (it then auto updated to 4.5.1 which fixed some other issues i had). Any idea whats causing this?
Here is the ful dump of everything that shows up.
load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-core,jquery…:4n.extend.ajax @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-core,jquery…:4(anonymous function) @ td_wp_admin_panel.js?ver=6.7.2:676n.event.dispatch @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-core,jquery…:3r.handle @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-core,jquery…:3
Hi
Please note that is a public forum and any one can see the information posted here, so I removed your login details.
Also I’ve checked your site and noticed the you’re using an older version of the theme and also Visual Composer plugin is outdated. Try to update the theme at latest version available on themeforest, also update Visual Composer from /plugins folder: https://forum.tagdiv.com/how-to-update-the-theme-2/ – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
You also have to set the parameters from system status at values indicated in our documentation: https://forum.tagdiv.com/system-status-parameters-guide/ – http://screencast.com/t/GLY634Gp
Thanks!
Hi,
Big grids and elements that cannot have titles get the category tags by default and the color is black by default. The hover color will be the theme accent color you set in the theme panel. For this type of blocks you need css to edit the category tag color or hover color if you wish to change it.
The tag has a block background as it will not get the background color of the titles, only the hover. It’s a styling of visual composer to change the “accent color” for a block. But the default background color is black no matter the title text or background you set for the block.
If you want to change the color of the category tag, you can use css. This depends if you want to change the color of all bocks or just specific ones on your page. If specific ones are the ones you are after, you need to assign a custom css class to the row in visual composer so these blocks can be targeted individually: http://screencast.com/t/zA63YaPPlVnC
Then you would use that class like so:
for a big grid for example:
.mycustomclass .td-big-grid-wrapper .td-post-category{
color:red;
background-color:green;
}
The hover color is more specific so I would need to inspect the particular block you want changed so I can provide the proper code.
Hope this helps.
Thanks.
Hello
Can you please tell me why I get this message.
Important notice: You have an outdated version of Visual Composer Design Options. It is required to review and save it.
Thanks