hi,
if you installed the demo then you should have ‘Category 1’, ‘Category 2’, ‘Category 3’, witch are created by the demo installer : http://screencast.com/t/YFOhXik9pAvP
you are talking about : ‘Tech and Gagdets / Fashion and Trends’ witch are predefined theme styles : http://screencast.com/t/6K7Xx3gvB , http://screencast.com/t/K1IgJ0ECoNp .
those theme styles are no creating topics or whatever, they just set some variables that the theme uses to display the pages. You can hit ‘Factory Restore’ : http://screencast.com/t/kDs2B1aWDoZv (to go back to the default style) but this will delete any configuration that you have made from ‘Theme Panel’ so please be very careful when doing this.
if you have : Tech and Gagdets / Fashion and Trends / Travel Guides – this are not created by Newspaper theme, they come from somewhere else.
Thanks for you message.
Radu A.
hi,
you get this because other sites on that server you are hosted on, also make connections to facebook.
the problem is that you can share on facebook only using facebook API. If they don’t change the API’s then your stuck.
one solution can be to move your account to another server, or provider (don’t choose the cheapest ones, as they are also used by spammers ).
Thanks for you message.
Radu A.
hi,
each post template should have his own section in the theme Panel -> Custom Typography
: http://screencast.com/t/6tHsXmlZGE4l .
looks like we have miss this one, thank you for pointing this out. we will add it in the next version
Thanks for you message.
Radu A.
hi,
do a google search : http://screencast.com/t/h9ygu1dP7x4p
try some of the plugins, maybe you will get it right
Thanks for you message.
Radu A.
hi,
what you found is a plugin that you can use to store your own post counts and not let wordpress handles this part.
I think wordpress keeps those counts in wp_postmeta table in the database,as an serilizes php array ( http://screencast.com/t/WMZqNm6EQ2) , wordpress has API functionality that retrieve this info. probably you can increase the counts by creating a custom php script that can take each post from the wp_post table, get the serialized array, modify what you want, then put the array back in the wp_postmeta table. probably will work.
Thanks for you message.
Radu A.
hi,
try this css code :
.td-a-rec-id-header {
left: 0px;
}
Thanks for you message.
Radu A.
hi,
I did exactly what you said :
page with : http://screencast.com/t/Jvi7dIo8
– block 7 (All Categories, Random Posts, 7 articles): http://screencast.com/t/HtrFwN70I
– block 8 (All Categories, Random Posts, 9 articles): http://screencast.com/t/Q2WsDkUNvVX
result:
1) http://screencast.com/t/AlgV0z4KJ
2) http://screencast.com/t/g3NN7q3CN8wN
3) http://screencast.com/t/4mLE0qXpYEAN
4) http://screencast.com/t/uftghGVm
worked like a charm,
please try to disable the plugins, so no conflicts may occur.
Thanks for you message.
Radu A.
hi,
all the sorting for posts in modules are happening here : http://screencast.com/t/0ELDdR7y0qZR . change the value of the ‘orderby’ .
Thanks for you message.
Radu A.
hi,
sorry we did not experimented wit any lazy loading wp plugin.
if you find a plugin that woks well can you also paste your results here for others to find and use.
Thanks for you message.
Radu A.
hi,
thanks for your suggestion
Thanks for you message.
Radu A.
hi,
there is no auto fit, the code that Lucian provided should work fine.
Thanks for you message.
Radu A.
hi,
the shortcodes that creates the first page when the demo is imported is the same like that on the : http://demo.tagdiv.com/newspaper/ (http://screencast.com/t/rCGL8oKi).
the content is different because of the size of the images. because we can not create a big archive to put on themeforest (for download) we are limited to the number and the sizes of the content we provide in the demo.
to get the xml with the http://demo.tagdiv.com/newspaper/ content please contact us on email at: contact@tagdiv.com with the subject :Requesting demo.tagdiv.com/newspaper/ content.
Thanks for you message.
Radu A.
hi,
you have some errors: http://screencast.com/t/xhwTpldwRZWO
also can you please disable W3 Total Cache : http://screencast.com/t/A6jLiU2O , seems the cache is somehow gone. Make sure to hit the Empty all caches after doing this.
Thanks for you message.
Radu A.
hi,
you somehow need to know that you are on a certain page.
a page is braked in many files, and each add comes in their spot in a certain file.
if is possible what you are asking it will be very difficult to do.
Thanks for you message.
Radu A.
hi,
take a look at the path: http://screencast.com/t/ElpUe95TXm , this comes direcltly from the wordpress core, not from the theme.
also is a Notice , not an warning or an error.
Thanks for you message.
Radu A.
hi,
you can find the code of the more_article_box here : http://screencast.com/t/8xZmKYu4g8
try it.
Thanks for you message.
Radu A.
hi,
use Homepage – with article list template so see the offset input: http://screencast.com/t/CiGgqEdy
Thanks for you message.
Radu A.
hi,
in what version did we have this Toggle shortcode? I don’t remember having them.
I have checked here : http://screencast.com/t/OGNXV6AtU but no Toggle shortcode
Thanks for you message.
Radu A.
hi,
maybe its a problem with our code, we will take a look, thanks for reporting this issue.
you can go back to the previews version until we fix the issue
Thanks for you message.
Radu A.
-
This reply was modified 12 years by
Radu A.
hi,
we try to keep the SEO the same for all pages.
if you ask me I wold go with Visual Composer pages because it give you some flexibility when displaying your content, the downside of this is that you have to do the pages manually.
hope this help.
Thanks for you message.
Radu A.
hi
thanks mixvice for posting your solution.
Thanks for you message.
Radu A.
hi,
In version 4.0 we have added posts templates : http://screencast.com/t/QhAcLBYffKC
and now we have 6 loop-singe files, each one used to display a post template.
http://screencast.com/t/yLUPBJkYK
loop-single.php is used to display the default template.
————————————–
Now about author box, are you referring to this one: http://screencast.com/t/zP7ivobP
I don’t think you can do this for user Administrator, but is possible for other users.
In order to remove the box just for the some users you need to know their id’s.
take the user id from here: http://screencast.com/t/qMEEZyYuLq
then modify each loop-single .php file -> http://screencast.com/t/EjN5yfCE
then in the td_module_blog.php -> function get_author_box : http://screencast.com/t/wEAc5wbE23
is not easy but can be made.
hope this help.
Thanks for you message.
Radu A.
hi,
I see that is working:
before hitting next : http://screencast.com/t/KPhuYjI9zmQ
during load : http://screencast.com/t/gQaWOy8gvt4
result : http://screencast.com/t/NKPRhvNwOmzw
Thanks for you message.
Radu A.
hi,
on the slider there is no resize of the images : http://screencast.com/t/13cy3l22f
on module 9 the image is scaled because it will look like this : http://screencast.com/t/aF6IwoQfDbnZ
we do it this way so we don’t need to cut another image.
if you want to have the image with the size : 260 x 187 px add it here : http://screencast.com/t/SLPKrlsX
then change in the module 9 : http://screencast.com/t/SLPKrlsX
then use the Regenerate thumbnails plugin to create that image size.
hope this help.
Thanks for you message.
Radu A.
