Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

When you are on category page in frontend and you want to edit that category – http://screencast.com/t/WEdJzHI2Pz it should take you to edit category name, description – http://screencast.com/t/WEdJzHI2Pz we didn’t do any customizations there you can check also with a default theme.
In documentation you can see how to customize your category page, like I was referred above – https://forum.tagdiv.com/how-category-settings-work/
I hope this is what you mean and it helps!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the related articles are not part of the post content so you cannot display it in the post content without custom modifications. I suggest to hire someone to do this for you as we cannot provide any type of custom work, sorry!
A solution is to create block with your specific settings(title, filter options, pagination..) and use the shortcode in inline ad section from Theme Panel as theme ad system was designed to display also shortcodes – https://forum.tagdiv.com/article-ads/
* add a block to a page and customize it, then copy the shortcode – http://screencast.com/t/FcBSZfYGEJhttp://screencast.com/t/SYT0xt5zTj and paste it in ad area – http://screencast.com/t/pNiz1zUz4zh you may need additional customizations.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you want to set your page as static frontpage? You can set it from Settings > Reading – http://screencast.com/t/28qIDRJkJW4q
Using default template or pagebuilder with latest articles will not add you sidebar automatically at your content, you need to use like I suggested above Widgetised Sidebar block or just add blocks there – http://screencast.com/t/DgBXgLLy
Please let me know how it goes, also provide some screenshots and your site URL if this doesn’t help.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have also tested this and it works – http://screencast.com/t/33YhvV5zkgUshttp://screencast.com/t/wE97ibc4N but on modules/blocks it will not be displayed using html/css code – http://screencast.com/t/U7ZMIOYWYabi it was not designed for this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add this code in td_module.php file – http://screencast.com/t/SsDDPpGH so it will appear like on articles – http://screencast.com/t/dWSRaePom

. __td('By', TD_THEME_NAME) . ' '

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this guide to update to version 6 of the theme – https://forum.tagdiv.com/how-to-update-the-theme-2/. If you update from version 4 of the theme you also have to run the script, it will import old settings from database and it will change the shortcodes(it is specified in the docs) – http://screencast.com/t/eZxxuqvsTir Unfortunately you will have to re-add widgets on your sidebars, some of them may not be imported or don’t exist anymore.

Also please check this guide how to install/uninstall the demos – https://forum.tagdiv.com/installing-demos/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please access this link – https://forum.tagdiv.com/theme-panel-general-presentation/ the old documentation still exist, but we have removed from the menu because it creates confusion.
Also about child theme please send an email at contact@tagdiv.com with your request, also paste a link to this topic so we can know who you are.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This is the structure of that page – http://screencast.com/t/6iKDjZPMi just added another full row adn use block 14.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check documentation for block settings(filter options) – https://forum.tagdiv.com/block-settings-tutorial/ for example you can filter posts from a different category on your blocks.
Also you can find out more about unique articles or offset features – https://forum.tagdiv.com/unique-articles-and-offset-newspaper/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have an option to show articles from the same category – http://screencast.com/t/UcW3KvVgUX but the sort order is random as you can see in the code – http://screencast.com/t/7hP8UDa3xt You can change this sort order please check orderby parameters – https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately you will need custom work for each of your issues as it is not so easy to achieve that and the theme doesn’t have any of these options. We cannot provide any type of custom work at this time as we work hard on development, updates and support. I suggest to hire a professional to do this for you if you don’t know how to do it.
Please take a look to the inline code and try to duplicate that function like I suggested in this topic – https://forum.tagdiv.com/topic/more-inline-ads-in-post/
Also for related articles ad you can try to add a counter in related article block file so the banner will appear after x posts – http://screencast.com/t/qJItwevH

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this solution to exclude pages from search results – http://www.wpbeginner.com/wp-tutorials/how-to-exclude-pages-from-wordpress-search-results/
Paste the code in functions.php file – http://screencast.com/t/fhQDuIvjJ

function SearchFilter($query) {
	if ($query->is_search) {
	$query->set('post_type', 'post');
	}
	return $query;
	}
	add_filter('pre_get_posts','SearchFilter');

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have this option, you will need custom work for this. Here you can find the sign in/register code if you want to alter it – http://screencast.com/t/suFKDI0wwwVW Unfortunately we cannot provide any type of custom work at this time, I suggest to hire a freelancer to this for you from sites like – http://studio.envato.com/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you hide the the date on all modules using custom css and you want to appear only on that specific category? Please provide more details about your customizations and also provide a link so we can take a look. You could use category’s unique class – http://screencast.com/t/uFnub8GE

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to have sticky menu only when you scroll down. You can use always sticky option to have the menu visible also when you scroll down – http://screencast.com/t/D4dtMQX5U

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately you cannot block this using custom css, but you can try to remove this function from td_data_source.phphttp://screencast.com/t/woVwnjCQB

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you find that solution! Unfortunately theme doesn’t control the columns for your shop page and you will need custom work to achieve that, sorry!
There is an option for columns and post per page in functions.php but it refers to the related articles on product page – http://screencast.com/t/Akv8gfQohttp://screencast.com/t/NjNT7ccPB but you will need additional customizations to change the number of columns, but you can change the number of products – http://screencast.com/t/f3f69t4NtV

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css, this css code it will hide the caption and when you hover the image it will show it: http://screencast.com/t/xQS9zpF3Kshttp://screencast.com/t/LrpweKK7ZFg

.wp-caption-text {
opacity: 0;
}
.wp-caption:hover .wp-caption-text {
opacity: 1 !important;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

If you have created a custom sidebar please add widgets to it from Widgets section – http://screencast.com/t/TuqUH4vTQE and you can display it on your page content using Widgetised Sidebar block – http://screencast.com/t/78EvZsYieS or if you use page template with article list and you want to display a custom sidebar also there – http://screencast.com/t/KnL4kcFqe96

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,


@elihuvillaraus
Can you please provide more details about your issue with a custom sidebar? Please make sure that you don’t use special characters into sidebar name like Lucian suggested(anyway sidebar’s name is not visible in frontend) as we had some reports regarding this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For pages if you use blocks added using Visual Composer you will have to change the fonts for block title, excerpt, articles titles, please check Theme Fonts – http://screencast.com/t/xYlnzI7qFYem

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you have updated the theme properly using this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ Also make sure that you use the latest version of Visual Composer, install and activate it from here – http://screencast.com/t/sICGwGTQXQTh and check the version – http://screencast.com/t/pSDK3ooFurWV If you need to update the Visual Composer plugin, please remove the old plugin and update the latest version.
Also you can find the old version of the theme in the package that you have downloaded from themeforest in /old folder – http://screencast.com/t/ZvCaPuTYQ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check all templates from Theme Panel > Template Settings and change the modules, as the search module from previous version doesn’t exist in Newspaper 6 – http://screencast.com/t/gbcO4Imsy5vk For example if your homepage is a blog please change the module for that template. Also you can take a look at categories as there are many features available there – http://screencast.com/t/N1YuYDGcuJUM Also please clear cache and let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Can you provide a screenshot with your settings? It should not be any issue with it, just go to the Theme Panel > Categories and you will have global settings that it will apply on all categories or you can set these option for each category – http://screencast.com/t/fEiEccEFOY2Whttp://screencast.com/t/xtVn4WjV93yi
Please provide more details if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we don’t plan to add rtl support in future, you will have to customize the theme for rtl, sorry!

Thanks!

Viewing 25 posts - 4,051 through 4,075 (of 7,871 total)