- NewspapertagDiv AMP Plugin Tutorial
- ApiPractical example – How to add a new Block and Module
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
Hello,
Well it is clear you still have work to do on your page speed optimization:
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.travisneighborward.com%2F&tab=desktop
Please read this guide also: https://forum.tagdiv.com/how-to-make-the-site-faster/
As a note on speedbooster: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Also check this guide: https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thank you!
In the console, I get the following message:
‘Failed to load resource: the server responded with a status of 403 ()’
Relating to the file:
‘/wordpress/wp-admin/admin-ajax.php?td_theme_name=Newsmag&v=4.0’
Surely it can’t be due to the hosting provider, because I am running on the same hosting package an older version of your Newsmag theme which works fine (I’m in the process of upgrading it). So the admin ajax process is surely already being accepted by my current hosting provider on a separate wordpress installation.
Hi,
All the demos are located in the theme folder
– https://www.screencast.com/t/CfRzOu6Zt5cZ
When you install a demo the process will automatically import a homepage, posts, categories, theme panel settings, custom styling etc. You could install the demo without content as well, this will only apply the theme panel settings and demo stylesheet containing the design
– https://forum.tagdiv.com/installing-demos/
In each demo folder you can see the homepage content for example
– https://www.screencast.com/t/khwvgW4dH
You could copy the content of the homepage from a demo, but you will also need to install the theme panel settings and copy the demo stylesheet in the theme stylesheet.
The dummy posts can simply be removed in bulk from the post page
– https://www.screencast.com/t/wuGQXNSlgg
Thanks
Hi,
Using the provided Advanced CSS sections, you could create code for each device or width size. For example like this a different font size is set for each instance
– https://www.screencast.com/t/Qx7UL1Rpd
You just need to modify the font size and use the same code.
Thanks
Hello,
I’m not sure why you want a category page to display like this when even your example is a standard page not a category: https://www.screencast.com/t/HCzMfRdhY
You cannot edit categories as you would pages. We have not encountered any builder that can do this. Our own page builder cannot do this, visual composer cannot do this or other builders we have seen.
Categories cannot be handled as pages. You will not be able to add custom content to a category. Sorry.
Thanks.
My site is fofnews.com. What do the little ‘0’s displayed on my posts mean? For example, on my latest post Fake Bittrex cryptocurrency exchange site stealing user funds, there is a 0 in a little comment-box-like element on the featured image. What does it mean? How do I hide it?
Hello,
I have add for desktop:
#ad1 {
top: 10px;
left: 10px;
float: right;}
And for mobile:
#ad1 {
float: none;
}
My web site it’s : https://www.povesteata.eu/ce-oi-fi-mintea-mea/ ( one post example ).
Many regards and i wait one reply from you.
View the other tutorials in the DIY > tutorials > best of forum.
Test a post on your site with GTmetrix.com which shows you examples and tells you how to fix issues with your site setup, WordPress settings, gzip/deflate, time to live, image compression, etc., which are not part of the theme.
Hi,
You can choose from the available widgets. A specific widget to display related articles does not exist. On the post page there is a related articles section displayed
– https://forum.tagdiv.com/related-articles/
Please note that you can create any number of sidebars you wish. A sidebar can be set manually on a post
– https://www.screencast.com/t/k4GzJXMc
Or by setting a primary category, all the posts that have a primary category set will display the sidebar from that category
– https://forum.tagdiv.com/primary-category/
So you could either create sidebars for each post or set a primary category. In the sidebar for example you can insert a block and filter the content to display posts from the category you choose and sort them as well
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hello,
Please provide an example of this so we can inspect it. Provide a link to your site pointing at one of these videos.
Thank you!
Hi Team,
If I would like to put the amazon affiliate responsive banner on our website, say in the header area, how could I do it?
I tried to put the following code in the header ad area, but there is nothing to show. Could you kindly advise? Thanks.
<div class=”alignleft”>
<script type=”text/javascript”>
amzn_assoc_ad_type = “banner”;
amzn_assoc_marketplace = “amazon”;
amzn_assoc_region = “US”;
amzn_assoc_placement = “assoc_banner_placement_default”;
amzn_assoc_campaigns = “books”;
amzn_assoc_banner_type = “category”;
amzn_assoc_isresponsive = “true”;
amzn_assoc_banner_id = “1WV938XZP3V21MG4E2R2”;
amzn_assoc_tracking_id = “interviewtips00-20”;
amzn_assoc_linkid = “51f649635e0a9fda08b40fef07750d38″;
</script>
<script src=”//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1”></script>
</div>
Hi,
You could do that by modifying the header style template file. This template file can be found here
– https://www.screencast.com/t/zBpb1ePuI6
Opening the template you can see the structure of the header and the elements. Try and re-position the header ad foe example, above the main header menu
– https://www.screencast.com/t/74hkcihy8ss
– https://www.screencast.com/t/jy5bZKe4XV
– https://www.screencast.com/t/XePVZhu5Q4
These modifications to the header files can be made through a child theme as well.
Thanks
hello,
Please use the google page speed testing tool:
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fgoarchers.com%2F&tab=desktop
And make the proper optimization using this guide:
https://forum.tagdiv.com/how-to-make-the-site-faster/
As a note on speedbooster: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
Hello,
I try to place your code on the category template.
For example, i use the 7′ template category. The code it’s next:
Where i must add the short code <?php echo do_shortcode (‘[td_block_ad_box spot_id=”custom_ad_1″]’); ?>
I try to add on the end but he broke my page!
<?php
class td_category_template_7 extends td_category_template {
function render() {
?>
<!– subcategory –>
<div class=”td-category-header td-container-wrap”>
<div class=”td-container”>
<div class=”td-crumb-container”><?php echo parent::get_breadcrumbs(); ?></div>
<div class=”td-category-title-holder”>
<h1 class=”entry-title td-page-title”><?php echo parent::get_title(); ?></h1>
<?php echo parent::get_description(); ?>
</div>
<div class=”td-pulldown-container”><?php echo parent::get_pull_down(); ?></div>
</div>
</div>
<?php
}
}
Hi there,
I need help to fix my search feature on my website.
So whenever I type things I want to find on search box and enter it, it load and redirect me back to my homepage instead.
But the url changed and included the word I’m looking for.
For example, I type “glenn” on my search box and enter it.
Then the url would changed into “http://music.netmedia.co.id/home/?s=glenn”, but it only show me my homepage, not the things i’m looking for.
I don’t really know what is the problem.
Maybe anyone can help me with it?
Thank you very much.
Dian
Hi There,
I’m trying to show featured video on Facebook Instant Articles and AMP. As the “officials” pluging for those don’t take into account any other media except the featued image, I’m kind of stragling here…
Is there any function to get the URL of the featured video?
https://drive.google.com/file/d/0B45GYgHhQdjKQmhDNEx4bUg5eWM/view?usp=sharing
Thanks
Hello,
It seems like the sidebar is under and or over the content.
Also, the third footer block is under the second. Like the page width has shrunk overnight, having no room for sidebars and third footer blocks.
Live site: here
Any help would be appreciated?
Hi,
There are many page speed and website optimizations tutorials here on the forum, that you can follow. Like these ones for example
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
Thanks
Hi,
I don’t think I fully understand what you are asking. If you choose to install a demo it will display just like in the live preview. The demos can be seen here for example
– https://demo.tagdiv.com/select_demo/select_demo_newspaper#demos
The imported content may be different, but the layout will be the same
– https://forum.tagdiv.com/installing-demos/
Please correct me if I misunderstand and provide more details if possible.
Thanks
Hi,
If you mean the mobile menu/search background image, the theme demo uses an image if this size for example
– https://www.screencast.com/t/NfE59bYor
You can try experimenting with an image like this, or make some tests with different sizes and see which are best to be used as background.
Thanks
Hello,
You can try to edit the header.php file and add the strings of text using div element if you know basic html + css.
Here is an example: https://www.screencast.com/t/wTFgX3X5L – https://www.screencast.com/t/j4GjLTEWvg
You cna then use the class assigned for it to style it with css and change the font family, size, etc.
Thank you!
Hi,
Full width header logos can be achieved with the theme. Please note that not all header styles have a limit for the header logo (header styles 9, 10 and 11 do not have a required logo image size)
– https://forum.tagdiv.com/logo-favicon/
For example in these demos, header style 10 is used
– https://demo.tagdiv.com/newspaper_cars/
– https://demo.tagdiv.com/newspaper_craft_ideas/
In pages there are Full big grids that can be used
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Also rows containing page elements can be stretched to full width, when designing the page
– https://www.screencast.com/t/0Q7tu3xm73M
Category pages can only be customized in the theme panel at the moment
– https://forum.tagdiv.com/how-category-settings-work/
– https://forum.tagdiv.com/category-top-post-styles-2/
Thanks
Hi,
There are settings in the theme panel that you can sue to customize different fonts in the website
– https://forum.tagdiv.com/font-customization/
Visual composer does not have a font settings of it’s own. If you could provide some examples of what font exactly you want to change and where, I will try to give you a solution.
Thanks
Hi,
The scroll to top button inherits the theme general accent color set in the theme panel
– https://www.screencast.com/t/0ZHbvlRF4alx
If you want to change the color just for this button, use a code like this for example
– https://www.screencast.com/t/G9jZdkRJe
This is the code used, if you decide to use it enter it in Theme panel->Custom CSS (change the color to what you want)
.td-scroll-up {
background-color: yellow;
}
Thanks