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 theme requires a background image or color, then a single link entered in the background ad section of the theme panel
https://forum.tagdiv.com/background-ads/
This is how the theme background ad implementation is made. Given these options I don’t believe such a functionality can be achieved with the theme options.
Maybe you can find a plugin that can offer this, and implement the background ad without using the theme settings. The Adrotate plugin is constantly mentioned in the forum, this might have what you need, you could give it a try.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are using the mobile theme plugin, this has no option to remove the login. You could hide it with a code like this if needed
https://www.screencast.com/t/e00b7BqcN
Enter it in Theme panel->Mobile theme->Custom CSS code section and the sign in/login will not be displayed when using the mobile theme plugin.

.td-menu-login-section {
display:none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com and provide admin login information. We will investigate the issue. Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,


@Graphic
Oracle The issue you are describing with the theme panel was related to the child theme. This is fixed in the update that was provided a while ago.
If you have made the update and the problem is still present, please send us an email at contact@tagdiv.com and provide admin login information. We will take a look.
Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

If that is the pagination displayed on posts, unfortunately there is no option to change it, at the moment. The only pagination would be like this
https://forum.tagdiv.com/posts-with-pagination/
Blocks on pages and category pages have options for different pagination, but for the posts there is no option.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t understand exactly what you are referring to. The theme has predefined ad spots in the theme panel. Enter the ad codes where you want them to be displayed
https://forum.tagdiv.com/ads-adsense-overview/

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the method that should be used to modify the cropping used by the theme. Or make the modification directly in the theme files, for the thumbnail you wish
https://www.screencast.com/t/xtHU4Pkf7N
The thumbnails will have to be regenerated after making any modification
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks

Simion C.
tagDiv Staff

Hi,

Please double check if you have made the modifications according to the solution provided in this similar topic
https://forum.tagdiv.com/topic/facebook-comments-2/
Also make sure comments are enabled in the WordPress settings and also for posts individually as mentioned there. The comments should appear if you try it like that.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website so we can inspect it. There might be caching installed that could cause this issue. Please try and clear all caching, also check with the hosting provider if there is any server side cache.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe that is category template 2, try a code like this
https://www.screencast.com/t/o2IEZUGJcr

.td_category_template_2 .td-category-header .td-page-title {
margin-top:-17px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for misunderstanding. Thank you for bringing this to our attention. I will add this on our list and we will make the modifications in a future update.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe something like this, try this code

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
background-color: rgba(255,255,255,.1);
}

Thanks

Simion C.
tagDiv Staff

Hi,

There are buttons available in both Visual composer and tagDiv composer
https://www.screencast.com/t/R3xEYKC15iu
https://www.screencast.com/t/iBbsLsP0
There will be more elements added specially for the tagDiv composer over future updates.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try this AMP plugin, this should work with the theme
http://www.wpbeginner.com/wp-tutorials/how-to-properly-setup-google-amp-on-your-wordpress-site/
If you have identified that plugin to be the cause of the issue, then you could try a different plugin.

Thanks

Simion C.
tagDiv Staff

Replied in our other topic.

Simion C.
tagDiv Staff

Hi,

There were three possible causes for this to happen. All described in this topic
https://forum.tagdiv.com/topic/errors-happened-during-tdciframedata-init-bindviewsmodelswrappers-14/
Check the Yoast SEO plugin settings and cache plugin settings. Do not edit pages built with a different composer or that have content not created with it. Try creating a new page and see if the error is still present.
Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

The tagDiv composer cannot be used on posts, the new elements just like the others can only be used in page building.

Thanks

Simion C.
tagDiv Staff

Hi

The background settings in the theme panel is general, it will apply to all the pages. You could set a white background color for example to make the website boxed first. Then using CSS code set background images for each page by page ID. Like this for example
https://www.screencast.com/t/2hujvjnLqy1M
The result is that you can set different backgrounds by page ID. This could be useful if you should consider it a solution

.page-id-XXX {
background-image:url("");
background-repeat: no-repeat;
background-attachment: fixed;
}

When building pages with the composer there are options to set background colors, images or videos for rows, thought I mentioned that as well.

Thanks

Simion C.
tagDiv Staff

Hi,

The code seems to work when applied, but it is not applied from what I can see
https://www.screencast.com/t/zFLsVpm5NQN
https://www.screencast.com/t/AuVzNvXZy
It is not applying in the page where you mention it works
https://www.screencast.com/t/HRF2z4yE
The page should look like this with the code
https://www.screencast.com/t/j491XxvT
If you entered it in Theme panel->Custom CSS it should remain there even after a theme update.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately no such plugins were included in our tests up to this moment. You could make some tests with the Category Order and Taxonomy Terms Order plugin, this may work based on other users feedback.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check in the Yoast SEO plugin settings if the author archive pages are enabled
https://www.screencast.com/t/IR1cPSEv0
If they are not, please enable the setting and clear all caching installed. Then check if the issue is solved.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are referring to the sidebar of a particular category page. All the sidebar widgets can be customized in Appearance->Widgets. There you can see all the available sidebars.
These sidebars can be set for each category in the per category settings
https://forum.tagdiv.com/how-category-settings-work/
They can be created in multiple locations
https://forum.tagdiv.com/sidebars-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

Setting a homepage should not be difficult, simply create the page how you wish, and then set it as homepage
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
By default WordPress will display a blog style front page, containing all the articles by latest.
After setting the page you want from the available pages, this should be displayed when the website is visited.
There is no need to change the website URL after setting a homepage. These addresses should be set like this
https://codex.wordpress.org/Changing_The_Site_URL

Thanks

Simion C.
tagDiv Staff

Hi,

There could be more options added for that element in a future update. You could customize it with custom code if you wish, using the browser inspector
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This is a powerful tool that will allow you to identify the elements on the page and their classes, and make various customization.

Thanks

Simion C.
tagDiv Staff

Hi,

The post pagination is displayed right below the post content (or bottom ad if used)
https://www.screencast.com/t/qKXI7zBlbte
The bottom ad is in the post content, so the pagination will be displayed after it. There are solutions in this case, but would require some modifications in the post template files
https://forum.tagdiv.com/topic/posts-with-pagination-2/
https://forum.tagdiv.com/topic/ads-shortcode/
https://forum.tagdiv.com/topic/change-order-ads-on-post-template/
https://forum.tagdiv.com/topic/google-adsense-position/

Thanks

Viewing 25 posts - 14,026 through 14,050 (of 20,681 total)