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 :)
Calin
tagDiv Staff

Hi,

Please provide some more details about the way you embed the posts, in this way we can recreate the problem and fix a fix.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

The cloud template will update when we make a new update to our theme, indeed yesterday was made an update, sometimes to have access to all cloud templates -> https://i.imgur.com/lTzSd1v.png you need to update the theme -> https://i.imgur.com/3hXVgph.png -> https://tagdiv.com/update-newspaper-theme/ ore reinstall the tagDiv Cloud Library (first delete it an reinstall it from Newspaper > Plugins).

Thank you!

Calin
tagDiv Staff

Hi,

I’m assuming that this problem appear on posts that have set infinite loading, you’ll need to edit the single post template with tagDiv Composer and disable the infinite loading.
-> https://tagdiv.com/infinite-loading-for-single-posts/ from post -> https://i.imgur.com/yIf6fA3.jpg -> https://i.imgur.com/KeclHLS.jpg -> https://i.imgur.com/4jHIHFY.png

If there is still a problem, please provide a link to your website!

Thank you!

Calin
tagDiv Staff

Hi,
I’m glad that the problem was solved!
If you have other question let us know!
Have a nice day!

Calin
tagDiv Staff

Hi,

Please do not post your privet credentials on forum!
Unfortunately, the buddyboss plugin has not been tested with our theme and therefore, we cannot say for sure if it will work or not as expected with the theme, sorry! Also, we cannot provide support for untested plugins. We do not say that it can not work with our theme, but we do not know the right settings to make it work properly with our theme.
Also please note that we can provide support only for the plugins that were tested with our theme, here is our list -> https://i.imgur.com/xdUTjCF.png

The simple way to rebuild your homepage is to copy and page the content (https://i.imgur.com/1iPe82Q.png) from homepage (http://hbculegacy.com/oldwebsite/) in the homepage from http://hbculegacy.com/staging/

Thank you!

Calin
tagDiv Staff

Hi,

I’m assuming that this problem appear on posts that have set infinite loading, you’ll need to edit the single post template with tagDiv Composer and disable the infinite loading.
-> https://tagdiv.com/infinite-loading-for-single-posts/ from post -> https://i.imgur.com/yIf6fA3.jpg -> https://i.imgur.com/KeclHLS.jpg -> https://i.imgur.com/4jHIHFY.png

Thank you!

Calin
tagDiv Staff

Hi,

The Font Awesome Icon are tested win the menu -> https://forum.tagdiv.com/how-to-add-icons-in-menu/
I do not quite understand, did you set the icons in posts titles? please provide some more details and some screenshots.

Thank you!

Calin
tagDiv Staff

Hi,

The brand field is recommended. Please provide a value if available. for this problem you can use the fix from this topic -> https://wordpress.org/support/topic/woocommerce-throwing-major-schema-errors/
This Product is missing a global identifier (e.g. isbn, mpn or gtin8) for this problem, please check this topic -> https://support.google.com/google-ads/thread/9682575?hl=en

Thank you!

Calin
tagDiv Staff

Hi,

If is happen only on a specific page, then you have on that page a shortcode or something set that is not compatible with tagDiv Composer. You can test it by making a new page and if is working then the problem is as I said.

let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

If you create a page on staging with tagDiv Composer and you want to move it on live website you can copy the page content from staging -> https://i.imgur.com/HG8Bty1.png and past it in a new page on live site -> https://i.imgur.com/XDguPps.png

Thank you!

Calin
tagDiv Staff

Hi,

In this way is working our theme, there is no settings to prevent this. There is an way to prevent this on pages, but you need to set in each block the posts ids that you do not want to by display -> https://i.imgur.com/sTokVcc.png -> https://forum.tagdiv.com/flex-block-settings-guide/
Another thing that you can use on pages is the unique article option -> https://forum.tagdiv.com/unique-articles/

Thank you!

Calin
tagDiv Staff

Hi,

The settings from theme panel and tagDiv Composer do not apply on some elements like the home element and some blocks elements because in theme panel is set an extra class on body and is overwrite the settings -> https://i.imgur.com/gZb0qT9.png you can solve this problem in two ways, one remove the class from body and the style will apply or use custom css -> https://i.imgur.com/ebrfq8Y.jpg.td-gadgets
.td-header-style-5 .sf-menu > .current-menu-item > a{
color: #2f2;
}
h3> a{
color: #fff;
}
.td-gadgets .td_module_8 .entry-title a:hover {
color: #2f2 !important;
}
.td-gadgets .td-header-style-5 .sf-menu > li > a:hover {
color: #2f2 !important;
}

The doe need to be set in theme panel> custom code > custom css.

The color on “trending now” it can be change using tagDiv Composer -> https://i.imgur.com/De4R9gd.png

Thank you!

Calin
tagDiv Staff

Hi,

Our demos are made using the theme elements, (tagDiv Composer and tagDiv Cloud Library), installing a demo will help you to make you website to look like a pro in few minutes.
Yes, you can change the demo or template, also you can create your own template and pages using the tagDiv Composer and tagDiv Cloud Library.
-> https://tagdiv.com/category/documentation/

Thank you!

Calin
tagDiv Staff

Hello !

Please note that your request is not Newspaper Theme related. If you want to migrate your website you can contact our custom work team here: https://tagdiv.com/premium-customization-services/ Migration is not covered by the support team.
Similar topic with suggestions: https://forum.tagdiv.com/topic/switching-from-wordpress-com-hosting-to-dreamhost/

Thank you!

Calin
tagDiv Staff

Hi,

Please make a test, set the code in a div with a width for inline ads and check the results.
-> https://i.imgur.com/421qX6d.png
<div style="width:720px">
<div>

If the inline ad is wroking, then you can use this code for mobile and desktop ads ->
<div class="td-visible-desktop" style="width:720px">
<!-- Your ad code here - this ad will show only on desktops -->
</div>

<div class="td-visible-phone" style="width:320px">
<!-- Your ad code here - this ad will show only on desktops -->
</div>

In this way the ads will look good.

Thank you!

Calin
tagDiv Staff

Hi,

Please try this custom css
.page-nav a[href$="/2/"] {
width: 100%!important;
}
.page-nav a {
width: 45%!important;
font-size: 16px;
margin: 0 2.5%;
padding: 18px 48px;
color: #fff;
background-color: orange;
}
.page-nav a, .page-nav .current{
display: none;
}
.page-nav a:first-child, .page-nav a:last-child {
display: block;
}
.page-nav a:first-child i:before {
content: "Prev";
}
.page-nav a:last-child i:before {
content: "Next";
}
.page-nav a:last-child i:before, .page-nav a:first-child i:before {
font-family: sans-serif;
font-size: 24px;
text-transform: uppercase;
font-weight: 600;
}

Hope this will help you!

Calin
tagDiv Staff

Hi,

Just let me know it!

Thank you!

Calin
tagDiv Staff

Hi,

You can remove these elements using the option from theme panel -> https://i.imgur.com/7ayAnZY.png

Hope this will help you!

Calin
tagDiv Staff

Hi,

WPBakery Page Builder do not need to be activate this is coming with our theme as bundled plugin -> https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins.

Thank you!

Calin
tagDiv Staff

Hi,

These thumbs can be enable from theme panel ->https://i.imgur.com/9Gvr8Hw.png ->https://i.imgur.com/qIxaMgm.png you just need to enable them.

Hope this will help!
Thanks.

Calin
tagDiv Staff

Hi,

Yes, you can achieve this using tagDiv Composer, for this on your page or homepage you need to use tagDiv Composer, add a row, this can be stretch and you can choose the layout you want -> https://i.imgur.com/pN6vZwR.jpg let’s that you make those settings -> https://i.imgur.com/ISdhMND.jpg now the row is set in 2 but you need it in 5 so you need to set a width in % on each empty column like this -> https://i.imgur.com/aNtYAfw.png -> https://i.imgur.com/vFhzXBl.jpg after that drag an inner row in each empty column -> https://i.imgur.com/FcUVItl.png -> https://i.imgur.com/wUvuvEl.png -> https://i.imgur.com/MlYoS7f.png and in this way you get the 5 columns.

Hope this will help you!

Calin
tagDiv Staff

Hi,

Yes, I was right, the header that you have is an overlay header, this can be solved in more ways, you can use a custom css to move the content down -> https://i.imgur.com/znAF7hd.png
.page-id-13 .td-container-wrap{
margin-top: 200px;
}

The code need o be set in theme panel> custom code> custom css.
Another way is to use other cloud header on that page -> https://i.imgur.com/04JqPMc.png

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.

Thank you!

Calin
tagDiv Staff

Hi,

Please try the option from theme panel -> https://i.imgur.com/m85VgqK.png

Hope this will help you!
Hanks.

Calin
tagDiv Staff

Hi,

Please try this custom css
.td-module-meta-info a[href$="/?cat=45"] {
display: block!important;
}
.td-module-meta-info .td-post-category {
display: none!important;
}

Hope this will help you!

Calin
tagDiv Staff

Hi Therajdharma,

Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again

When tagDiv Composer is not working ->https://forum.tagdiv.com/tagdiv-composer-not-working/
If there is still a problem, please provide me a link to your website and some more details and screenshots.

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Let me know the results!
Thank you!

Viewing 25 posts - 18,976 through 19,000 (of 35,335 total)