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,

It would be best to try and identify what is causing the issue, that would be better then fixing it by composer modifications.
The composer panel could be affected by a plugin, please try to deactivate all plugins except theme plugins and check if this has any effect. In some cases this can be caused by browser extensions as well, try disabling them or make a test in a different browser.
Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

You can add your own image in the ad spot, Adsense is not a must if it is not needed. Please see this guide in the matter
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
An example is the default image used as a header logo in the theme demo
https://www.screencast.com/t/GGbBNg2c1
https://demo.tagdiv.com/newspaper/
The image size used for the header banner image is 728x90px.

Thanks

Simion C.
tagDiv Staff

Hi,

I found a list of plugins that you could try
http://webcusp.com/iframe-wordpress-plugins-and-tutorials/

Thanks

Simion C.
tagDiv Staff

Hi,

There is no theme element or option like that, at the moment. The social counter will display the number of likes, followers etc in socials. It cannot display visits. I believe there are plugins that can track visitors, like these
https://wpfriendship.com/visitor-counter-wordpress-plugins/

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed it seems to happen when the mobile plugin is active, a smaller image (like thumbnail) inserted in the post content will look like this
Without mobile plugin – https://www.screencast.com/t/BYePrJ4LmHN
With mobile plugin active – https://www.screencast.com/t/cfGDIiAM
We will fix this issue for mobile as soon as possible, in the next theme update most likely. A quick fix would be to edit the mobile theme stylesheet and remove this !important tag
https://www.screencast.com/t/CVXI6038QbE
Sorry for this inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

Try it like this, deactivate all plugins (caching plugins too) except theme plugins as a quick test, leave only theme plugins active. Try to reinstall the mobile plugin again and see if it works properly.
There is no problem using the mobile plugin on a default theme install, a plugin could be the cause for this to happen. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Seems it would take a lot of modifications to make a block display with the same design as a big grid. The Big grids are designed to have styles like that, but the block do not have the same design. If there were an easy solution I would provide it to you, sorry if this is an inconvenience for you.

Thanks

Simion C.
tagDiv Staff

Hi,

You can send us an email at contact@tagdiv.com and provide the website there, also admin login information may be required. Paste a link to this topic in the email as well.

Thanks

Simion C.
tagDiv Staff

Hi,

First the row has to be split into three columns, then place blocks 14 in each column (limited to one post)
https://www.screencast.com/t/LzEUm1nqv7
Next add block 9 below in each column (limited to four posts or not)
https://www.screencast.com/t/45rqPUb93
Now the demo design should provide the final addition
https://www.screencast.com/t/VlP7njbzv
This is the code used, enter it in Theme panel->Custom CSS section
https://pastebin.com/cTzkugrR
If you want to customize the the font properties for the module used on the blocks, you can do that in the theme panel. This is a list mentioning what modules each block uses
https://forum.tagdiv.com/theme-blocks-modules/
https://forum.tagdiv.com/font-customization/

Thanks

Simion C.
tagDiv Staff

Hi,

This is a strange issue, I could not say how the Woocommerce plugin could be affecting the user avatars. From what I see in the homepage the WP user avatar is called for the first author, and Gravatar for the second. While on the post page both are Gravatar.
Double check the users avatar configuration set in the WordPress settings
https://forum.tagdiv.com/how-to-set-the-avatar/

Thanks

Simion C.
tagDiv Staff

Hi,

There is an issue with the responsive version of block 16, we are aware of this problem and it will be fixed in the next theme update. In the meantime as a quick fix, please enter this code in Theme panel->Custom CSS section it should fix the issue
https://www.screencast.com/t/r7zU23th2

@media (max-width: 767px) {
.td_block_16 .td-block-row [class*="td-block-span"] {
float: left;
}}

Sorry for this inconvenience.

Thank you!

Simion C.
tagDiv Staff

Hi,

Those are page templates, they can only be selected and used for pages. Each page you create can have a different template, depending on your needs.
Category pages at the moment can only be customized through the theme panel settings
https://forum.tagdiv.com/how-category-settings-work/

Thanks

Simion C.
tagDiv Staff

Hi,

The contributor cannot publish posts and does not have access to post settings like authors. Contributors can write posts and submit them for review, that would be all the capabilities of this role.

Thanks

Simion C.
tagDiv Staff

Hi,

This should not happen, the post content in the backend has a max-width set, somehow this is canceled.
From what I see on the frontend there is no problem with the post content formatting, only in the backend. I would suggest to deactivate all plugins as a quick test, except theme plugins. Check to see if the problem is still present.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme itself does not send any emails. Please see this topic for more information in the matter
http://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to display that above the header, you could enter the code in the header template file, the theme itself does not have an option specific for this.
The website you mention uses header style 7, it seems to use a code like this
https://www.screencast.com/t/PgptkikgN0vN
https://www.screencast.com/t/eyvnEzkIH

<div class="td-container-wrap visible-on-post aligncenter">
<div class="textwidget custom-html-widget">Advertorial</div> </div>

But you could implement it in a different way using a different code (that is the exact code used in the mentioned website), in the same locations. The footer code could be entered in this file
https://www.screencast.com/t/VSkAolJD
https://www.screencast.com/t/TRvJYGGygu2x

Thanks

Simion C.
tagDiv Staff

Hi,

1. A code like this will remove the author post count, in the author page
https://www.screencast.com/t/REyecg72Z6W6

.td-author-page .td-author-post-count {
display: none;
}

Or you could remove it in the code directly (or through a child theme if used)
https://www.screencast.com/t/SgBp0hFqpyCj

2. I could give you a CSS solution to style the block title similar to block header style 6, it would look like this
https://www.screencast.com/t/cdOrdxzw
https://pastebin.com/simQByEy

3. For the tag pages – https://www.screencast.com/t/mmAnUamqcl
https://pastebin.com/dJHvL7CN

Thanks

Simion C.
tagDiv Staff

Hi,

That is usually caused by plugins conflicting with the theme, or codes entered in the theme files or theme panel.
As a quick test deactivate all plugins except theme plugins and clear all caching. Check any theme modifications made or custom code used.

Thanks

Simion C.
tagDiv Staff

Hi,

There are many elements that were introduced in the latest theme version. These are added by the multi-purpose plugin
https://www.youtube.com/watch?v=C0ARTSimnUY&t=4s
Buttons and are available as well, with multiple settings. If you did not update already, please consider updating the theme to be able to use these elements
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

1. I could give you a code to remove the post views. If you are using the mobile theme plugin enter the code in Theme panel->Mobile theme->Custom CSS, if the mobile theme is not used enter it in Theme panel->Custom CSS in the phones section

.single .td-post-views {
display: none;
}

2. The count will still continue in the background if you remove them as shown, only if they are disabled in the theme panel it will stop counting.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website so we can inspect the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try the solution from this topic, if you want to remove the author box for particular authors
https://forum.tagdiv.com/topic/hide-authors-box-of-a-certain-author/
https://forum.tagdiv.com/topic/hide-authors-box/

Thanks

Simion C.
tagDiv Staff

Hi,

The favicon is located in the WordPress uploads folder
https://www.screencast.com/t/RbZ8osPeaeI
https://mafia.one/wp-content/uploads/2016/04/favicon.png

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t believe I fully understand what you are trying to do. In the WordPress settings there is an option to change the timezone if that is what you want
https://www.screencast.com/t/YHmxWTwjV
The theme does not have any settings in the matter. The date that is displayed in the top menu has a predefined format
https://www.screencast.com/t/xgwKbTYmoBb
https://codex.wordpress.org/Formatting_Date_and_Time

Thanks

Simion C.
tagDiv Staff

Hi,

Glad it works, you could align it to the right like this
https://www.screencast.com/t/Dgf9jXZ7ko
Enter the property in the code, or remove it and add it again like this

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

Thanks

Viewing 25 posts - 13,551 through 13,575 (of 20,681 total)