- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
Then you must choose from Header styles 9, 10 or 11. These header styles do not a limit for the image used for the logo. You can use any image you like
– https://forum.tagdiv.com/header-styles/
– https://forum.tagdiv.com/logo-favicon/
For example in this theme demo, header style 10 is used
– https://demo.tagdiv.com/newspaper_cars/
Just make sure that when setting the logo when using these header styles, you select the full size of the image
– https://www.screencast.com/t/7E1Okdq4Q9
– https://www.screencast.com/t/dZLQQVtz8duG
Thanks
I am working on a new site locally with MAMP PRO.
Everything was working great until yesterday, when I installed the mobile theme plugin.
After that I loose my main homepage.
Every time I try to open the page with tagdiv composer I have the same message:
Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!
The steps I did:
I uninstalled the mobile theme plugin
I deactivated all the other plugins except the composer
I installed super cache plugin to delete the cache but I have not anything cached
I am not using yoast seo or any other composer
As you can see I did all the steps you are giving to other people with the same problem… but I still have it!
Can you please give a solution?
Hello,
The product is not created by us. It is a custom theme created by an external party for the official amp plugin of WordPress. Our theme is fully compatible with the AMP plugin but does not add the theme style to it. The ‘amp theme’ mentions it is a custom implementation.
Thank you!
Hello guys,
When customizing the website static home-page many modules (OR ALL OF) modules won’t fit together.
Example: Dragging BIG GRID and then next to it, we want to add Instagram element, it fails reading: Please move this shortcode on a full row in order for it to work. How can be this solved?
Something else I want to inquire about, how to do to get a “subscribe newsletter widget” on the theme?
Thanks in advance!
Hi,
I just Recently Bought a Newspaper Theme & Facing some Issue. I have applied a Pagination in one post & Everything is Working Fine till Page 1. When I go to Page 2, Sidebar is Not Working ( Not Showing Any Widget ). I am Just Posting a Link of My Site. Please Check & Help
http://www.ihindishayari.in/best-love-whatsapp-status-in-hindi/2/
Hello,
You will have to provide more details to exactly what video player you are referring to. Pleas provide an example so we can provide the proper answer.
Thanks
Hi,
If you want to affect only the color links, notice that you should try using a bit of CSS in order to achieve some results. As an example, you can try using the code below and place it in Theme Panel -> Custom CSS area.
The code is ->
a:hover{
color:red!important;
}
a{
color:green!important;
}
The first part of the code can be used for hover links effects the second one for the static color links.
Thanks for the message!
Hello! “Newspaper 8” theme is best theme i had ever.
I have a question:
How to add custom Video advertisement to ads banner?
for example: 340×400
My web is not published yet.
Thanks
Hi Simion!!!
The css code that you gave me works perfectly in mobile version, but not in AMP pages.
My question is what css code should be applied so that it also appears in AMP?
Thank you very much!!!
Hi,
The scroll to top is hidden by default in that situation, there is a condition in the theme code. This code I provided will simply override that condition and display the scroll icon. There is no relation to AMP, if that is what you mean.
Thanks
Does Newspaper have any AMP theme? If not, is anything planned?
Is the following theme related to do with tagDiv Newspaper theme (https://ampforwp.com/themes/newspaper/)?
Help!!!
Why there are no comment box on my wordpress posts?
How do I solve this?
I have tried enabled the comments on Newspaper Panel & WordPress Settings…but still doesn’t show up!!
Here is my post – Picture
Hello Tagdiv Team,
The following codes (see below) were added to the theme’s function.php. They don’t work.
Would you please advise if the codings below are incorrect or is there another alternative to removing the style and javascript for Contact Form 7 and JS Composer. Also the Newspaper/js/tagdiv_theme.min.js. They are slowing down the website speed.
CONTACT FORM 7
Both pages are using the default template. Visual composer was used to create the submit-an-event page, but not the ‘contact’ form.
// Deregister Contact Form 7 styles
add_action( ‘wp_print_styles’, ‘aa_deregister_styles’, 100 );
function aa_deregister_styles() {
if (is_page( array( ‘contact’, ‘submit-an-event’ ) ); {
wp_deregister_style( ‘contact-form-7’ );
}
}
// Deregister Contact Form 7 JavaScript files on all pages without a form
add_action( ‘wp_print_scripts’, ‘aa_deregister_javascript’, 100 );
function aa_deregister_javascript() {
if (is_page( array( ‘contact’, ‘submit-an-event’ ) ); {
wp_deregister_script( ‘contact-form-7’ );
}
}
add_action( ‘wp_print_styles’, ‘aa_deregister_styles’, 10 );
function aa_deregister_styles()
{
$td_use_page_builder = false;
if (method_exists(‘WPBMap’, ‘getShortCodes’)) {
$td_use_page_builder = true;
}
if ($td_use_page_builder == true) {
wp_deregister_style(‘js_composer_front’);
wp_deregister_script(‘js_composer_front’);
}
}
Below is are sample results from the web page speed test.
Defer parsing of JavaScript
https://abc.com/wp-content/themes/Newspaper/Newspaper/js/tagdiv_theme.min.js?ver=8.1 (171.7KiB)
https://abc.com/wp-includes/js/jquery/jquery.js?ver=1.12.4 (87.0KiB)
https://abc.com/ (22.2KiB of inline JavaScript)
https://abc.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.2.1 (15.5KiB)
https://abc.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.9 (7.9KiB)
https://abc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 (7.7KiB)
https://abc.com/wp-includes/js/wp-embed.min.js?ver=4.8.1 (1.2KiB)
https://abc.com/wp-includes/js/comment-reply.min.js?ver=4.8.1 (918B)
Remove query strings from static resources
https://abc.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.9
https://abc.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.9
https://abc.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.2.1
https://abc.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.2.1
https://abc.com/wp-content/themes/Newspaper/Newspaper/images/icons/newspaper-icons.woff?1
https://abc.com/wp-content/themes/Newspaper/Newspaper/images/icons/newspaper.woff?14
https://abc.com/wp-content/themes/Newspaper/Newspaper/js/tagdiv_theme.min.js?ver=8.1
https://abc.com/wp-content/themes/Newspaper/Newspaper/style.css?ver=8.1
https://abc.com/wp-includes/js/comment-reply.min.js?ver=4.8.1
https://abc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1
https://abc.com/wp-includes/js/jquery/jquery.js?ver=1.12.4
https://abc.com/wp-includes/js/wp-embed.min.js?ver=4.8.1
https://abc.com/wp-includes/js/wp-emoji-release.min.js?ver=4.8.
Thank you very much.
Nik
Sorry,I have summit the mail but it can sent successfully.
https://eaglevisiontimes.com/category/china/
I mean the part of the category:
”
Home > China
CHINA
Business China Classical Hot Topic Live story NZ & AUZ Travel Videos World Focus未分类
Know what happened in China, explore the truth behind the wall.
”
Thanks.
Hello! “Newspaper 8” theme is best theme i had ever.
I have a question:
How to add custom Video advertisement to ads banner?
for example: 340×400
My web is not published yet.
Thanks!
Hi travisnw,
I’ve checked W3 Total Cache together with CloudFlrare on my WP Site. It’s great speed booster! But I found some issues this with Newspaper theme.
1. Newspaper Mobile Plugin behave improperly.
2. Frame Buster plugins or code is also not functioning properly.
You can use WP Super Cache as suggested by Bogdan B. Also use jetpack. This way I can regain my speed on desktop devices. Still on mobile the speed is not up to the mark.
Thanks & Br,
Prashanth
Hello
My Newsmag pagination currently displays like this in all my Category views:
http://nostalgiacentral.com/wp-content/uploads/2017/08/pagination-now.png
I want to increase the number of page numbers which are shown at the left and right and in the centre. Like in this example I created in photoshop:
http://nostalgiacentral.com/wp-content/uploads/2017/08/pagination-wanted.png
Is there an easy way to achieve this?
Many thanks.
Hey,
Two questions about the same area:
Take this page for example: https://www.woodfloordoctor.com/product-review-steam-mops-on-wood-floors/
At the bottom of the content text there is a “related post” – not the one below the Pagination the one above it.
In Settings > Reading > Related Posts
you can ADD features here, but the most you can widdle it down to is 3 text blocks. You can’t remove it! So how do you remove this.
Second question is the Pagination. How do I position this ABOVE the (Theme Panel > ADS > Article bottom ad). It makes sense to have your pagination directly below the words in the article. I want the ad below the Pagination.
Thanks.
Is possible to have a floating hamburger menu in a mobile version like this picture?:
http://s2.subirimagenes.com/otros/previo/thump_9789768floatinghamburger.jpg
What is the css code for a mobile version?
And for the AMP?
Thanks!!
Hi,
You can use the browser inspector to identify the elements used on the page and their classes. This is a very powerful tool for website inspection and also live customization. This is an useful guide about it
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example if you would like to hide the ad on a particular post page, you could do it like this (using the unique post ID, or page ID)
– https://www.screencast.com/t/EDXdjCIwA6Iz
Thanks
Hi,
I found this guide with useful information
– http://www.wpbeginner.com/wp-tutorials/how-to-password-protect-your-wordpress-admin-wp-admin-directory/
The theme uses the admin ajax file, use the example in the guide to allow access to this file.
Thanks
Hi Simion C.
Great!!! it’s Works!!
One question more… is the same css code form AMP?
Tanks in advanced!!
Hi,
I have couple of problems in TagDiv Composer
– In the “Text with title” element, if the text contains parenthesis ( ) the page can not be saved and the save button keeps spinning.
– In the Title element changes in “Title background color” & “Title text color” can not be saved as well.
Can you help?
Thanks!
Hi,
It perfectly worked for me too!
The screenshot was so helpful.
Thanks & Regards,
Prashanth
-
This reply was modified 9 years by
prashanth.
Hi,
Please check your email, my colleague has replied in matters concerning your website header and menu. The menu seems to look as you wanted.
3. For the moment the tagDiv composer does not have this kind of element. This might chnage in future updates, and more elements and options will be added to this editor.
4. There are multiple way you could do that. Use a single image element and stretch the row and content for example. The result will be a full width image.
5. The category tags color can be changed but only for the post page, for each category.
– https://www.screencast.com/t/nRF4bJd8N
On pages that could be achieved with custom CSS code.
Thanks