I selected Filter by tag slug, and specified the tag slugs in the textbox underneath it and separated them by commas like so http://www.screencast.com/t/bFkaHp3ui. All tag slugs were here http://www.screencast.com/t/gezLf4sUW, when I hit the save button and updated the page, this is the result http://www.screencast.com/t/6oNeepNco. all tags still got displayed.
did I miss anything?
Hello,
Unfortunately W3 total Cache created more and more issues with our theme so we now recommend WP Super cache as it is much more stable than the previous one. Unfortunately plugins will do that as they get updated. Code changes and conflicts can appear from plugins that previously worked with our theme.
Thank you!
I have just updated the featured image size to 800*546, it appeared as I mentioned above, it covered almost whole page, check this http://www.screencast.com/t/59gFJVm18K4o and this http://www.screencast.com/t/JwzPBktuVXzB
it should be displayed in a thumbnail form but it seems showing whole image. any idea?
Hello, since the latest update the pagination is not working on main page.
For example this is not working: http://house-language.me/page/3/
And this is working: http://house-language.me/category/tech-house/page/2/
Update: I’ve deactivated the Speed Booster and set RocketLoader in CloudFlare from OFF to Automatic. Now the site is speedy and correctly visualized. That fixes the problem. Thanks.
Hello,
I write this code to add custom fields to my category page :
//add extra fields to category edit form hook
add_action ( ‘edit_category_form_fields’, ‘extra_category_fields’);
//add extra fields to category edit form callback function
function extra_category_fields( $tag ) { //check for existing featured ID
$t_id = $tag->term_id;
$cat_meta = get_option( “category_$t_id”);
?>
<input type="text" name="Cat_meta[img]" id="Cat_meta[img]" size="3" style="width:60%;" value="”>
<input type="text" name="Cat_meta[extra1]" id="Cat_meta[extra1]" size="25" style="width:60%;" value="”>
<input type="text" name="Cat_meta[extra2]" id="Cat_meta[extra2]" size="25" style="width:60%;" value="”>
<?php
}
// save extra category extra fields hook
add_action ( 'edited_category', 'save_extra_category_fields');
// save extra category extra fields callback function
function save_extra_category_fields( $term_id ) {
if ( isset( $_POST['Cat_meta'] ) ) {
$t_id = $term_id;
$cat_meta = get_option( "category_$t_id");
$cat_keys = array_keys($_POST['Cat_meta']);
foreach ($cat_keys as $key){
if (isset($_POST['Cat_meta'][$key])){
$cat_meta[$key] = $_POST['Cat_meta'][$key];
}
}
//save the option array
update_option( "category_$t_id", $cat_meta );
}
}
add_action ( 'category_add_form_fields', 'extra_category_fields');
Hi @sid
Sorry for the inconvenience.
The theme can’t control the way Facebook share the content from your site. Usually share issues are generated by some server restrictions which obstruct facebook getting all informations that are needed for the post.
Also when this error appears http://screencast.com/t/ULteSTxk means that facebook doesn’t have any information about that post in its records. This usaly happens because of the huge amounth of data facebook won’t index the post automatically, it can take some time until the cache memory it’s refreshed. After publishing a new post try to scrape it with https://developers.facebook.com/tools/debug/og/object/ – http://screencast.com/t/xTmcFgmL Such that you will “force” facebook to update your new post faster.
If you still need a refund you can go ahead and ask it to envato, you have our support on it. Please let us know if you need guidance on this and address us via email at contact@tagdiv.com including a link to this conversation, we will give you further instructions on this there.
Thanks!
Salutare,
Daca ai instalat recent sau ai facut update recent la tema, s-ar putea sa se fi corupt fisierul respectiv asa ca incearca te rog sa reinstalezi tema prin FTP urmand acest tutorial: https://forum.tagdiv.com/install-via-ftp/
Mai poti de asemenea verifica parametrii din system status: https://forum.tagdiv.com/system-status-parameters-guide/
Anunta-ne te rog daca problema persista.
O zi buna!
UPDATE: wow, ok, well the one plugin I had initially refused to deactivate to help solve the above (W3 Cache) turned out to be the cause of both problems! Anyways, looks like it’s all fixed, but do you guys know why W3 Cache caused these issues?
Strangely enough, it also prevented the sticky menu from working, but it now does!
Hi thx for answer. i dont using yoast seo. i am using own seo plugin. i added no index this pages. I think Google’s update will take longer for me.
Hello,
I run Newspaper v6.5 on my website. The domain name is http://www.naukrinama.com
I want to do the following :
a. I have feeds from my Hindi site : http://www.naukrinama.com/hi/feed which I want to show at the bottom of my post detail page (below the comment section) in the form of design like the Related Articles Block. Is there any block on the theme which parses an RSS feed and displays the data there ? and also how can that block be placed below the comments section. And if not comments section how can it be added as a widget in the righthand sidebar.
b. I have a menu option named “Hot Vacancies”. I want to Highlight it using Red color background and make it blink. How can it be achieved ?
c. I have two option of Language selection in the top “English” and “Hindi”. In the top bar menu i want to blink the “Hindi” menu item with a suitable color and background and make the color and selection background of “English” more prominent.
d. The published date, creation date of the post is coming wrong. It is showing timezone as +00:00. I have already set the timezone in the wordpress settings as UTC+5:30 and while creating a post the time in the backend is shown correctly but in the front end it is coming wrong. How can this be corrected ?
<div class=”td-post-date”><time itemprop=”dateCreated” class=”entry-date updated td-module-date” datetime=”2016-01-06T18:30:38+00:00″ >January 6, 2016</time>
e. I tried removing the “Eliminate render-blocking JavaScript and CSS in above-the-fold content” errors in the Google Page Speed test using the steps given in the tutorial. But even after following the necessary steps none of these errors got removed. What can be done to remove these errors.
Please answer the above queries and let me know how can these be resolved.
Hello,
I just bought the Newspaper Theme yesterday through Envato Market and installed it but it looks like it installed the old Newspaper 4 theme. When I click on “run this update script” on the Welcome tab, I get this message:
> Newspaper 4 settings not found in database! td_008 – not found
Please advise.
Thanks,
Amy Kelsch
Hello!
Those are the steps I initially followed (except changing the title name). I went through the steps again and changed the title name, background color, and title color to see which changes, if any, would show up. I saved the changes and updated the page. Nothing changed except the title name.
Thanks for the reply.
I want all sub-categories to appear but it is only showing 6 sub-categories (alphabetical) and the option for “All” at the top.
Also, since WordPress update to 4.4 – the menu editor is now in customizer and you can’t choose the mega menu options in customizer.
Thanks
Hi there…
I’d like to modify the outout of the get_date function within td_module.php
Is there any update save way to do this?
Cheers,
Guenter
Hi!
I’d like to modify the existing ones. Shall I delete them first
using the API or can I change the values using an Update?
For example:
td_api_thumb::add('td_80x60',
array(
'name' => 'td_80x60',
'width' => 80,
'height' => 60,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'small',
'used_on' => array(
'Block 15', 'Live search', 'tagDiv Gallery'
)
)
);
is defined in your td_config.php file. What do I have to do
when I’d like to change the width to 100 instead but like
to keep the the original name “td_80x60” as it is used allready
throughout the website.
Cheers,
Guenter
Hi,
Sorry for the delay! I see you use theme’s version 6.4 so please update it to its latest version which is 6.6.3, we have attended this in theme’s version 6.6.
Check this again and let us know how it goes and if it’s still not working also test this without plugins and provide wp access via email at contact@tagdiv.com via email and also include a link tot this tread. We will get back back to your with an answer as soon as we check your site’s configuration.
Hope this helps!
Thanks for the message!
Hi
We will do our best to find a solution for this issues as soon as possible and once we have it we will update this tread.
Thanks for understanding!
-
This reply was modified 10 years by
Andrei L..
Hi there,
images sizes within the theme are defined in the td_config.php file.
Is there an update save way to modify these sizes like using td-api?
Please advise,
Guenter
Hello ariangreatzone,
Please make sure you have installed correctly this plugin. Also, please try to disable all the active plugins, except Visual Composer, clear all your caches and install only the plugins that come bundled with our theme. This kind of issue might be caused by conflicting plugins. For more information about how to instal Visual Composer, you should find in our documentation, here: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ https://forum.tagdiv.com/how-to-use-visual-composer/
Please notice that Visual Composer is tested with our theme and works as expected.
After this advice, if your problem is still there, please let us know.
Hope this helps!
Thank you for the message!
Hello,
Unfortunately it is still early and we cannot provide a release date for the next big update.
Thank you for your patience.
Hi,
We are sorry for the inconvenience caused by the update to version 6 but eventually you will need to update your theme to the latest version as more and more features will not work anymore due to updates to wp or php or plugins so version 4 is getting deprecated slowly but surely. Please allow some time and update your theme. Do it on a testing site (sub-domain) and see how bad the damage will be…It will not be as drastic as you may think. We tried our best to maintain compatibility between version 4 and version 6. You will only need to remove a few widgets from the side-bar, and recreate a few elements in visual composer. You will probably have to reset the post templates to their default from the DB. Luckily there is an easy method to do it: https://forum.tagdiv.com/topic/change-style-of-multiple-posts-at-once/
Thank you!
This is a BIG BUG of TRAVEL theme ,Please Update this ASAP,Why i can’t design same Travel Demo, Please make a video tutorial for travel demo or fix the problem,So we can build same as travel demo homepage,I am exactly want same homepage like this http://www.screencast.com/t/Hb7NxIh78zL ,Your previous instruction isn’t clear.
So tell me exactly how can i make same as Travel Demo.Waiting for your clear response.
This is my first week on Newspaper so forgive me for such a simple problem but any help would be appreciated.
I have a page made – “home” – and on the home page it has five rows. Each row has one element (1 big grid, 4 block 16 respectively).
When I go to edit > Column Settings > Design Options, and choose a background color of red, save, update, the color I have chosen has disappears and the default blank white color persist.
This is also duplicated on a page with just a text block on a single row.
Is there something I’m doing wrong or does border color change only save with certain requirements.