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,

That related section is not coming from the theme, the one further down the page is added by the theme. I believe it might be added there by the Jetpack plugin, please see this guide and disable it
https://jetpack.com/support/related-posts/
The top article and bottom article like/tweet can be disabled in the theme panel, sharing settings
https://www.screencast.com/t/2tnJ2VvUBT

Thanks

Simion C.
tagDiv Staff

Hi,

That could be changed in the theme translation settings, replace the “Fans” with the word you like
https://www.screencast.com/t/WqUlDVNsW

Thanks

Simion C.
tagDiv Staff

Hi,

The posts can be split in categories, that is default behavior. You could create pages where you can assign categories that contain posts in Chinese only, for the grids and blocks, and other pages that contain the rest of the posts. Or mix the content on the same pages, grouped in blocks.
For example create a menu item called “Chinese” and add it to the menu, linking to a page you create
https://www.screencast.com/t/lmxHaP7M
Create that page where you will use only blocks and grids that display posts in Chinese, so when the user clicks on that menu item, it will be directed to the Chinese page
https://www.screencast.com/t/9bkEnHIV
Or you could use multilingual plugins, here is some more information
https://codex.wordpress.org/Multilingual_WordPress
http://www.wpbeginner.com/beginners-guide/how-to-easily-create-a-multilingual-wordpress-site/

Thanks

Simion C.
tagDiv Staff

Hi,

Please see this guide about using other ads in the theme
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
See the examples where a link containing an image is used. It is as simple as that
https://www.screencast.com/t/wPfl6ZWba
You can also display different banner images for each device, based on the examples provided. For example this banner will be displayed on all devices, it will link to Google and also opening the link in a different tab
https://www.screencast.com/t/eLx7iG2BLit

Thanks

Simion C.
tagDiv Staff

Hi,

The generator does what it is supposed to, for example load theme panel settings. If you would like to make modifications to this function, this is where you can find it
https://www.screencast.com/t/PCu3Yh7Htq0
And where it is loaded
https://www.screencast.com/t/h8ER1r0wqhX5

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the block title, the background color and text color can be customized for each block as you like, by editing the page with the composer
https://www.screencast.com/t/fio3VpC2gw2
If you mean the post titles in these blocks, you could use a code like this to change the text color just for them
https://www.screencast.com/t/QoLbKm0cIL
This is the code used, it must be entered in Theme panel->Custom CSS if you will use it

.td_block_3 h3 > a,
.td_block_12 h3 > a {
color: yellow;
}

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, as they might have a recommended method in this matter. Insufficient PHP memory can be the cause for this issue.
After making the changes, everything should work properly. Please let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

1. That is not possible with the theme options, there is no setting that would allow that. Maybe you could do it through a plugin if there are any that have that option, to display the video duration.

2. The general option will remove that from all the grids and blocks on pages. However this could be done for that grid in particular. Please provide a link to your website where the grid is present and I will give you a solution. Or specify the grid used.

Thanks

Simion C.
tagDiv Staff

Hi,

Please see these guides presenting the theme installation
https://forum.tagdiv.com/install-via-ftp/
https://forum.tagdiv.com/install-via-wordpress/
The FTP method is usually the most recommended. Follow the steps carefully as described, and everything should work properly.
Also check with your hosting and check these server and WordPress parameters
https://forum.tagdiv.com/system-status-parameters-guide/
Insufficient PHP memory can be the cause for this issue.

Thanks

Simion C.
tagDiv Staff

Hi,

Changing the website URL is done in the WordPress settings. You can find more information about this in these topics, there are many more online
https://codex.wordpress.org/Changing_The_Site_URL
http://www.blogtechtips.com/2014/02/24/successfully-add-www-wordpress-blog/

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website where this problem with the videos is present and more details, so we can inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

That is a general WordPress issue. A first step would be to check these server and WordPress parameters and make modifications according to this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you if needed. Insufficient PHP memory can be the cause for this issue.
After making these modifications check if the problem is still present. If it is, deactivate all plugins except theme plugins and check again.

Thanks

Simion C.
tagDiv Staff

Hi,

That smart list style uses a smaller thumb for the image, that is how it was designed
https://demo.tagdiv.com/newspaper/smart-list-style-4/
There are other smart list styles that you can choose form, each with it’s unique design and image size. Try other smart list styles and choose the one you like.

Thanks

Simion C.
tagDiv Staff

Hi,

Please enter this code in Theme panel->Custom CSS section and the issue should be fixed
https://www.screencast.com/t/N9bpULeU0

.td_block_list_menu .td-element-style {
z-index:-1;
}

There is an issue with the background application on some page builder elements, this will be fixed in the future update. Sorry for any inconvenience caused. Let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

Those examples seem to be similar to the quotes styles already available
https://www.screencast.com/t/4ySfCLds4ai
But you can experiment with those styles or plugins and create the desired result.

Thanks

Simion C.
tagDiv Staff

Hi,

I might have misunderstood what you wanted. If you want to remove the post views from the post template itself, edit the post template file. This is the file corresponding to the default post template, and the line of code that displays the post views
https://www.screencast.com/t/YB0KSlnfU5L
In the stylesheet there is a reference to the post views for the default post template here if that would be useful to you
https://www.screencast.com/t/Q9QjWzzFm9

Thanks

Simion C.
tagDiv Staff

Hi,

Glad it works. I used the browser inspector to see the actual links, it is a useful tool
https://www.screencast.com/t/SajT8g1Pfeb
This is a guide if you would like to know more about using it
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

1/2. That is not supposed to happen, the page should not display like that on mobile. Something is not functioning properly. Please send us an email at contact@tagdiv.com and provide admin login information so we can take a look at the page structure. Also paste a link to this topic in your email.

3. When setting a featured video the thumbnails are created automatically for that video, and then displayed on block modules. There is no quality processing by the theme. A screenshot from the video will be taken, an the thumbnails will be created from that. If the results are not satisfactory, you could replace the image with a featured image of your choosing, of a higher quality.

4. The mobile theme plugin is optional, you can choose not to use it. The main theme is fully responsive, there will be no issues.

Thanks

Simion C.
tagDiv Staff

Hi,

Something must have happened that caused all those issues. A general step that you can try in this situation would be to deactivate all plugins except theme plugins, then check if this has any effect.
Also please check the theme system status and make modifications to the WordPress and server parameters mentioned in this guide, if it is necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to check and make these for you, if needed. This might explain the theme panel issues and uploading problems.
Please let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check the theme system status and make modifications to the server and WordPress parameters mentioned in this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting to make theme for you if needed, they might have a recommended method in that regard.
After checking that, try entering your ad code and saving
https://forum.tagdiv.com/header-ads-adsense/
If you are not using Adsense ads, the code you enter in the ad sections will be displayed as it is. Make sure the code is valid and working. Test it in a text element and see if it works properly.

Thanks

Simion C.
tagDiv Staff

Hi,

That is happening because of this custom code
https://www.screencast.com/t/A31dvsUVd
I assume you want to set a margin top for the website, in order for the background ad to be displayed above it. Remove that code and enter this one

.td-header-wrap {
margin-top: 249px;
}

The result will be the same visually, but the background ad can be clicked in the created margin. Test this code and see how it goes.

Thanks

Simion C.
tagDiv Staff

Hi,

Different styles of quotes can be achieved as it can be seen here, in some examples
https://demo.tagdiv.com/newspaper/blockquotes-pullquotes/
The font properties of the quotes can also be customized, in the theme panel
https://www.screencast.com/t/QNZO321vdWFW
You can use maybe custom styling for the quotes, or plugins that have or can add more design options. Try some plugins that have the options you need, and see how it goes.

Thanks

Simion C.
tagDiv Staff

Hi,

Codes used in one theme will probably not work for others. Each premium theme is custom made. You could try plugins to create a more advanced list if that is required. I am sure that there are plugins that can do it easily.

Thanks

Simion C.
tagDiv Staff

Hi,

You can search for that class in the theme stylesheet, if that is what you want. There are references to it for each post template
https://www.screencast.com/t/TcgXX4aoP0

Thanks

Simion C.
tagDiv Staff

Hi,

A first step would be to check these server and WordPress parameters and make modification according to this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you, they might have a recommended method in this matter. Insufficient PHP memory and the other parameters have a decisive role in the functionality of the theme and plugins.
More useful information here
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
Let us know the results.

Thanks

Viewing 25 posts - 15,276 through 15,300 (of 20,681 total)