Hi,
It’s the same website with the same permalinks/url, just the layout differ, and this is allow.
The Mobile Theme is a feature specially designed to maximize the theme performance on mobile devices.
Please read our documentation for mobile theme -> https://forum.tagdiv.com/the-mobile-theme/
Thank you for your understanding.
Hi,
If you want to add some ads through your category pages, you need to use the do_shortcode() function and add it through the theme’s core files. Check the following topic from here -> https://forum.tagdiv.com/topic/ads-on-category-pages/
Thanks for your understanding!
Hi,
Please use Thumbnails – Fix strange looking images on blocks
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you for your understanding.
Hi,
If you want to insert some JavaScript in header you can use The option from the Newspaper>Theme panel>Analytics/JS Codes
https://www.screencast.com/t/zIhToMcgd
In this way your JavaScript will not be lost if you update the theme.
If you want to past the code in header file the file in wp-content\themes\Newspaper\header.php
Thank you.
Hi,
In order to remove that image from the homepage, please edit the home page with tagDiv Composer
https://www.screencast.com/t/tcg1KEhW
Now go down on page until you see that image ( https://sweetsica.com/wp-content/uploads/2018/11/xxx_t-white_xxx.png ) click on it
https://www.screencast.com/t/CpQG8UPRPTkb
Click on remove.
Thank you for your understanding.
Hi,
I’ve check your website, and you do not have any errors in console https://www.screencast.com/t/XTneFgoGZ
For rich snippets please read this articoles:
-> https://www.searchenginejournal.com/why-your-rich-snippets-are-not-appearing/203720/
-> https://www.searchenginejournal.com/google-explains-rich-snippets-not-showing-search-results/210754/
Thank you for your understanding.
Hi,
Sorry, was my mistake, you are using mobile theme, and this will not work in mobile theme.
For ads in category page please read this documentation -> https://forum.tagdiv.com/the-mobile-theme/
Thank you.
Hi,
I will note your suggestion.
Thank you.
Hi,
I think will be in in the current week.
Thank you.
Hi,
This is happening because there is no more space, and the social start to a new line, what you can do is to increase the width or menu , in order to do that please go in Newspaper>Theme panel>Theme settings Force full width and set to header-menu a width that match with your needs
https://www.screencast.com/t/PFPVZfkRqa
Thank you.
Hi,
In order to do this you need to set some custom css.
You need to set the Article title position under image and info position above title
https://www.screencast.com/t/Ik6UYX7yV
Please paste this custom css in Newspaper>Theme panel>Custom code>Custom css
.td_module_flex_5 .td-editor-date{
float:left;
padding: 5px 5px 0 0;
}
https://www.screencast.com/t/XWAaaIFB
If this is not working please provide a link were I can inspect the problem.
Thank you.
Hi,
Please provide a link were I can find this problem, in this way I would be able to give you the right css.
Thank you for your understanding.
Hi,
That is what we want to achieve in the coming update, we try to have a great layout for each device with a good load speed.
Thank you for your understanding.
Hi,
Yes there is a problem, there is set a link without href/destination, sorry for the inconvenience, we try to fix it as soon as possible.
Thank you for the message.
Hi,
The css is take from style.css, that is just the path with the extension to get the css.
Please provide some screenshots with the change you made and the result you want to achieve.
Thank you.
Hi,
Please try this custom css paste the code in Newspaper>Theme panel>Custom code>Custom css
.entry-review-stars{
background-color: gray;
color: white!important;
border: 1px solid lightgray;
padding: 5px;
font-size: 14px;
font-weight: 600;
float: right;
}
Feel free to change the css/color.
Results: https://www.screencast.com/t/5iIsrCZiF81
If there are some problems please provide a link were I can inspect the problem.
Thank you for your understanding.
Hi,
There are some settings set different , because the demo change just the layout of the website, I think the problem is with the Facebook, place make sure that the Facebook account is public.
Working one: -> https://www.screencast.com/t/MWcKOyagjk19
Not working one: -> https://www.screencast.com/t/YCfr5Uqh
Please read this -> https://wordpress.org/plugins/custom-facebook-feed/#are%20there%20any%20limitations%20on%20which%20facebook%20page%20or%20group%20feeds%20i%20can%20display%3F
Thank you for your understanding.
Hi,
For ads after each paragraph set in theme panel on desktop please go in wp-content\themes\Newspaper\includes\wp_booster\td_module_single_base.php
https://www.screencast.com/t/RZMsKj6A
Hope this will help you.
Thank you for your understanding.
Hi,
Please replace the above custom css with this one
.td_block_big_grid_4 .td-big-thumb{
border-radius: 10px;
border: 1px solid black;
}
Thanks.
-
This reply was modified 7 years by
Calin.
Hi,
Most important, please be sure to check the updated theme requirements guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Increase all the parameters if it’s the case.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
https://www.screencast.com/t/sQswe1SWR
https://www.screencast.com/t/k4DnhgVBJ
Thank you for your understanding.
Hi,
The theme is make in this way, if you set a background color or image your content will be boxed.
Thank you for your understanding.
Hi,
That hover effects are custom made, you can not chose another hover effect, only if you create one.
Please provide some more details and some screenshots with the hover effect you want to remove or change.
Thank you for your understanding.
Hi,
If you do not want to have the feature image only on the home page then please edit the homepage and set some blocks without feature images like block 9 and 10, or use a flex and hide the image
-> https://forum.tagdiv.com/theme-thumbs/
Thank you for your understanding.
Hi,
Please provide some more details about the problem you have, and some more screenshots would be very helpful.
Thank you for your understanding.
Hi,
In order to have the number review instead of stars reviews you need to make some changes in theme files.
Please go in wp-content\themes\Newspaper\includes\wp_booster\td_review.php
https://www.screencast.com/t/1DNuz8yBLEQ
Please add this code
return self::calculate_total_stars($td_review);
https://www.screencast.com/t/xPWeJpZrWp
Resultants: https://www.screencast.com/t/jowv4EF9
Thank you for your understanding.