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,

Indeed, the mobile theme will not display a drop-down. It should display all your categories however, but it seems there is a design issue. I will add this on our list and it will be fixed as soon as possible.

In the meantime you could enter this code in Theme panel->Mobile theme->Custom CSS section, to create some more space in the category header for the categories
https://www.screencast.com/t/gqUKyllEkX

.td-category-header .td-category {
max-height: 250px;
}

Sorry for the inconvenience.
Thanks

Simion C.
tagDiv Staff

Hi,


@Ryansmccain
Seems to display accurate information at the moment
https://www.screencast.com/t/R2PynOCgdV


@medicos
Twitter will probably not work if you are not using he latest theme version, there were changes made by them. Try installing this social counter plugin
http://cdn.tagdiv.com/wp-content/uploads/2018/06/td-social-counter.zip
If it still doesn’t work, download the latest theme package 8.8.1 and update the theme and social counter (they should be automatically updated when the theme is updated however)

https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

Glad it works properly for you. Not all plugins are however compatible with premium themes, this would be the case with most themes. This should be kept in mind.

As for the tagDiv composer there a couple of tutorials available, demonstrating it’s capabilities
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://www.youtube.com/watch?v=C0ARTSimnUY&t=25s&list=PL6CsDkMaejhr2ExZCO73U11SSVKB9r_NE&index=6

Also take a look at the new Cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Let us know if you have any questions, we will try to help you.

Thanks

Simion C.
tagDiv Staff

Hi,

The main function for the excerpts displayed in modules is defined here
https://www.screencast.com/t/0IkS3CmW
The excerpts will be shown in each module that is supposed to display them
https://www.screencast.com/t/qx8sA2rHn
Excerpt content can be customized for each post if you want to, or you can leave them as default
https://www.screencast.com/t/7HZWAOz5
Maybe this is helpful to what you want to do.

Thanks

Simion C.
tagDiv Staff

Hi,

1. A featured image or video can be set for each post, but not a whole gallery if that is what you mean. Galleries can be created in the post or page content
https://forum.tagdiv.com/gallery-2/
So for example if you would like that the post begins with a gallery instead of the featured image, select a post template that does not display the featured image in the actual post
Post template 5 and 12 are like that
https://demo.tagdiv.com/newspaper/td-post-mcdonell-kanye-west-highlights-difficulties-for-celebrities/
-https://demo.tagdiv.com/newspaper/td-post-blake-griffin-posterizes-aron-baynes-twice-in-clippers-spurs-game/

Or you could design your own template with the Cloud library plugin and the tagDiv composer
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

2. That could be a possibility in the future. With the cloud library plugin you can however you can create post template with or without those elements
https://www.screencast.com/t/snpkZzVs6J
You can choose which elements appear in the template.

Thanks

Simion C.
tagDiv Staff

Hi,

The header has an option to set a background image, in the theme panel
https://www.screencast.com/t/qIaL0Qlj
If you set a general background, the website will be boxed. However the header elements can be forced to full width or predefined sizes
https://www.screencast.com/t/1xco3UWCT
Please correct me if I misunderstand, also mention some more details about the problem and a link to your website if possible.

Thanks

Simion C.
tagDiv Staff

Hi,

Try it like this. Access the string translation options in the WPML plugin
https://www.screencast.com/t/ryeaG73r
Search for “td_011” field and open it – https://www.screencast.com/t/36mNV6BgKl2
Next search for the “tds_logo_text” and “tds_tagline_text” and select them
https://www.screencast.com/t/OQkHZBQNyZ
Click apply in the bottom of the screen – https://www.screencast.com/t/DflACrOg
Now those can be translated as you want
https://www.screencast.com/t/1ljj8QUhLM

Thanks

Simion C.
tagDiv Staff

Hi,

If you use Yoast try to exclude the template pages from the search
https://www.screencast.com/t/1O4T5JEhyruL
They should not be indexed anymore entirely after doing this. It may take a while to re-index. You could also manually remove those URLs
https://support.google.com/webmasters/answer/1663419?hl=en

Thanks

Simion C.
tagDiv Staff

Hi,

Open the browser inspector console window, check while saving the setting if there are any notices or errors present there
https://www.screencast.com/t/X88GkCvR4
Theme panel issues such as the one you are having are caused in some cases by the server denying access to the admin-ajax file, providing a 403 on the file.

Or they could be caused by insufficient resources
https://forum.tagdiv.com/requirements-for-newspaper/

Let us know what you find.
Thanks

Simion C.
tagDiv Staff

@A.Mason The default theme post templates can be edited in a child theme, meaning all the single and loop-single files corresponding to the post templates. So for post templates you can make modifications in the child theme.

Module files can also be modified in a child theme, the general module file from the booster folder (td_module.php) cannot be however. I believe that will be the only file you cannot modify in a child theme in order to implement the co-authors.

But you can modify it in the main theme, and make a backup of it. Next time the theme is updated, check the modified files list. If that file was not modified, replace it with your modified version.

Simion C.
tagDiv Staff

Hi,

I made a comparison of the original image used and the logo image when set
https://www.screencast.com/t/uvH5phCR
They would be the same quality as far as I can tell. As long as the full image size is used when uploaded the image will be displayed as it is.

So you would like to do something like this maybe
https://www.screencast.com/t/GxNQPhj9A5w
This is the code I used in the example, you could experiment with it

.td-header-style-7 .td-header-sp-logo img {
max-height: 94px;
}
.td-header-style-7 .sf-menu,
.header-search-wrap {
margin-top: 12px;
float: left;
}
.td-header-style-7 .td-header-menu-wrap-full {
height: 94px!important;
}
.td-header-style-7 .header-search-wrap #td-header-search-button .td-icon-search {
line-height: 107px;
}

Also you could experiment with different header styles and make modifications to theme if needed
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean to embed audio in posts, that is possible. Please check this guide
http://www.wpbeginner.com/beginners-guide/how-to-add-audio-files-and-create-playlists-in-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

There could be visual differences between default blocks and the flex blocks, in some cases. The flex blocks set the featured image as background for the module
https://www.screencast.com/t/l9ZC2GtlL
Try to increase the image height parameter in the settings, test with higher values than 50
https://www.screencast.com/t/wjL30Ge6O3kO

Thanks

Simion C.
tagDiv Staff

Hi,

There are many icons to choose from, they are all provided by by the tagDiv composer
https://www.screencast.com/t/1cAe3ZqWo77
Try to clear the browser cache and check again, or test in a different browser.

Thanks

Simion C.
tagDiv Staff

Hi,

But you would not have to create the same template for all the categories. Import it once, select it for the categories you want, then upload an image of your choosing per category
https://www.screencast.com/t/s0OJToAP6oL
https://www.screencast.com/t/227yxDpp
There is also the setting to remove the boxed layout, displaying the image only in the category header. That would work as you want.

Thanks

Simion C.
tagDiv Staff

Hi,

That is a valid URL, although only if directly accessed like that will that page be reached. Once the pagination is used the URL will change accordingly.
That would not be considered duplicate content so there is no problem if you use the latest articles page template.

Thanks

Simion C.
tagDiv Staff

That code would be the only solution in this case. The ubermenu plugin seems to have included itself as part of the header menu container, so hiding it with CSS would be the easiest and maybe only solution
https://www.screencast.com/t/Nep5X2BpAQ

An alternative to that would be to remove the elements of the default header menu from the code, but that may be difficult because the ubermenu is part of the default menu so the default.

The code works, entering it in the theme stylesheet will apply it more quickly, enter it there and then clear all caching or CDN if used.

Simion C.
tagDiv Staff

Hi,

1. On mobile there is a default padding. If you want the revolution slider to be full width, try to select that in the settings
https://www.screencast.com/t/dDaOuP6g

2. That Pinterest widget is problematic. Initially the images may load with a delay, but eventually they should load. Try to keep changing the settings (like number of columns, or header on/off) it should provide images at some point
https://www.screencast.com/t/8kXfJSxBb

This widget will be analyzed by our developers and improved if possible. Sorry for the inconvenience.

Simion C.
tagDiv Staff

Hi,

Actually the pagination does not work on desktop as well
https://www.screencast.com/t/OvtxcBob
Checking with the browser inspector console it seems that the theme request of the admin-ajax file is denied access by the server
https://www.screencast.com/t/lHxuFrZ9iWP

In most cases this happens because of security plugins or security modules of the server, or firewall. I suggest you check with your hosting and mention this to them, they should be able to help you with this.

Thanks

Simion C.
tagDiv Staff

Hi,

If you updated all the theme plugins that should not happen. Please check if your WordPress install is up to date. Both theme and WordPress should be updated as soon as available and possible, this is most recommended. Let us know if there is still a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try the suggestions mentioned in this topic
https://forum.tagdiv.com/topic/td-composer-stuck-on-loading/
The most common cause for that to happen would be insufficient resources, review the theme requirements. WP memory can be set higher than recommended if possible.

Let us know what you find, if you solved the problem let us know what worked.
Thanks

Simion C.
tagDiv Staff

Hi,

There seems to be an error, a 404 on an image. This could potentially increase the website loading speed
https://www.screencast.com/t/zLs7pq9u
I believe that image belongs to the custom ad 1, for some reason it seems it is not found. Try to check why that happens or temporarily remove the ad and check if this has any effect on the loading.

Thanks

Simion C.
tagDiv Staff

Hi,

Even if an update was made, none of the theme settings should be lost, all the theme panel settings made by you as well as custom code, are saved in the database of the website.

Maybe something happened to the database and reset the theme settings, you could check with the hosting and they could take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately there is no documentation or solution I could provide you for that. Maybe in the future we will create more advanced tutorials for the theme, for the moment the theme documentation would be basic
https://forum.tagdiv.com/newspaper-theme-documentation/

Thanks

Simion C.
tagDiv Staff

Hi,

I couldn’t say, up to this point there were no tests made with such plugins. So you could install it and give it a try, make tests with it. Install it per plugin provider instructions.

Thanks

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