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

If I understood your question correctly. What you’re asking is it’s not Theme driven. This function is controlled by the WordPress engine:

https://codex.wordpress.org/Function_Reference/wptexturize

Try in your function.php file add:

add_filter('document_title_separator', function() { return 'YOUR_SYMBOL';} );

Edward
tagDiv Member

Yoast SEO: https://wordpress.org/plugins/wordpress-seo/

https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/

For example:

The default title variable string is:

%%title%% %%page%% %%sep%% %%sitename%%

where %%sep%% can be set according to your any symbol.

Edward
tagDiv Member

You should update the theme via FTP way because this is the surest method in this case, according to our documentation from here -> https://forum.tagdiv.com/install-via-ftp/

Edward
tagDiv Member

Check the following options from here -> https://www.screencast.com/t/SzitilMDWynl

Edward
tagDiv Member

The wp-config.php file is located in the wordpress root directory.

WP Memory Limit:

This parameter sets the amount of memory used by php and by default worpress can go up to 40MB. To avoid Memory Exhausted error this parameter should be set to at least 64MB and this can be done from wordpress wp-config.php file.

define( 'WP_MEMORY_LIMIT', '64M' );

Edward
tagDiv Member

Check your System status parameters: https://forum.tagdiv.com/system-status-parameters-guide/

Edward
tagDiv Member

The Theme tested only with WP Super Cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/

Developers team cannot provide support for untested plugins.

Edward
tagDiv Member

Coming soon: AMP support

https://tagdiv.com/amp-newspaper-theme/

Edward
tagDiv Member

Deleted, sorry. Inattentively read a question.

Edward
tagDiv Member

> But can this widget show the local weather based on the visitor’s IP?

No.

https://forum.tagdiv.com/topic/top-bar-weather/

Also read this manual: https://forum.tagdiv.com/weather-widget/

Edward
tagDiv Member

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

Keep in mind: Please do not use both the tagDiv Composer and Visual Composer simultaneously on the same page.

https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/

Edward
tagDiv Member

Add this code in Custom CSS section of Theme Panel:

/* Remove comments count in Author Bio */
.td-author-comments-count{
display:none!important
}

Edward
tagDiv Member

In my opinion the font “Droid Serif Regular” you use for the announcement article, don’t include the extended Latin set.

If you don’t include the extended Latin set, you will probably not see Polish characters.

https://www.quora.com/What-is-the-best-Google-Font-for-the-Polish-language

Also try to enable this points:

Edward
tagDiv Member

Yes, it would be nice to add it as a option to show view count of the article on the main page.

Edward
tagDiv Member

https://forum.tagdiv.com/topic/search-icon-in-menu-not-formatting-correctly/#post-209454

Try to save again your Theme panel, clear all the caches and check the results. If the problem is still there, you should re-install it the theme via FTP way because this is the surest theme method. The problem with the search button should disappear.

Edward
tagDiv Member

Hi everybody!

Please read carefully the official documentation.

Theme modules and blocks: https://forum.tagdiv.com/theme-blocks-modules/
Excerpts introduction: https://forum.tagdiv.com/excerpts-introduction/

Edward
tagDiv Member

See here:

and below for other Modules.

Edward
tagDiv Member

Please try to go in the theme panel and click the save settings button, then clear all caching installed. Check if the issue is solved after doing this.

Edward
tagDiv Member

Check your System status parameters: https://forum.tagdiv.com/system-status-parameters-guide/

Viewing 25 posts - 601 through 625 (of 1,306 total)