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 :)
Simion C.
tagDiv Staff

Hi,

I have inspected the website on mobile. Everything is working properly for me, there is no problem what so ever seeing the image boxes containing the 8 categories or the media grid inside each of them on mobile
https://www.screencast.com/t/PTJhIwxWl
https://www.screencast.com/t/ex6dPdvp1BFN
Maybe this is an intermittent issue, caused by a problematic plugin that you might have installed. But it seems to be displaying just fine at the moment.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme does not have an option to translate the elements from the backend, like the post settings you mention. If you would like to translate the text, you will have to do it manually in the theme files
https://www.screencast.com/t/krDMKtjSX5

Thanks

Simion C.
tagDiv Staff

Hi,

For the post page you can create and set a sidebar manually for each post
https://www.screencast.com/t/0h1od47Okqi
Sidebars can be customized in The Appearance->Widgets section where you can add any widget and content you want to display – https://www.screencast.com/t/YFBWFL9Oyn
If you leave the sidebar setting on default the sidebar will be the one set for the primary category of the post if there is one set – https://forum.tagdiv.com/primary-category/
So by setting a primary category, all the posts from that category will display the sidebar set for that category in the theme panel. Or you can manually set a sidebar for each post, with different content for example.
In sidebars you can use the Ad box widget to display ads
https://forum.tagdiv.com/sidebar-ads/

Thanks

Simion C.
tagDiv Staff

Hi,

If you want a single post to be displayed on the top of your page, you could use a Big Grid Full 1
https://www.screencast.com/t/7gpHI2iMf
https://www.screencast.com/t/0At9Wf4YU
Maybe a block like this one for example
https://www.screencast.com/t/D7XnEqgkUc
Or even a Homepage post if you want – https://demo.tagdiv.com/newspaper/homepage-one-top-post/
Each block has the same sorting settings available. More information about blocks here
https://www.screencast.com/t/D7XnEqgkUc
You can see how the blocks look in different layouts here
https://demo.tagdiv.com/newspaper/block-1/
And the Big Grids here
https://demo.tagdiv.com/newspaper/big-grid-1/

Thanks

Simion C.
tagDiv Staff

Hi,

You just need to enter your Instagram Id in the required field
https://www.screencast.com/t/TFqoQOxoQtGx
And it should display properly – https://www.screencast.com/t/CW4sXFWiI1
Try clearing any caching installed after configuring the widget. Also make sure your Instagram account is not set on private.

Thanks

Simion C.
tagDiv Staff

Hi,

If that is the ad that is located in the header, you can simply go in Theme panel->Ads section and remove it from there – https://www.screencast.com/t/s7XpXjii3
The “Purchase theme” is just a normal menu item, that can be removed by editing the top header menu
https://www.screencast.com/t/8uOwPjD0dSt

Thanks

Simion C.
tagDiv Staff

Hi,

I see that the favicon is this – https://www.screencast.com/t/fdy7PCoR but it is not displayed while on mobile, or even when looking at the page source – https://www.screencast.com/t/fyv82A5y
Try clearing any caching installed, and purge the CDN files, to refresh the data.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website and the social counter is working properly at the moment
https://www.screencast.com/t/pkpq2uiidl
Sometimes it just needs a little time for the data to synchronize, or a clear to the cache.

Thanks

Simion C.
tagDiv Staff

Hi,

If you would like visitors to have the option to rate a comment, that can be achieved through a comment rating plugin with that capability. Try an search for some of these plugins and choose the one you like. The theme has review system only for posts at the moment – https://forum.tagdiv.com/reviews-2/

Thanks

Simion C.
tagDiv Staff

Hi,

The screenshot you provided is from a custom post type, not the standard page. If you are missing options try looking in the screen options on top of the page, maybe there are unchecked elements
https://www.screencast.com/t/wU1xrp08c
If you want ot hide the header an footer for a particular page you can try the solutions provided in these topics, and create a code based on the unique page Id
https://forum.tagdiv.com/topic/create-new-page-without-header-and-footer/
https://forum.tagdiv.com/topic/create-clean-page/
https://forum.tagdiv.com/topic/hiding-header-and-footer-for-specific-page/
Or search for more about this here on the forum.

Thanks

Simion C.
tagDiv Staff

Hi,

I am assuming you mean the Load more pagination on the blocks
https://www.screencast.com/t/bn5d8YmapA
Each block has a post limit that you can change in the block settings if you want to display more posts
https://www.screencast.com/t/Dgr4LbLAA2h7

Thanks

Simion C.
tagDiv Staff

Hi,

You can apply some margin on the news ticker in the category page, like this code for example
https://www.screencast.com/t/sAFeG2rac9fr

.category .td_block_trending_now {
margin: -35px 0 24px;
}

Please try the code in Theme panel->Custom Css and see if it works properly for you.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are using a page Id in the code, the first part of the code (before the comma) will apply only for that specific page. The footer and sub-footer will be hidden always. The code should look like this if you want to hide the header and footer on that particular page

.page-id-8610 .td-header-wrap,
.page-id-8610 .td-footer-wrapper,
.page-id-8610 .td-sub-footer-container {
display:none!important;
}

Please try it like this and see if it works properly for you.

Thanks

Simion C.
tagDiv Staff

Hi,

You can easily build the website using the features of Visual composer editor. The basic page building elements are Blocks and Big Grids. You can see how each of them looks here
Blocks – https://demo.tagdiv.com/newspaper/block-1/
Big Grids – https://demo.tagdiv.com/newspaper/big-grid-1/
More information about the Visual composer editor here
https://forum.tagdiv.com/how-to-use-visual-composer/
There are also many post templates that you can choose from as well as category page customization. In the live demo you can see most of the features that the theme provides, under the Features menu
https://demo.tagdiv.com/newspaper/
All the documentation for the theme options and settings is found here
https://forum.tagdiv.com/newspaper-theme-documentation/
There would be no coding skills required to build the website. Also there are a multitude of demo styles that you can install and use or inspect live
https://forum.tagdiv.com/demos_introduction/

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure you are using the social counter plugin from the latest theme package. Configure the counter using this guide – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/ follow the steps mentioned and enter the data that is required.
After successfully setting it up, please clear any caching installed. Also make sure your Facebook page is not private, it has to be public in order for the counter to work. It is worth mentioning that there could be some delay for the data to synchronize.
If you have tried these suggestions with no result, please provide a link to your website so we can inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

The modification to the time format will be displayed on pages as well as posts
https://www.screencast.com/t/iqF3w2n1vc
The date and the time of the publication of the post will be displayed. Some modules or blocks may not display the date because it is not part of their structure. Please correct me if I misunderstand.

Thanks

Simion C.
tagDiv Staff

Hi,


@arska
The header menu hamburger is always the color white, it is predefined in the theme style
https://www.screencast.com/t/eImZM2ffifpu
It’s color can be changed with a code like this for example
https://www.screencast.com/t/FjAXnWfXB

#td-top-mobile-toggle i {
color: yellow;
}

The same for the search icon
https://www.screencast.com/t/mLX7PFpx

.td-search-icon i {
color: yellow;
}

If this is not working for you or you have a different problem, please provide a link to your website so we can inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

The Revolution slider is a very complex plugin with many options but the slider you are using should look like the official preview. Maybe that is the way the slide is supposed to look in the final version. Or maybe you have changed some of the settings for the slider, like a shadow
https://www.themepunch.com/revslider-doc/layout-visual/

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more details about this, I have made a test using all the custom ads available and everything is working properly. All the custom ads display the code added in their respective field
https://www.screencast.com/t/xRCYvQpVOp
https://www.screencast.com/t/h12PAVCE
https://www.screencast.com/t/sGIwCCRmKSwz

Thanks

Simion C.
tagDiv Staff

Hi,

The Full Big grids were added in a previous theme update. At the moment that is the only way to display them on pages. If you would like to remove the gaps on the sides you could do it like this.
Try adding a custom class to the row containing the Full Big Grid
https://www.screencast.com/t/TgqwQ4fGaAw2
Then use that class in a code like this
https://www.screencast.com/t/xTj42kAjA6
This is the code used in the example if you decide to use it for the Full Big Grid. You just need to enter your own row class and enter it in Theme panel->Custom Css

.custom .td-pb-span12 {
padding-left:0;
padding-right:0;
}

More full width options and implementations are expected to be available in future updates.

Thanks

Simion C.
tagDiv Staff

Hi,

You can achieve that like this for example – https://www.screencast.com/t/cqSJUSfIo
By setting a negative top margin property on the row and a top padding like shown, the result will be just like in the demo – https://www.screencast.com/t/d96kYr2839X

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more details about what you are trying to achieve, and what is the problem that is preventing you. If you mean the pagination on blocks, you can find more information about the pagination here
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

If you are using the mobile theme plugin this has predefined templates for the smart list. There is only one smart list template available and will be displayed regardless of the smart list style you have set on desktop. If you would like to have the same content and style on mobile like the desktop, you can deactivate the mobile theme plugin. The theme has a full responsive design and will adapt to every screen size, with the best results.
More information about the mobile theme here – https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

I am assuming that you want to be able to approve the comments that are being made on your website. There is a setting in WordPress that allows this – https://www.screencast.com/t/B5tuqoUv273
If this is not what you wanted to know, please provide more details about what you are trying to achieve.

Thanks

Simion C.
tagDiv Staff

Hi,

Try reverting any changes you have made regarding this. Then use the option from Yoast SEO to remove the category base from the URL – https://www.screencast.com/t/QsrpXh6K6n7u

Thanks

Viewing 25 posts - 18,501 through 18,525 (of 20,681 total)