- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
I received a message from Google Webmaster:
Google systems have tested 16 pages from your site and found that 63% of them have critical mobile usability errors.
Here are the errors on my website: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.aroundtheplanet.org%2Fgrandmas-dim-sum-flushing-restaurant-review%2F&hl=en&priorityGroup=usability&tab=mobile&utm_source=wmx&utm_campaign=wmx_mobilepsi
Could you guys fix it to make it mobile friendly?
Thanks
Hi,
Please try this css in Theme Panel > Custom Css: http://screencast.com/t/DZh5ffkG
.sf-menu > .current-menu-item > a,.sf-menu .td-menu-item > a:hover{
background-color: rgba(255, 0, 0, 0.06) !important;
color: red;
}
Result: http://screencast.com/t/zMBgZOxNq
Also for image you can inspect the images using Chrome inspect tool and add some css to that classes, if you don’t have basic css knowledge you can hire a professional to do this for you.
For example you can add opacity for Big Slide images something like this: http://screencast.com/t/HpATKjBJP3h
.td_block_big_grid .td-big-grid-post .entry-thumb{
opacity: 0.9;
moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
-khtml-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
Hope this helps!
Hi,
No, it is the “All” in the certain blocks – for example Block 1 – where you have a pulldown to pick other categories.
When you pick one you get a “Loading…” too while the posts in the chosen category are loaded – which I also don’t know where to translate.
Thank you for the quick response.
Hello,
For my pavlikeni.com site, the following article: http://pavlikeni.com/%D0%B1%D0%B4%D0%B8%D0%BD-%D0%B7%D0%B0%D1%81%D0%BB%D1%83%D0%B6%D0%B8-3-%D1%82-%D0%B2-%D0%BB%D0%B5%D1%81%D0%B8%D1%87%D0%B5%D1%80%D0%B8-%D1%81%D1%80%D0%B5%D1%89%D1%83-%D0%BF%D0%B0%D0%B2%D0%BB%D0%B8/
displays the following breadcrumb. Начало > Спорт > Бдин се сдоби с 3 точки в Лесичери срещу Павликени. This translates to Home > Sport > The article’s title.
The problem is that the article is published under the Football subcategory, whose parent is the Sport one. Why is it then that Football is not displayed in the breadcrumb sequence at all?
I do not have this problem for other subcategories under Sport like Volleyball for example.
Please help.
Thanks,
Peter
I’ve created categories and made a post under a category. I have my permalinks set to https://www.mydomain.com/sample-post/
Whenever I visit a category page (https://www.mydomain.com/news/) I get the 404 page. This happens for every category I create. My .htaccess is set with proper permissions. I don’t know what’s going on.
Hello, I hope your day is going well.
I have been experimenting with css to achieve an outline effect around blocks. Can you tell me if it is possible to create something like this with different blocks and widgets in my sidebar?
Here is an example of what I’d like to do: http://screencast.com/t/YDypnpCKBbY4
I hope you can help me with this.
Have an Awesome Day!
Philip
Hi,
I reinstall VC & tagDiv Social Counter plugin. Visual Composer element:Social Counter appears.
Thanks!
Thank you for your help. So I tried everything you recommended and it seems that the notification from Jetpack is not functioning properly. Either that feature doesn’t exist or it’s not functioning properly so I have e-mailed Jetpack for support on this.
Another question for you though. I like the blog page setting you had for the page featured in your blag sample page for this theme (http://demo.tagdiv.com/newspaper_classic_blog/?cat=5#) . I have pretty much set up my site the same way but am having a hard time finding the exact font style and size for that page. Is there any way to provide information for following options: Font Family, Font Size, Line height, Font style, Font weight, Text Transform, Text color.
This is how I got to that section if you need to check it: Theme Panel, Custom Typography, Widgets Title Font.
I’ve noticed that both my tags and categories pages don’t have the correct style sheet attached to them. They aren’t rendering properly. I have already set the templates in the Theme panel. Here’s an example: http://www.savoredjourneys.com/category/food/
What might I do to fix this?
Hi,
Thanks for your answer,
I use the default theme http://prntscr.com/6i4uvj, like this example:
Homepage:
http://prntscr.com/6i4ugv
Single Post:
http://prntscr.com/6i4uq0
Which file do i have to modify?
Thanks!
Hi there
I’m still getting a hard crop on the thumb of the featured img on the homepage (http://frontline-ireland.com/ – Cope Foundation logo) I’ve altered the functions.php
//small height, 1 col wide
add_image_size('art-wide', 326, 159, false); from true to false & that seemed to work after regenerating the tumbnails but obviously its reverted
Thanks Niall
Hi,
Every time I upload a picture, the theme automatically duplicates the uploaded image into 6-10 images.
I’ve searched the forum and found out that the theme needs to duplicate images to fit in many different blocks and modules.
But this duplication is quickly eating up all my hosting space. For example my original image was 100kb in size, but the 10 duplicated images would total up to 400kb, or even more!
Please see the picture here:

Is there any way to fix this? Can I remove unused thumbnails? If so where can I customize the code?
Thanks guys!
Hi,
I’m not sure what header style do you use but to hide the banner only on post pages please add this condition in your header style file for example if you use header 7: http://screencast.com/t/BStDIFBZ
<?php if (! is_single()){
locate_template('parts/header/ads.php', true);
}?>
Result:
Homepage: http://screencast.com/t/sZ19VIbbieZy
Post: http://screencast.com/t/MfecsLyCiB
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi guys,
I want to create a image based full width header like on for example: http://www.boredpanda.com. However, I can’t seem to find any option to do so and the theme doesn’t seem to support custom header plugins.
Does anyone know if and how this is possible?
Thanks in advance!
Ron
Hi,
I used your documentation link to manage all ads: https://forum.tagdiv.com/ads/
But for example, in homepage i use the following ads structure:
HOME PAGE
Header: Smart Banner
Sidebar Top: 300×250
Sidebar Bottom: 300×250
PAGE POSTS:
Top Content: 336×280
Bottom Content: 336×280
Sidebar: 300×250
I don’t want to use the header banner in the post pages, how can i do to hide it if is not a widget that can be handled by plugins like Display Widgets that allows you to manage visibility of the widgets to hide or show in certain pages.
I hope you can help me.
I am using a custom page for my homepage and I have turned off the title of the page so it doesn’t show on my homepage. Without a title on that page though, the page title bar just says “| Savored Journeys”. I would like the title tag to appear as it would if I hadn’t created a custom homepage using the page builder. I want it to say “Savored Journeys | Affordable luxury travel, food and wine adventures”. With other themes, I set that description in the SEO Title & Meta tab, but since I’m using a Page for home in the Newspaper theme, I can’t set it there. Any thoughts on how I can get that set up right?
Not sure if my reply went through.. I still don’t really get how I can get my posts in block 5 to show next to instead of underneath eachother. When I change to a 2/3 – 1/3 split they’re still underneath eachother? I want them to be shown in two columns like in your block 5 example.
Also, why are the margins to the right and left of my website so large? It seems like half of the screen isn’t being used, while in your demos the margins are a lot smaller?
Sorry, I’m a real WP newbie, many thanks for your help!
Manon
Awesome!
I am still working on my first install of WooCommerce (after 20 years of doing ecommerce sites). I had only been working with ONE service category so far that had 6 items in it, and had not yet populated other categories — I’ve been obsessing about custom messages via hooks in functions.php and iPad portrait mode layouts — but was wondering about this topic the other day myself due to fact once I populate other service categories the “main” parent category would end up doing the same thing when I’d want to see 12-20 items per page or more.
Thanks for sorting that out 🙂
Seems with WooCommerce almost everything gets put into the functions file.
You would think they would include one “example fuctions” file someplace where you could copy out the stuff without having to look all over the place online or decipher their docs.
Thanks for that! I just updated my functions with your code.
Hi,
There’s no ideal size, if you want to display something to the left and right of the content area like for example – http://screencast.com/t/pyAJsNMxh you have to take in account the content area width – http://screencast.com/t/sOqVYa6E and create a background image based on that – http://demo.tagdiv.com/newsmag_fashion/wp-content/uploads/2014/09/fashion-bg.jpg
For best graphic results you could use a full hd image (1920x1080px), make sure you compress it, you don’t want a large file, it will slow page loading speed.
The only option that the theme has for the background ads is to set an url on it, to rotate it you’d need a plugin.
Thanks
Hi Chris,
I’ve just worked out how to edit the block sections via the homepage.
My new problem is I can’t work out how to select content for each of the the different blocks. All it says is ‘td_filter_defualt_txt’. Where do I select the posts?
Also, there are two sets of Facebook and Twitter share icons at the bottom of my posts. How do I delete the second set? Here’s an example http://versifiedlife.com/td_d_slug_34.
Kind Regards,
Anthony
How can I change the values of element style like “padding” and “border-radius” of all buttons/titles with a few lines of CSS command (ex: titles of menus, categories, tags, read more, latest articles, editor pics, related articles, more from author, etc.)
Example:
{
padding: 5px 15px;
border-radius: 0px;
}
They will look like more modern.
Hi,
The theme doesn’t have an option to remove the date from search engines however this could be done by removing all date stamps from post pages.
For the date follow the topics I’ve pasted below as I’ve posted a solution related to this:
* https://forum.tagdiv.com/topic/remove-date-time-stamp-from-all-posts/
* https://forum.tagdiv.com/topic/remove-several-date/
Thanks
Hi,
Unfortunately theme doesn’t have an option for this. The simplest way is to set a font for post title for example and see the result, so when you decided what font you want to use you can replace the default font.
We’ll also consider to add an option for this in future updates if more people will ask for it.
Thanks!
Hey, here’s an example of what I’m trying to do.
How do I go about getting this effect on my site? When I put pictures up, either in the article or using the featured image, they don’t go right up to the border.
When i share an article to facebook at the end of the summary, instead of the usual “…” I get a “&helip;”. I tried deactivating plugins but didn’t work, hope you guys can help me out. Thanks!!