- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
Hello,
1) The page templates were changed in newspaper 6. If you want to hide titles on some pages, you need to change the page template to default: http://screencast.com/t/sAM78esd
2) You can use css to do it as there are no settings for it.
.white-popup-block{
max-width: 540px!important;
}
Thank you!
Hello,
The best way to edit php is by accessing you files via ftp and using a text editor such as notepad++.
1) If you want to edit parts of the header then you need to access one of the header files: http://screencast.com/t/2zAba2Tj
You will need to kn ow a bit of css as well as it is used for the margins you need to alter in order to get your new dimansions to display properly.
2) If you want to add a shortcode for an ad spot at the bottom of the menu, then you need to menu file and use a do_shortcode php function like so:
If you want to place an ad at the bottom of the menu, it’s best to add it inside what is below the menu, not the menu file itself.
In order to do this, you must edit the specific post template or category template or page template you want the add to appear on.
Thank you!
Can you please help. I’m not sure what code I need to replace to redirect the category within the Megamenu to a static page. My static page is http://biz190.inmotionhosting.com/~segund7/mucho-gusto/.
This is what i got when I ran the print code.
WP_Term Object ( [term_id] => 45 [name] => Mucho Gusto [slug] => mucho-gusto [term_group] => 0 [term_taxonomy_id] => 45 [taxonomy] => category [description] => On each category you can set a Category template style, a Top post style (grids) and a module type for article listing. Also each top post style (grids) have 5 different look style. You can mix them to create a beautiful and unique category page. [parent] => 44 [count] => 11 [filter] => raw [cat_ID] => 45 [category_count] => 11 [category_description] => On each category you can set a Category template style, a Top post style (grids) and a module type for article listing. Also each top post style (grids) have 5 different look style. You can mix them to create a beautiful and unique category page. [cat_name] => Mucho Gusto [category_nicename] => mucho-gusto [category_parent] => 44 )
Hello,
I have got some few questions.
1. How can I customize the sidebar in “CATEGORY”. Why is only the default sidebar shown?
2. How can I activate the automatic update function for theme update?
3. https://www.youtube.com/watch?v=iuENF-Oeg2Y&list=PL6CsDkMaejhrfEuAth6JVYLPmFwFzNFwY&index=3
This video shows taht post can be customized. But the button “format” is not shown in my backend. Also I do not know, how to change the font family.
4. https://www.youtube.com/watch?v=rgWqozuqmJk&list=PL6CsDkMaejhrfEuAth6JVYLPmFwFzNFwY&index=2
At 2:50. Those templates from visual composer are also not shown to me in the backend if I create a new page.
Why?
Can you help me?
Thanks a lot 🙂
Hi,
1- Older versions had a page template like this: “Homepage – blank”. This option is not available now. I want to hide some pages’ titles, not all pages. How can I do this?
2- How can I change login box width? I can’t find necessary codes.
Thanks so much! I ended up figuring out how to use one of the pre-set templates (News) and just tweak it for my home page. The ad in the right sidebar, I created several different “sidebars” on them theme panel, and used one of those as a “widgetized sidebar” on the home page. So now there’s one sidebar at the top right on the home page, and a different one on the bottom left of the home page. Really loving this theme so far. 🙂
Progress here: http://www.oldmission.net
AMP works with TagDiv themes “right now” — and has passed validation since November during beta.
So, there is no “AMP ready” version of the theme — it’s already AMP-ready. Much like the theme won’t build in its own ecommerce system to replace WooCommerce, etc., it makes no sense to make custom version of theme for AMP, since AMP is designed to load fonts and dependencies off the cloud, and only local content and images from your site. And there is provision for AdSense, and there is provision for CPTs, and there is provision for customizing the template. So, that is available NOW, and no reason to end up with 20 theme updates in the coming year just for AMP, Apple Publisher format, or Facebook Articles — all of this SHOULD be done with actively updated and supported plugins and left agnostic (not part of) the theme.
Many of our sites have been indexed the past month and the only issues are strictly content related, such as bad inline CSS from WordPress like stupidly using the center align tag on a paragraph several places.
I have a thread about this here, which you might find useful. The official AMP plugin is the only way to fly as its theme agnostic, and its being actively developed for WP VIP clients like TIME magazine, etc.
SEE:
https://forum.tagdiv.com/topic/tutorial-getting-started-with-accelerated-mobile-pages-amp/
(( I don’t work here … ))
Yes, I understand very well that probably this wasn’t even on the future feature list, but it seems important for not having a lower pagerank. Of course, there are things that can be done by using plugins, but they can’t achieve what could be baked directly in the theme.
You’ve done a wonderful job with the template, that’s why people go and ask more 🙂
Hi!
Is it possible to know if there is any plan for providing an AMP ready version of the template as an extension to the official plugin https://it.wordpress.org/plugins/amp/?
Hi,
This is strange indeed, You can try to add your custom ad shortcode in the single_template_2.php file here:
http://screencast.com/t/4zcCtQtx
If this still makes speedbooster stop working, maybe you could try another ad, like a simple image ad instead of adsense to see if there is any code related to the ad that creates this error.
I tested this on my end with the do_shortcode function both in the loop file or the single_template file, but there was no change in pagespeed and speedbooster worked as expected.
Thanks.
Hi,
I need to create a page but not showing any menu, but still with the blocks and grids from the visual composer. Is that possible using the newspaper template ? How can I hide the menu, only for an specific page ?
thanks,
Rodolfo
Hi
I am creating pages using the news template amongst others. When the demo is installed i can see the big grid on the top of the page. Looking at the filter i see it is pulling from all categories. I change the filter to pull only items with one of the ‘real’ categories from my site and nothing shows. Is there something i am missing? I am only testing the site so i have not activated the licence yet. Does that have any bearings? I also deinstalled the demo and again the same behaviour. In short regardless of what category filter i use (including all categories when no demo installed) The big grid does not appear. I inspect the source and i can see the div placeholder but no javascript saying how many items have been filtered… (which is visible when in demo mode)
I have the latest newspaper theme and visual composer downloaded from your site.
Thanks
Amir
Hi
You can try this code in td_wp_booster_functions.php file http://screencast.com/t/eJIvSDtqku
add_filter('redirect_canonical', 'td_fix_wp_441_pagination', 10, 2);
function td_fix_wp_441_pagination($redirect_url, $requested_url) {
global $wp_query;
if (is_page() && !is_feed() && isset($wp_query->queried_object) && get_query_var('page') && get_page_template_slug($wp_query->queried_object->ID) == 'page-pagebuilder-latest.php') {
return false;
}
return $redirect_url;
}
However I am not sure that this will work with V 1.5 of the theme, and in that case the only way to fix the pagination issue it’s by updating the theme.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
The code which generate the live search is located in td_data_source.php here: http://screencast.com/t/f8QmhDHo For the normal search page the theme use the default WordPress function: http://screencast.com/t/0WbG9C1ynaR
I am not sure how do you want to customize the search function but I assume that if the user navigate to Custom Search page template and perform a search, the posts displayed to be from events post type. This could be achieved by doing a custom search function which display posts only from event post type, then call this function in the file which generate the post type template.
Here found some informations whioch may be useful in this case: http://wordpress.stackexchange.com/questions/89886/how-to-create-a-custom-search-for-custom-post-type You can try the solution indicated in that topic and adjust it on Newsmag theme.
Please consider that this is a complex task which require many customizations and also good coding skills in order to be achieved. 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.
Thanks!
When I attempt to load a predefined Newspaper page template using Visual Composer the template will not load and I get this error message:
Fatal error: Cannot redeclare layerslider_init() (previously declared in /home/exclus38/public_html/beautynewsmiddleeast.com/wp-content/plugins/LayerSlider/wp/shortcodes.php:6) in /home/exclus38/public_html/beautynewsmiddleeast.com/wp-content/plugins/LayerSlider/wp/shortcodes.php on line 47
Please advise on what to do.
Neil
Hello,
Well unfortunately there is no other choice. If you want comments on your pages, you must set them to allow.
And the comments will only work with the default page template: http://screencast.com/t/PnKdoxiDI4a
Thank you!
Hi,
I am not able to enable comments under pages. I have disabled the option that says “DISABLE COMMENTS ON PAGES” under Template Settings–>>Page template
Thanks in advance
Rakesh
Hi
This code add a new attribute for the files with .js extension: http://screencast.com/t/nGNIekHRJAXZ When post template 8 or homepage post block from Visual Composer are used on the page there is an additional js loaded on the page which is not loaded from main js file of the theme. The above code does not apply the defer attribute for all js code and this seems to cause conflicts.
You can read more about how this attribute works at this url: https://developers.google.com/speed/pagespeed/service/DeferJavaScript#description
Unfortunately I can’t provide a solution now as are needed some researches in order to identify how this code will work properly with the theme. If you still need guidance on this or 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.
Thanks for the message!
When i try to change something in layout setting category is not working , is not save i see the message in log
[Mon Mar 21 10:50:14.324265 2016] [:error] [pid 74124] [client 70.30.178.190:59114] PHP Fatal error: Cannot unset string offsets in /usr/local/planete/sites/www.v2.planete.qc.ca/htdocs/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/panel/panel_core/td_panel_data_source.php on line 529, referer: http://v2.planete.qc.ca/wp-admin/admin.php?page=td_theme_panel
I use newsmag version: 2.3.5
i can change what i want in template setting and post setting but not in ctegory
thanks
Hello,
Css only knows the post id or the category id, it’s not dynamic so it will not detect which category a post belongs to. In order to have a sidebar only on a category page but not the posts themselves you need to alter the theme files and the post templates where the sidebar gets created. This will require a bit of customization and coding knowledge. We suggest you hire some help on this one from a freelancer or a friend who know s a bit of coding knowledge. You will have to add conditions to the code by using the wp function in_category: https://developer.wordpress.org/reference/functions/in_category/
Thank you!
after updating my theme the rss does not work. Here is the code found in header.php
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
<?php //this is closing in the footer.php file ?>
<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>
<div id=”td-outer-wrap”>
<div class=”td-transition-content-and-menu td-mobile-nav-wrap”>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
</div>
<?php //this is closing in the footer.php file ?>
<div class=”td-transition-content-and-menu td-content-wrap”>
<?php
td_api_header_style::_helper_show_header();
do_action(‘td_wp_booster_after_header’); //used by unique articles
Hello matpl,
I have checked your website and I have noticed that you do not have any content loaded. First of all, I recommend you to import our demo with the content for making an idea about how it was built and then you have to read all our documentation and understand each element of the theme of how it works. After these steps, you should try to implement yourself this in your website. Do you try to import our demo travel with content? I recommend this way because it more useful (for beginning) to edit existing instead of making something from scratch. Please notice that Travel demo is a custom template and requires more customization performed against the default. I suggest you consulting our Youtube channel, here -> https://www.youtube.com/user/tagdiv because there you will find a lot of useful tutorials in order to achieve best results. Also, you have our demo previews and you can compare them all the time. -> http://demo.tagdiv.com/newspaper_travel/
Please notice that we cannot make your website from scratch but only we can point you in the right directions. However, if you need more assistance after you have read our documentation, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so I can further inspect your setup page and I will try to give you a helping hand. Also, please provide the link to this topic so we can know who you are and what the issue is.
Thank you for your understanding!
Hello newtag,
If you have set it your Speed booster as properly according to our documentation here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ and if you are sure that you do not have some js errors in the theme caused by the untested plugin, please try to check your source page with Ctrl+U and check if your code is moving in the footer section. Try this without other plugins which can affect this plugin. Also, please notice that is only for advanced users and if you are not aware to the steps about setting this, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
For your second request, I have tested the Homepage post element and Single Template style 8 and everything seems to work as expected and the background image is displayed right.
Thank you for the message!
I have this problem
https://imagebin.ca/v/2b0e55LbzZo7
I use a plugin for insert futured image via youtube. Now i try to change template and i don’t see futured image.
The plugin set image in “video”. I don’t want use “video” format.
This are a config page of plugin
https://imagebin.ca/v/2b0f9H8q4BPU
How is the custom field for futured image?
Hello,
If you use visual composer on pages, then only the pagebuilder + page title template will show titles and breadcrumbs: http://screencast.com/t/mVRgfapl5RG
Thank you!