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,

The weather widget implementation has changed a few theme versions ago. It can now be set like this
https://forum.tagdiv.com/weather-widget/
The user has to create a free account with openweathermap and receive a key, this must be used when configuring the weather widget.

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure you have updated the plugins provided in the theme package. Specially the multi-purpose plugin. Deactivate and remove it and install it again from the latest theme package.
Then check if the mobile theme works correctly. Let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,


@CologneMusic
There were three possible causes identified for this issue to happen. All described in this topic
https://forum.tagdiv.com/topic/errors-happened-during-tdciframedata-init-bindviewsmodelswrappers-14/
Let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

I found some tutorials that could be useful to you
https://code.tutsplus.com/tutorials/the-beginners-guide-to-icon-fonts-in-wordpress–wp-35338
http://chipcullen.com/how-to-use-icomoon-and-icon-fonts-part-1-basic-usage/
http://www.wpbeginner.com/wp-themes/how-to-easily-add-icon-fonts-in-your-wordpress-theme/
Also it seems the font is not loaded properly, maybe check the topics provided above and make sure everything is set right
https://www.screencast.com/t/YDeW5KPQkYp

Thanks

Simion C.
tagDiv Staff

Hi,

Some post templates may not display the featured image caption. That is the case for post style 4, give n the design of the template. A possibility would be to enable it and display it on top of the featured image like this
https://www.screencast.com/t/LrhcL3F0

.td-post-template-4 .td-post-header-holder .wp-caption-text {
display: block;
position: absolute;
top: 0;
color: white;
padding: 5px 10px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

1. The module functionality is to display thumbnails created from manually setting a featured image for posts
https://forum.tagdiv.com/featured-image-or-video/
https://forum.tagdiv.com/theme-thumbs/
The theme does not have other functionality for the thumbnails and modules. If a featured image is not set a placeholder will be displayed.

2. You could take a look at how each of the modules you mention is made
https://www.screencast.com/t/XkB7OVjXYH
That could be possible by modifications in the code, maybe some additional styling as well.

Thanks

Simion C.
tagDiv Staff

Hi,

Then you could choose a header style that does not have a limit for the logo, like header styles 9, 10 and 11
https://forum.tagdiv.com/logo-favicon/
You can use any logo size when using these header styles, there is no limit. Just make sure to set it in full size when uploading it
https://www.screencast.com/t/FAbxkeM1c8
https://www.screencast.com/t/KWtpivTW

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the ajax filter, when filter by categories is selected by default it will show all the categories. You can choose particular categories by entering the IDs
https://www.screencast.com/t/6eomdf9kl
https://www.screencast.com/t/ly62dTkD
All the available block settings are mentioned in this guide
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

The news ticker elements has the same filtering available on blocks, so you can filter and sort the posts as well
https://www.screencast.com/t/Y78HNXoFG
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe there would be a different solution to this. You could simply create a redirect of for the parent category page URL, to a page that you can build in the composer and filter the way you like with blocks and grids that have these options
http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
This could be a solution if you want to have this level of control on particular category pages.

Thanks

Simion C.
tagDiv Staff

Hi,

That is unusual, I have not seen this before. The regeneration plugin should work properly
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Take note of the requirement for the server mentioned in the guide. Check the theme system status as well
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to make modifications if necessary.
Then deactivate all other plugins except theme plugins and repeat the regeneration process.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are referring to the More articles box displayed on the post page. This can be enabled or disabled in the theme panel
https://forum.tagdiv.com/more-articles-box/
Please correct me if I misunderstand what you are asking.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t believe there are plans to add new sliders, or change the current ones. It could be available in the future, but I really couldn’t say for sure. If this functionality is requested more or popular it will be considered.
Maybe you could try some slider plugins, if it is absolutely required to have this feature. Sorry if this is an inconvenience for you.

Thanks

Simion C.
tagDiv Staff

Hi,

I could not give you an exact time span for the theme updates. As soon as the current tasks will be completed it will be available. Note that the plans I mentioned may not be for the next theme update. It is on the list and will be implemented in the future.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be related to images encoded in base64 format, nothing to worry about there. This is used for minor elements in the theme. You can find out more about this in this online topic
https://varvy.com/pagespeed/base64-images.html
The theme stylesheet does not have a tutorial or index that I could provide you with.

Thanks

Simion C.
tagDiv Staff

Hi,

It would be better to try and adjust the background ad size if possible instead of the theme, since the theme has no option to reduce the content width. When a background image is set through the theme panel the website will be boxed.
The theme (content) in this case will have a width of 1164px. If you were to reduce this width to 1030px the result would be like this
https://www.screencast.com/t/zS2dmPKmQb
https://www.screencast.com/t/q3DKAn5sUsi
It is not recommended to make modifications to the theme containers, this will most likely create layout issues. All the elements on the page are calculated based on the fixed width, margins and padding will not work properly.

Thanks

Simion C.
tagDiv Staff

Hi,

So you want to remove the title when there are no articles like in this post
https://cryptochain.news/pervaya-kriptovalyuta-podeshevela-bolshe-chem-na-20-za-24-chasa/
Somewhat difficult to do something like this with CSS it seems. Try this code, it should remove the title when no related articles are present
https://www.screencast.com/t/hWQ5IE4Zr
https://www.screencast.com/t/rxPdhS7ZxpIr

footer div[class="td-related-title"]:nth-last-child(10) {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that the Facebook profile page has to be public in order for the counter to display the information. At the moment it is not public
https://www.screencast.com/t/uA2HIndw
Check the Facebook privacy settings and remove any restrictions.

Thanks

Simion C.
tagDiv Staff

Hi,

Try it like this – https://www.screencast.com/t/DGSTghMpMd8k
https://www.screencast.com/t/3lSQ3x4Nk
Enter this is the YouTube field and it should display accurate information

channel/UCOTVVMsJGJYI_zDnXDyhl2g

Thanks

Simion C.
tagDiv Staff

Hi,

If you removed the code there should be no problem, I see the footer is still displayed in the sidebar. Try clearing any caching installed. Check widgets added in the footer section or sidebars, check for code entered in raw HTML or text elements. Remove them temporarily if possible (clear caching again).
If you made modifications to the theme files, try removing them.

Thanks

Simion C.
tagDiv Staff

Hi,

From previous similar cases, this issue happened when Visual composer was used to place a single image element on a page, while tagDiv composer was active.
The composers have different functionality for single image elements.
If you are going to use Visual composer as the builder, deactivate the tagDiv composer from the plugins section.
Please correct me if that is not the case, and also provide more details about the element you use, the configuration and what is happening.

Thanks

Simion C.
tagDiv Staff

Hi,

The sliders do not have this functionality. Users can click and slide the posts or you can set an autoplay with the duration you choose for these elements
https://demo.tagdiv.com/newspaper/ios-slider/
https://demo.tagdiv.com/newspaper/big-grid-slide/
https://www.screencast.com/t/4pYGqhcVQDi4
A hover feature for sliders similar to the one on the website you mention, is not available at the moment.

Thanks

Simion C.
tagDiv Staff

Hi,

The links will inherit the theme accent color set in the theme panel. If you could specify exactly which link colors you would like to change, I will try to give you a CSS solution.
For example if you are referring to links in the post content, something like this will work
https://www.screencast.com/t/etyRqnM9

.td-post-content a {
color: yellow;
}

This code will apply to all links in the post content, for all posts, once entered in Theme panel->Custom CSS.
Minor customization can be made by using the browser inspector tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

Some footer templates have predefined content, while others are blank templates
https://forum.tagdiv.com/footer-templates/
Style 1 has three elements predefined by default (Editor picks, Popular posts and Popular category). Adding widgets to this style will place them below these elements.
If you want to choose the elements that appear in the footer, simply choose an empty template and add widgets as shown in the guide.

Thanks

Viewing 25 posts - 13,601 through 13,625 (of 20,681 total)