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,

A code like this will align all the block titles on the homepage, to the right
https://www.screencast.com/t/AZTQjGsjmNg
Enter the code in Theme panel->Custom CSS

.home .td-block-title {
text-align: right;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Regarding the font issue, please check any custom code you might be using in the theme panel, that could affect the article titles. Also check the theme panel font settings.
For the flashing please try as a first step to deactivate all plugins except theme plugins, and clear any caching installed. Then check if the issue is still occurring.
Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

The popular categories element font properties can be customized in the theme panel. There is a setting for the default widgets here
https://www.screencast.com/t/LRyQ2j8EG

Thanks

Simion C.
tagDiv Staff

Hi,

If the issue is still present after modifying the code in the child theme (the child theme must be active) then it would be best to make the modification in the main theme stylesheet, as this method works properly for you.
For me it does not seem to happen anymore at the moment
https://www.screencast.com/t/Wl1Ya3Ugk

Thanks

Simion C.
tagDiv Staff

Hi,

All the theme options regarding custom post types at the moment, are mentioned in this guide
https://forum.tagdiv.com/custom-post-type-support/
There might be more options added in future theme updates, but I cannot say for sure. I believe it would not be say to modify the functionality in this matter.

Thanks

Simion C.
tagDiv Staff

Hi,

That can be done in the theme panel – https://www.screencast.com/t/7D3PkyhNAAz

Thanks

Simion C.
tagDiv Staff

Hi,

You could change the width of the sub-menus list, try something like this example for both sub-menu and sub-sub-menu at once, or separate the code for each level
https://www.screencast.com/t/HlP9tLVNGy7i
https://www.screencast.com/t/IXQKiOMSqU

.sf-menu > li.td-normal-menu > ul.sub-menu,
.sf-menu .td-normal-menu ul {
width: 11em!important;
}

I believe the square list style type icon is directly affected by the size and color of the font itself
https://www.screencast.com/t/Pq3hCTNPe
The font properties of the lists in the post content can be customized in the theme panel
https://www.screencast.com/t/fS8cpaN9d9fT
You could use your own image instead or use some tricks to customize the lists
https://www.w3schools.com/cssref/pr_list-style-type.asp
https://css-tricks.com/almanac/properties/l/list-style/

Thanks

Simion C.
tagDiv Staff

Hi,

When using the mobile theme plugin, this will always display on the front page a Top grid (which displays posts from the Featured category) and a Latest articles section. The mobile theme does not have options to remove any of these elements. The latest articles title could be removed with some CSS if you don’t want it displayed.
Enter this code in Theme panel->Mobile theme->Custom CSS section and it should remove the text “Latest articles”

.td-pb-article-list .block-title span{
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Please check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you, as they might have a recommended method in this regard. Then check if the composer works properly. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

The top menu will not be displayed on mobile – https://www.screencast.com/t/cU7hwoNYO0s There are conditions in the theme that remove the top bar, it could be made to display if it is absolutely necessary, with custom code.
If you could provide a link to your website, I will try to give you a solution to make the top bar display on mobile.

Thanks

Simion C.
tagDiv Staff

Hi,

For me the website seems to display the latest version at the moment
https://www.screencast.com/t/FU31saVWSK
https://www.screencast.com/t/vHgWBCL5gB
I don’t see any problem with the website, browsing the homepage, category pages and posts. The displayed posts are as late as Oct 20 and the grid and block filtering seems to work properly.
Regarding the sitemap issue, try using the Yoast SEO plugin, and configure the sitemap again
https://kb.yoast.com/kb/enable-xml-sitemaps-in-the-wordpress-seo-plugin/
https://yoast.com/what-is-an-xml-sitemap-and-why-should-you-have-one/
https://kb.yoast.com/kb/how-to-customize-the-sitemap-index/
https://kb.yoast.com/kb/submit-sitemap-search-engines/
The theme does not have any setting or options concerning SEO pr sitemaps, everything has to be done through a plugin. We don’t have an optimization or website review department. Try the Yoast plugin, enable and customize the sitemap if needed, then submit it and check the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation. You can create a page using any of the available elements with the tagDiv composer, and set it as homepage
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
https://forum.tagdiv.com/tagdiv-composer-tutorial/
There are Big grids, Full Big grids and blocks that can be used to display your posts
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
https://demo.tagdiv.com/newspaper/block-1/
I see you are not using a static page as homepage at the moment. For example create a page and select the Latest articles page template
https://www.screencast.com/t/DV99YC1k
Place the grid of you choosing at top (like Big grid 1 that is present on your category page)
https://www.screencast.com/t/4ghxi5Bz
The module that displays posts in the Latest articles section can be changed as well, in addition a custom name can be set for this section
https://www.screencast.com/t/FuEMewgoeaN
The result will be a page with a grid on top, and a latest articles section below. Just like you wanted. Using the composer you can create pages in any way you like, it is not hard to use.
Please let us know if you have further questions, or you need help.

Thanks

Simion C.
tagDiv Staff

Hi,

I could not say when such an option will be available. There could be plans in this matter but I cannot say for for sure when or if Pinterest will be added to the Social counter plugin.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link yo your website so we can inspect the issue. If the counter is configured properly it should display accurate information. There is no need to modify theme or plugin code
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
From the link you mention I can see that the YouTube account is not valid
https://www.screencast.com/t/uac2HldRIVrJ

Thanks

Simion C.
tagDiv Staff

Hi,

The theme grids and blocks can only display featured images that you set for posts and pages. The modules will not display anything else, they are not meant to have a different functionality.
That could only be achieved by modifying the module file that the full grid 1 is using
https://www.screencast.com/t/BppNsGmYA
Modify or replace the code where the thumbnails is called, and display what you want instead.

Thanks

Simion C.
tagDiv Staff

Hi,

You could use the video tag, this is a similar topic
https://forum.tagdiv.com/topic/custom-video-advertisement-for-newspaper-8/
Or maybe like this for external videos from Youtube
https://www.w3schools.com/html/html_youtube.asp

Thanks

Simion C.
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com an provide admin login information so we can take a look. Maybe we can identify what is causing the issue. The version provided in the theme package that you are currently using, should work properly with the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe I am misunderstanding this, sorry if I am. When a post has a review, the theme modules used on blocks and grids display the stars instead of the author name and date. I believe that is for design purposes.
I thought you wanted to remove the stars in this case, and display the author name and date. That is what the modification from above will do, for all the modules at once.
If this is not what you wanted to know, please state what exactly is it you want to do with the review stars so we can avoid further misunderstandings.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check these locations in the theme panel
https://www.screencast.com/t/3gf61zRo
If there is a background image link there remove it, or replace it with one of your images. Then test to see if this solves the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

A background color is possible to be set in the theme panel, for a background image you can use some CSS. Something like this should work
https://www.screencast.com/t/LFUU41rDOGA

.td-header-style-1 .td-banner-wrap-full {
background-image: url("");
}

The main menu cannot be disabled, you could hide it with CSS if you want, and also set a fixed height for the header
https://www.screencast.com/t/6MUHSo0DF

.td-header-style-1 .td-header-menu-wrap-full {
display:none;
}

Maybe these suggestions will help you achieve what you want. Experiment with them and modify the codes if needed.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately there is no update in this matter. That message can be removed only in the file shown by Bogdan, in the main theme file. Sorry for any inconvenience created.

Thanks

Simion C.
tagDiv Staff

Hi,

Leave the theme stylesheet unmodified. Copy the section of code as shown in the child theme stylesheet. Modify it in the child theme only. Then make tests to see if everything works properly, and there is no flashing.

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this topic for more information
https://forum.tagdiv.com/topic/what-exactly-is-new-in-the-newspaper-8-1-version/

Thanks

Simion C.
tagDiv Staff

Hi,

The sharing displayed in the post page will show a Facebook like count, but the Twitter button will not display a counter anymore (not supported by Twitter). I see you use a plugin that has more post sharing options and also counters, you could keep using it further.

Thanks

Simion C.
tagDiv Staff

Hi,

You cannot set featured images for categories, you can only set featured images for posts and pages. The theme grids and blocks can display created posts and also pages
https://forum.tagdiv.com/featured-image-or-video/
The category pages are created automatically, and can only be customized through the theme panel at the moment
https://forum.tagdiv.com/how-category-settings-work/
The thumbnails that are displayed in grids and blocks are created from the featured images set. This is an automatic process
https://forum.tagdiv.com/theme-thumbs/

Thanks

Viewing 25 posts - 14,976 through 15,000 (of 20,681 total)