- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
Changing tag will not help to get subtitle in the Facebook Instant Article.
Need to add some custom codes to get output for example:
function add_subtitle_before_content( $content ) {
ob_start();
td_subtitle( '<h2>', "</h2>\n" );
$subtitle = ob_get_clean();
$content = $subtitle . $content;
return $content;
}
On categroy pages with block 14 there isn’t the problem (for example: https://www.awayfromlife.com/news/)
Hello Bogdan,
I am having a major issues with my visual composer in my posts page. I updated plugin to 5.2 and then reverted back to 5.1.1 and was able to see all the block settings, but all my content is overlapping the side bar and images are not sizing correctly or linking, you can view an example at https://eatkb.com/ceviche-bar-mixtura/
Please help!
Hello,
Can I create a custom ad to show in video style? Similar to: http://videos.marca.com/?intcmp=MENUMAS&s_kw=marca-tv
I know ad that shows in vídeos is the same that article, but i would like create a custom ads.
Thanks!
Caitlan’s example with screen shot is what I meant by
…I’d suggest turning them all off, and then when you have the default thumbs, then only turn on those sizes.
Set the proper date/time in your WordPress main admin panel under settings.
Check web server is setup to correct time (e.g., EDT).
So, for example if you have your website set to PDT and server time is EDT, then anything posted at 12pm might show 9am PDT vs “actual time” of 12pm.
Theme doesn’t control this; it’s all managed from basic WP settings, and server/php setup.
I don’t work here; but have been using WP for 12 years, so might be useful to look into. 🙂
Hi,
You can use a Slider element for example
– https://demo.tagdiv.com/newspaper/ios-slider/
Or a Big Grid slide
– https://demo.tagdiv.com/newspaper/big-grid-slide/
You could also use the Revolution slider. All the revolution sliders featured in the demos are available in the theme package. Like this one for example which is somewhat similar to the one you are referring to
– https://demo.tagdiv.com/newspaper_blog_travel/
Here is more information if you decide to use it
– https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Thanks
Newspaper Theme version: 8.0
And no I don’t mean that. Because ACTIVE & HOVER COLOR changes menu background. What I am looking is to change TEXT color too, like you see in other settings like SUB MENU have -> SUB-MENU ACTIVE & HOVER TEXT COLOR.
Hi,
You could try some custom code in order to achieve this, as there is no specific composer element for displaying icons, at the moment.
In my example I have used an icon (128×128) like this, and set the height for it
– https://www.screencast.com/t/yEaTLXUX
They will be displayed like this
– https://www.screencast.com/t/iQAMLrizj
But by applying some Css they will look like this
– https://www.screencast.com/t/c8NHR3DDCoXv
This may be somewhat of a solution for doing it, if you cannot find any other solution. This is the code I used, if you decide to use it, enter it in Theme panel->Custom Css. The code applies to all your single image elements, so to make it more specific you can add an extra class just to the single images you want it to apply
– https://www.screencast.com/t/oG3jqZBa1u0
– https://www.screencast.com/t/Epvr2YMTpwL
.vc_single_image a {
background-size: contain;
background-repeat: no-repeat;
}
Please let me know if you need any further help, or have more questions.
Thanks
Hello,
There already is a share button. The first big button is a share button.
If you want to add new buttons to the sharing options, you will have to get the code for a share button from facebook and then implement it like this example:
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
Thanks
Thanks for your reply, I’m still not quite sure of the solution. I deleted everything on the page that was in the page builder section, then I added an image via the image box and the problem still happened and was not adjusted properly as you move the desktop size.
– I only saw one example of the image you sent, the one with a border and greyed out. Does that mean there isn’t an option to show an image normally? Isn’t that just a basic function? I’m confused. Thanks again for the help.
Hi,
There is only one header menu in the theme. This menu will be displayed in the whole website. You could only do that with a plugin that has these options and also works properly with the theme, or by creating conditions in the header menu files.
Some useful examples for more information here
– https://forum.tagdiv.com/topic/conditional-logic-for-menu/
– https://forum.tagdiv.com/topic/how-to-register-a-second-menu-for-woocommerce-pages/
– https://codex.wordpress.org/Conditional_Tags
Thanks
So I had Newspaper v4 for a long time and just switched to v8…but, now my comments are weirdly indented to the right, instead of right under the author name. It looks weird on desktop and even worse on mobile. Is there CSS or some other way to fix this?
Here is an example: http://www.edustenia.com/4-dias/#comments
Thank you!
Hi,
The category pages and posts cannot be edited with tagDiv composer. This is a page editor, and it will only work on pages
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
The category pages can only be customized in the theme panel
– https://forum.tagdiv.com/how-category-settings-work/
In the post pages, you can set article ads in the post content
– https://forum.tagdiv.com/article-ads/
You can also place ads in the sidebars
– https://forum.tagdiv.com/sidebar-ads/
Anything else will probably require to modify the theme files, or use plugins that have this options to insert ads in other places then the available ones. You could search the forum for similar topics and suggestions. Like this one for example
– https://forum.tagdiv.com/topic/how-to-add-or-created-ad-block-in-category-page/
Thanks
Hi,
The background color of the content cannot be changed through the theme panel. You could change it with some custom code however.
In order to give you an accurate solution, it would be very helpful if you could provide a link to the page where you want to make this change.
For example if it is the homepage where you want to achieve this, you could use a code like this, to change the background color of the content
– https://www.screencast.com/t/M62fvhfp
.home .td-main-content-wrap {
background-color: red;
}
The theme only allows to customize the website background, by setting a color or image
– https://forum.tagdiv.com/background-introduction/
The category pages can each be customized with backgrounds
– https://forum.tagdiv.com/how-category-settings-work/
Thanks
My website went down out of nowhere. When I got it back up the header was messed up and the footer reverted back to the original footer. Then when I tried going to the theme panel and uploading a logo and changing the footer, it won’t let me save the settings.
My website is http://homesoftherich.net
Hi,
I installed (included content) the Art Creek demo. So far, so good. I bought the VC builder, so i disabled the tagDiv plugin.
When I open the home page I see only text blocks, with content like this: [td_block_image_box image_item0="34045" height="720" style="" image_title_item0="Art evokes the mystery without which the world would not exist."]. I think these are tagDiv shortcodes.
The demo is not the same as the example. There are no background images shown.
Is there a way to migrate from tagdiv to VC? the other way around is possible, I read.
Regards,
Bert
Hi, I’m running Newspaper 8 theme and have installed learnpress to check it out. after setting up everything, the lesson doesn’t show up, it freezes, it works with other theme but not with newspaper. when I contacted learnpress support, they said , the issue is with the Newspaper theme not their plugin. Can you help
Hello,
I don’t know if anyone would even listen or care about my suggestion, but I’ll try tell ya’ll about it anyways.
Recently, I tried using the [tagDiv] Image box widget on my sidebar and I had few troubles with it, that custom title to be more speciffic. I find pretty weird that you MUST enter the custom title because even throught you leave it empty, these is still a white background (for example if you’re using the “02 – White box” box style) which is supposed to be behind that title – http://prntscr.com/fvd0z2 and so I had to (or I’ll have to) remove it manually in the code. Wouldn’t it be better if devs just make it disappear automatically? Or make a box style “none”? I think that lots of people here would find that feature pretty useful.
Thanks and have a nice day!
Hi
I’m trying to change the top bar menu as I’ve been able to do with the main menu (see working sample below).
When i run the code below it also changes the top bar menu to the menu called ‘Main-Menu-Logged-In’.
What I’m actually trying to achieve is for the top bar menu ONLY to change depending on user login. I just don’t know how to call it successfully like the main menu.
Heeelp please!
function my_wp_nav_menu_args( $args = '' ) {
if( SwpmMemberUtils::is_member_logged_in() ) {
$args['menu'] = 'Main-Menu-Logged-In';
} else {
$args['menu'] = 'Main-Menu-Logged-Out';
}
return $args;
}
add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' );
Let me ask it another way. The ‘tech demo’ version of Newsmag brings ‘Newsmag default’ sidebar. I’ve placed 3x ‘[tagDiv] Block 15’ + 1x ‘[TagDiv] Ad blox’ in it. These widgets have no way of using custom added CSS classes.
On the other hand, on the right column of the frontpage (which is made with Visual Composer), I’ve placed a ‘Social Counter’, an ‘Add Box’ and a ‘Block 7’. If I edit these from within the Visual Composer page, it gives an option to add an ‘Extra Class’, in which I place the class which executes the following code, added in the Custom CSS section of the Newsmag panel:
@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}
Since the default sidebar doesn’t give me the option to add CSS classes to widgets (for example, I also want to hide certain widgets that are placed in the footer section), they are viewable on phones and tablets.
If you would like to see the page, I’m gonna have to give you a username and password since the website is still in development and hidden behind a htaccess-login. Could you send me a mail at j.vanleeuwen@torasko.com if you would like this?
Thanks in advance for your feedback. I’m looking forward to hear from you!
Noticed that THEME COLORS > MAIN MENU > missing ACTIVE & HOVER TEXT COLOR option like all other menus have. Why is that? It would be nice if there would be ACTIVE & HOVER TEXT color option so I can change it easily via Theme Panel.
Hi
I’m trying to use 3 columns in a row, with each column having an icon with text below.
However I don’t see any options for this with the tagdiv Composer. Please let me know if there is a way around this.
I have tried adding a row, with 3 columns. Then added the Single Image into the column, but even placing a 60x60px icon, the image gets stretched. There is no way to keep the inserted image to it’s default constraints of 60×60 – the image keep getting stretched to the width of the column.
Placing the text underneath the image is no problem.
Please advise. Thanks
Hi, just an idea I feel the theme should have a decent AMP plugin come with it that doesn’t require much change to the layout. I have used quite a few others but they totally ruin the mobile design. Plus as some of us write for Google News we get put higher up the list if our website is with AMP, so this would be quite a bonus for us if it came with the template. Also, I would not mind paying a bit more for it.