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

@rox This should work for you – https://www.screencast.com/t/aKJdMpn22E0u
With it you can change the background color of the button, text color and border color

div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit] {
background-color: blue;
color:white;
border: 1px solid yellow;
}

Custom CSS codes can be entered in Theme panel->Custom CSS section.

Simion C.
tagDiv Staff

Hi,

There should not be any errors, please try again and reinstall the theme (by FTP is recommended) delete old theme and paste new one
https://forum.tagdiv.com/how-to-update-the-theme-2/
Make backups to be safe before updating the theme.
Update all theme plugins, the composer and multi-purpose plugins are now version 2.0. Deactivate all other plugins and child theme if used. Clear all caching installed and CDN files if used. Check if there still are errors, let us know the results after trying this.

Simion C.
tagDiv Staff

Hi,

Every reported issue is taken seriously and investigated, if there is a problem it will be fixed as soon as possible. There have been some reports with users unable to login after the theme update. We are currently investigating these issues.

Please continue using the previous theme version as you mentioned, until, our investigation is concluded. Sorry for this inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are referring to the comments section of the post pages, that would require modifications to the post template files. This is a similar topic you can follow
https://forum.tagdiv.com/topic/adding-an-ad-below-comments/

Thanks

Simion C.
tagDiv Staff

Thank you for your suggestions, I will add them on our suggestion list and they will be considered. The AMP plugin may receive more settings in the future, after all this is the first version.

Simion C.
tagDiv Staff

Hi,

The AMP plugin does not seem to be installed at the moment on the website. We can make some tests and see if there are any issues. Enable it if possible and we will test some of the posts.
We are not getting any errors when testing a post page with AMP enabled
https://www.ampproject.org/docs/guides/validate
https://www.screencast.com/t/2V2ZYPH1K8

Thanks

Simion C.
tagDiv Staff

Hi,

The widget with the issues is not a default widget
https://www.screencast.com/t/MJZ4dox9
It seems to have it’s own font properties and thumbnail size
https://www.screencast.com/t/12Em8lD6Ef
https://www.screencast.com/t/3s9NzxXsnCHY
If that widget has any settings check them and configure it as needed. That widget is not controlled by the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

I couldn’t say what exactly is the problem here. The Access-Control-Allow-Origin would be related to server configuration, not a theme element
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
More information here
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
https://www.html5rocks.com/en/tutorials/cors/
However we did not make any kind of tests with that ad implementation, if there are problems then there might be a level of incompatibility.

Thank you!

Simion C.
tagDiv Staff

Hi,

Where exactly is that message displayed? The theme does not display such a message. If you are receiving that message while attempting to login in your Envato account, you should contact them for help. They should be able to help you
https://help.market.envato.com/hc/en-us

Thanks

Simion C.
tagDiv Staff

All the links in the modal window are defined in this file including the create an account/register links
https://www.screencast.com/t/dPBgtnxDcKA
Or maybe instead of making so many customization, disable the theme login as mentioned, and add a custom register link in the top menu.

Simion C.
tagDiv Staff

You can use the article image settings to customize the image size
https://www.screencast.com/t/dfYl3XmlPP83
The selected image size will be used as background by the flex module.

Simion C.
tagDiv Staff

Hi,

That is a mega-menu with sub-categories, it can be made like this
https://forum.tagdiv.com/mega-menu/
A common mistake is that users are selecting menu items that have sub-menus when creating a mega-menu
https://www.screencast.com/t/jCphZ3kxPW1d
So the item you select as mega-menu must not have any sub-menus, or they will appear below the mega-menu.

Thanks

Simion C.
tagDiv Staff

Hi,


@Rodolfo
Please send us an email at contact@tagdiv.com and provide admin login information so we can take a look at this issue. Also provide FTP access. We will make more investigations. Make a full backup before.
Also include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry you are experiencing these issues on your website after the update, but this is not happening in our tests. The loading speed is the same. You can check the live theme demo, which is using the latest version of theme and theme plugins
https://demo.tagdiv.com/newspaper/

The AMP plugin is still at it’s beginning, changes may be made to it. It is also optional, you can choose not to activate this plugin. Use a different plugin if you wish, or none.

Thank you!

Simion C.
tagDiv Staff

Hi,

Indeed that code may not work anymore, there have been changes made to the sharing. Try this one now (remove the old one, no need for it)

.td-post-sharing-classic iframe {
width:200px!important;
}

Thanks

Simion C.
tagDiv Staff

@kulecanbazi Replied in your other topic.

Simion C.
tagDiv Staff

Hi,

@kulecanbazi The head tags are located as mentioned above, in the header.php file (this file in is the main theme folder)
https://www.screencast.com/t/fsI6vTdNC
Insert the code before the closing head tag. Use either the default theme editor in WordPress, or FTP to edit the header file
https://www.screencast.com/t/TmWRHsH8

Thanks

Simion C.
tagDiv Staff

Hi,

It seems there is a custom code that removes the page title, this is also removing the author name
https://www.screencast.com/t/av2oTITlyc
https://www.screencast.com/t/F6N7uCHijy
If you were to remove that code or modify it depending on what you want to do, the author name will be displayed.

Thanks

Simion C.
tagDiv Staff

Hi,

If you were to use a code like the one below, the featured image (when using the mobile theme plugin) will not be clickable anymore

.td-post-content .td-post-featured-image {
pointer-events: none;
}

This code musty be entered in Theme panel->Mobile theme->Custom CSS code section. If this is not what you wanted, please provide some more details of possible.

Thanks

Simion C.
tagDiv Staff

Hi,

In this example I use a do_shortcode to insert and ad below the comment (custom ad 1 spot for example), using the default post template (you can modify any post template you want)

<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>

To make it appear below the comments section it has to be entered here
https://www.screencast.com/t/tt0b93Cb
https://www.screencast.com/t/KEvwvy0rT0F

Note the sidebar cases and enter the code depending on layout used. Hope this helps.

Thanks

Simion C.
tagDiv Staff

Hi,


@Stefan
Please make sure you are inserting the ads properly, there should be no problem
https://forum.tagdiv.com/topic/amp-page-does-not-support-any-ad/


@AlexGuzi
The logo displayed in the header on AMP pages is the mobile logo
https://www.screencast.com/t/e2eoz48pbc
The footer logo will be the one set in the footer section
https://www.screencast.com/t/838SUcpD5LOv

Thanks

Simion C.
tagDiv Staff

Hi,

Most importantly, if you use Visual composer for building pages please deactivate the tagDiv composer plugin (active by default when the theme is installed or updated). Row layouts and specific Visual composer options and elements will be affected when the tagDiv composer is active. Deactivate it and test again, there should be no issues.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme will automatically search the ad in the Google system and display the right size on your ad spot, if the ad size is on auto
https://www.screencast.com/t/1UP95oZoe
You can choose specific ad sizes if you want to. Or implement the ads using a plugin, if you require more control over the ads. The Adrotate plugin is recommended by theme users in this case.

Thanks

Simion C.
tagDiv Staff

Hi,

There is no documentation in the matter. All posts are meant to be created and published manually, using either a featured image or a video from the supported sources. Then there should be no problem. The theme does not have any options for bulk posting or RSS feeds.

You could try plugins that have such capabilities and make tests, we cannot make any recommendations unfortunately.

Thank you!

Viewing 25 posts - 12,176 through 12,200 (of 20,681 total)