- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewsmagPage templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
Hello everyone …
As I can see there is a template for an author page within the themepanel.
But it did not create a page for it while installing the theme.
Do I just have to create a page manually and it will work?
Or do i have to use a plugin for such functionalities?
best regards 🙂
Torsten
Hello, to upgrade to the new version, I desconfiguro whole page, as I fix this?
I did the upgrade through the Envato Toolkit.
Hi,
You can use theme’s blocks for this or a page with the latest articles section template and set the loop filter to random posts, like this: http://screencast.com/t/oDNA1pysB or blocks settings to filter posts from all categories and set the sort to random posts like this: http://screencast.com/t/sMtISHGU7
You can find an more detailed info of our blocks settings here: https://forum.tagdiv.com/block-settings-overview/ and these are theme’s blocks: https://forum.tagdiv.com/blocks/ and these are the available page templates: https://forum.tagdiv.com/page-templates-newsmag/
Let us know how it goes!
Thanks
Hi,
The old function was just hiding the date, we received requests from users to make it disappear when it’s disabled. The old function looked like this – http://screencast.com/t/Ll7OIC4L – we added a new condition – http://screencast.com/t/Hg8gLAzE
The date function is used on all blocks and post pages, it’s normal for the date on blocks/modules to disappear when your are on that specific custom post. An alternative would be to duplicate this function, for example name it get_date_two() and replace it on all module files or on single templates. This way you will have get_date() on modules and get_date_two() on post templates and you can control each are more easily. – http://screencast.com/t/66vdh2uiW – http://screencast.com/t/hGw3hkKxmOo
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
Add H1 using a Visual Composer text block or use the Homepage – with title template – http://screencast.com/t/gPl2da2W1Prm – the code in the page template it looks like this – http://screencast.com/t/AU3i9coHAdzO
Also you can check this topic as reference – https://forum.tagdiv.com/topic/best-way-to-add-h1-tag-in-homepage/
Thanks!
Hi,
Did you used default page template in version 4? We changed the page templates in version 6, please try to use pagebuilder with title – http://screencast.com/t/uST39hilk the default sidebar should be added automatically. Please try this on a page and see if works. You can check this solution for default template – https://forum.tagdiv.com/topic/joke-no-sidebar-with-visual/#post-53451
Also if you can use default page template and add Widgetised Sidebar block using Visual Composer to display your sidebar – http://screencast.com/t/MToOqSRhAkgS
Please provide more details if this doesn’t help, also a link so we can take a look.
Thanks!
Hi,
Thanks Chris, your always helpful! 😉
@dhvanesh I’ve referred there to the pagination added in pagebuilder and other templates which use the loop: http://screencast.com/t/13XHLFWXwH for that google recommends using rel=”next” and rel=”prev”: https://support.google.com/webmasters/answer/1663744?hl=en but you could also use rel=”nofollow” or “noindex” to tell google not to index those. Go to the page generator file and add the rel=”nofollow” attribute like this: http://screencast.com/t/C1qdF0JQ4Q
Let us me know how it goes.
Thanks
This is the same problem I’ve been having since I upgraded and updated. The icons for editing individual blocks are not there. I can only move or delete whole blocks but not edit. Please help. I haven’t been able to use any of the really nice looking homepage templates.
I have tried to make an authors page using the authors block, been looking at this post for the solution -> https://forum.tagdiv.com/topic/author-box-help/
It works fine when i insert this in the main themes td_block_author.php
$buffy .= '<div class="td-authors-description desc">';
$buffy .= '<p>' . get_the_author_meta( "description", $td_author->ID ) . '</p>';
$buffy .= '</div>';
But im trying to make it work from my child theme instead. I have added this to my child functions.php
function hook_td_global_after() {
td_api_block::update('td_block_authors',
array(
'map_in_visual_composer' => true,
"name" => 'Block Authors',
"base" => 'td_block_authors',
"class" => 'td_block_authors',
"controls" => "full",
"category" => 'Blocks',
'icon' => 'icon-pagebuilder-td_block_authors',
'file' => td_global::$get_template_directory . '/includes/shortcodes/td_block_authors.php',
"params" => array_merge(
td_wp_booster_config::get_map_block_general_array(),
td_wp_booster_config::get_map_filter_array(),
td_wp_booster_config::get_map_block_ajax_filter_array(),
td_wp_booster_config::get_map_block_pagination_array()
)
)
);
}
But it doesn’t work. Its probably me whos to tired to figure it out, but i dont get it. :/
Hi,
1. Those style options are not present anymore. In theme version 4 the icons were added using sprites, while now the icons are added suing a custom font which can be adjusted using custom css so you can set their size/color. There aren’t any options available for this so if you need different styles you need to design them yourself or get some to do it for you.
Try this css for the icons: http://screencast.com/t/Z07gYhwfKK
.footer-social-wrap .td-icon-font {
font-size: 25px;
color: black;
}
.footer-social-wrap .td-social-style-2 .td-social-icon-wrap {
margin: 5px 6px 5px 0;
}
2. These seem to be widgets titles: http://screencast.com/t/h4mBBDIzENo not a duplicate content so check the tabs and edit those widget and remove any titles you find there then empty caches and/or purge files and test again.
3. Buttons shortcodes can be added to the posts pages even if you don’t use VC page builder there. You can enable the page builder on posts pages then add and customize the buttons there: http://screencast.com/t/BuC8hOsw8po0 or you can create the button on any page using VC pagebuilder then add the button shortcode to posts’s content, like this: http://screencast.com/t/TGdneMymG – http://screencast.com/t/ug1KH2pvEBEG
Please also note that blocks haven’t been removed. You can still use that block you’ve mentioned, it’s block 1 on one column: http://demo.tagdiv.com/newspaper/block-1/ so you have to use another footer template and set the content you want for it choosing block 1 widget.
Thanks
Hi,
You have article top ad there(I don’t know why is not visible, maybe because the code that you use doesn’t allows 2 identical ad on page) – http://screencast.com/t/KfSvxm8IGdao and it stops the text to wrap the ad.
You can try this custom css to hide the top ad only for this post template(so the other templates will not be affected): http://screencast.com/t/QBGT6zTa
.single_template_1 .td-a-rec-id-content_top {
display: none;
}
Thanks!
Hi,
You can use Homepage Blank template – https://forum.tagdiv.com/how-to-hide-the-page-title/ for those specific pages
Thanks!
Hi,
Please try regenerate your thumbnails to fix size issue – http://screencast.com/t/63VTQ15j5rS Also if you want background color for Big Slide articles like in version 4 of the theme, please edit you page and set Style 4 – http://screencast.com/t/m8cWbDMR – http://screencast.com/t/X71ujJmiiL
Unfortunately the theme doesn’t have an option for this, but you can try to change it using custom css in Theme Panel > Custom Css and apply a color for post titles on pages(it will be applied also on Big Grid Slide) – http://screencast.com/t/wCh0iuWQlRe
.td-module-title a {
color: #a465a5 !important;
}
If you refer to the block title in version 6.1 it was added an option in Theme Panel >Theme Colors to set a general color for all blocks/widgets titles – http://screencast.com/t/IcPkM5CMB – http://screencast.com/t/c3u7wg6EXVo
In version 6 of the theme were changed the page templates, the sidebar that you see on those pages is sidebar added for latest articles. You can manually add a Widgetised Sidebar widget to your page content – http://screencast.com/t/UwD7n61Q if you want to use that template with Latest Article. Or you can set Pagebuider with title and the defautl sidebar will be add automatically, you don’t have to split the row – http://screencast.com/t/CZZO259mZ3
If you use unique articles and you have an issue with doubling articles, please note that this issue was fixed in version 6.1, so please update using this guide(FTP method) – https://forum.tagdiv.com/how-to-update-the-theme-2/
Please try to remove this code to not show author when the article is shared – http://screencast.com/t/UadS1GJEv and then use facebook debugger and see if works for your articles (fetch new scrape) – https://developers.facebook.com/tools/debug/og/object/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I am using Amazon Banner Ads for desktop and google ads for table and mobile. When I use the google adsense code, it overwrites my amazon banner.
I have the three tags that are used in the header ad template. I need my Amazon Ad to display only on desktop and my google adsense ad to only be displayed on mobile and tablet. How can this be fixed?
This is what I am currently using.
<div class=”td-visible-desktop”>
<div class=”alignleft”>
<script type=’text/javascript’>
amzn_assoc_ad_type = ‘banner’;
amzn_assoc_tracking_id = ‘xxxxxx’;
amzn_assoc_marketplace = ‘amazon’;
amzn_assoc_region = ‘US’;
amzn_assoc_placement = ‘assoc_banner_placement_default’;
amzn_assoc_linkid = ‘xxxxxxxxx’;
amzn_assoc_campaigns = ‘amazonhomepage’;
amzn_assoc_p = ’48’;
amzn_assoc_banner_type = ‘rotating’;
amzn_assoc_width = ‘728’;
amzn_assoc_height = ’90’;
</script>
<script src=’//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1′></script>
</div>
</div>
<div class=”td-visible-tablet-portrait”>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– NewsWatch33 –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-xxxxxxxx”
data-ad-slot=”xxxxxxxx”
data-ad-format=”auto”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class=”td-visible-phone”>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– NewsWatch33 –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-xxxxxxxxx”
data-ad-slot=”xxxxxx”
data-ad-format=”auto”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
Hello friends,
I want to use post style 7 template for my site and i saw a display problem in Newspaper v6.
Before, in v4, the featured image displayed in full width and slid softly in the background, giving up a 3D display impression. It was as well in all major browsers, devices and any the scroll bar, on-screen, mouse scroll or tap of the fingers in touch screen.
Now in v6 and v6.1, I see that during page scrolling the featured image post style 7 slides irregularly and leaping especially when using the on-screen scroll bar or scrolling mouse, in any browser used.
I would love to come back to have that very nice effect as before, that now seems faulty.
Thanks!!
I created buddypress pages again
These buddypress links are working:
http://www.trf1.net/activity
http://www.trf1.net/groups
http://www.trf1.net/members
————–
But when i try to visit my profile, activity or messages page i still get blank page.
http://www.trf1.net/members/abdullah-celik/profile/
It was working before upgrade and it works with other templates. I really get a lot of messages from my users to solve this problem
-
This reply was modified 11 years by
acelik.
Hi,
I have checked your page and the page template that you use is pagebuilder with title. Please set it without sidebar on full width and it should be displayed fine – http://screencast.com/t/lt5ZvsW09A
I also added this on our list and we will try to find a solution at this page template as the sidebar should not be applied there. Sorry for inconvenience!
Thanks!
Hi,
@saibharath Did you solved the issue with Latest Articles? Please edit your homepage and switch to default page template – http://screencast.com/t/pPYBDSxu3xjR
@fid Please provide more details about your issue with menu. Also please provide your site URL.
Thanks!
Hi,
You can build a timeline template like in the old version, using an existing template from version 6. Create your file, copy the content from a page template, I suggest on of these template as you don’t need latest articles – http://screencast.com/t/5dtHZk71pK then take a look at the old files and see code from the content. Also you need to copy loop-timeline.php from the old version – http://screencast.com/t/Eb17ecPcJcV
Unfortunately you will need custom work, beacuse you will need to create also a css code for this template.
Thanks!
Hi,
thank you for detailed explanations. But, we need page full width template. It must be on Template list. If it will be at Template list, I can choose it as default page template for recipes. Without this type of page template we are using customized recipe page, and now we can’t upgrade plugin without extra costs to our developer…
Thank you in advance. Regards, Miodrag
You can’t have html in the WP titles for a post.
You can edit WP to change behavior in the templates, where what “prints on page” pull from dbase and post meta has style applied.
You can also write HTML in the text editor for posts.
You can also setup custom field, such as with Advanced Custom Fields, with a custom field for a title; then change your template to “print” that field, and NOT the main title field; then rest of site would pull the default title.
Hope that at least pointed you in some direction.
Hi,
Unfortunately we don’t plan to add this timeline template again, but if you have basic html/css/php experience you can adapt the template to work with this version of the theme, so please check the old theme’s files and you will find page-homepage-timeline.php in the root of the theme to customize it – http://screencast.com/t/qaHetBkZ3nHk
Thanks!
I have upgraded version 4 to version 6 on my local server which mostly went well using the upgrade documentation.
After edits and cleaning up I then went through the steps of deleting the old v4 theme, then adding the new v6 theme. Deleting the old plugins and adding the new ones. Activating the theme and running the migration script.
Looked at the site and it was smashed. I then deleted the site, migrated the local site using BackupBuddy (1.3GB) which is working and setup on the live server with a new database and all. The site is again smashed when I reviewed it?
This link shows how it looks on the live server and from the local server: https://dl.dropboxusercontent.com/u/268903/Site-Upgrade-Failure.pdf
I noticed the visual composer is not showing on the admin pages or posts. The code is also not translating on the site. I can only use the themes built in templates.
I then restored some function by going back to v4 and the old Visual Composer 4.4.4 which still doesn’t show on the admin side?
Could this be a server and or Cloudflare caching issue?
How am I going to get the site working on this account?
Regards
Peter
Hello, Now when you select a page template, there are three options:
1) Basic
2) Pagebuilder + latest articles + pgination
3) Pagebuilder + title
Just bought Newspaper 6 version. Can I incorporate Sign-up Landing Page and include Newsletter function into the template?
What sort of plug-in do I need to install for those function? Please advice.
Whenever audience type my domain name, it will redirect to Sign-up page/ Login page. and there will be a checkbox for them to subscribe Newsletter.
If new user, they have to sign-up and if it is existing user (cache/ cookies to store credential), they will be redirected to Newspaper 6 landing page.
Please assist me. Tqvm.