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 looks like an inline text element, that has an option to set a color and also hover color for the links you enter in it
https://www.screencast.com/t/7BOpoqW4z7Y

You could underline the links with a code like this for example
https://www.screencast.com/t/phm0kPYVU

The code can be entered in Theme panel->Custom CSS section, it will affect links in the inline text description.

.tdm_block_inline_text .tdm-descr a {
text-decoration: underline;
}

Thanks

Simion C.
tagDiv Staff

Hi,

By an option that is not possible. You can use the icons mentioned in that guide or try the new font awesome icons with the plugin suggested here
https://forum.tagdiv.com/topic/font-awesome-error/
https://fontawesome.com/icons

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed the general setting in the theme panel seems to not apply for the description of the icon box element. I believe Bogdan tested with a different element by mistake. I will add this on our list of fixes, sorry for the inconvenience.

You could use the tagDiv composer font settings for the moment
https://www.screencast.com/t/Xcnq4XwJO6R

Simion C.
tagDiv Staff

This is not valid – https://www.screencast.com/t/5nM9WmAP
Be sure to use px and not such a high value, with -15px it will be too high
https://www.screencast.com/t/LfaC894drtm

In the other example a value like this would be best
https://www.screencast.com/t/HPaQec5A

You could add divs individually, for each case, like this
https://www.screencast.com/t/YEALpxfDW
Then style them differently if needed.

Simion C.
tagDiv Staff

Hi,

The latest articles section has only numbered pagination, you could replace it with a block of your choosing sorted by latest, blocks have infinite loading.

Also as of the latest update, you can now make columns sticky by an option
https://www.screencast.com/t/YQfUQzKxYQHq

Simion C.
tagDiv Staff

Hi,

That might change in a future update, sorry for the confusion.

Simion C.
tagDiv Staff

Hi,

I believe you are getting that error when you are editing a page. Does it happen if you edit a new page with the composer? if it only happens for a specific page only then the problem is there. Edit pages that were built with the tagDiv composer only, don’t edit pages built with a different editor or contain elements that were not added with the tagDiv composer.

Or maybe you are receiving the error while trying to access the Cloud library section. If that is the case, please re-save the permalinks in WordPress settings and try again
https://www.screencast.com/t/bi2MeCnHhU1
Let us know.

Thanks

Simion C.
tagDiv Staff

The theme container width is 1068px, with a background is 1164px. Rows can be split in columns and then you can enter content only in the columns you want
https://www.screencast.com/t/gFbuyydrI8x
Rows can also be stretched if needed.

Simion C.
tagDiv Staff

That is the place, the custom CSS section. You can enter your code after the one you have currently.
The Advanced CSS sections are meant to be used if you want the code to apply for specific view ports. For example if you would like that code to apply only for desktop, and use a different one for tablets.

Simion C.
tagDiv Staff

You mean the Speed booster plugin, that will try to move the loading of the resources in the footer. It may cause such issues.
You could disable that plugin if it causes problems and check again. The plugin does not have any settings or options to work with.

Simion C.
tagDiv Staff

I don’t know what you could do so that all users will see this the same. Indeed on smaller resolution monitors the focus will be more on the content, the background by the sides will be cut off as much as needed. There will be no room or space for a background as on larger resolutions.

The theme width would be standard for a website. You would need to have a much lower content width in order to take into account smaller resolutions displays, but then what would happen for larger resolution devices? there will be more unused space. It would be best to situate in the middle.

Simion C.
tagDiv Staff

There are no page size settings or for a specific resolution if that is what you are asking, pages can be built normally only.

Simion C.
tagDiv Staff

Hi,

The code can be entered in the theme panel as well. Create the code as you want and enter it there.

Thanks

Simion C.
tagDiv Staff

From what I can see there are no ads in the post content. The only ad I see is below the post in a raw HTML widget
https://www.screencast.com/t/xi9q9a3yoIB1
But the post content seems to not contain any ads.

If you are sure you entered ads in the post template, we could take a look as well. Send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email.

I will edit your last reply and remove the ad code from the topic.
Thanks

Simion C.
tagDiv Staff

A sidebar set in the post edit screen will have priority over all the other conditions. If you leave it on default, then the sidebar from the primary category will be picked.

If you want to set a specific sidebar for multiple posts at once, set that sidebar for the primary category of those posts. Then all the posts will inherit that sidebar.

Simion C.
tagDiv Staff

Hi,

If you want to switch themes you will have to request a refund for Newsmag, we will approve it. And then purchase the Newspaper theme. That would be the only way to do this.

Thanks

Simion C.
tagDiv Staff

Hi,


@maddievararu
They should be providing installation instructions for the code. A dedicated js element does not exist, try to enter the code in simple text elements, check if that works
https://www.screencast.com/t/pymfK0cPTR

Thanks

Simion C.
tagDiv Staff

Maybe move the other meta instead of the new time format
https://www.screencast.com/t/Lu6RZgNDx

header .td-module-meta-info .td-post-author-name {
top:0;
}

Or do it the same with a div and class. For the mobile theme, CSS code has to be entered here
https://www.screencast.com/t/CsHYYBlQFh7

That code works for me, posts within a month
https://www.screencast.com/t/Ou41YeLbgd
Older posts – https://www.screencast.com/t/5p0PvZjvjq
How did you setup the styling ,what is happening exactly? Provide a link to the website where I can see this if possible.

Simion C.
tagDiv Staff

So you want to set a scroll to class, also similar to this theme demo menu
https://demo.tagdiv.com/newspaper_dentist/

You could do it like this example. First set classes to the elements you want to scroll to
https://www.screencast.com/t/DdoV0Cecx
Name the classes in any way you like. Then create the menu items like this. Add a custom link with this code in the navigation label
https://www.screencast.com/t/GYf9iz5Xm

<span data-scroll-target="website address here" data-scroll-to-class="the class you used" data-scroll-offset="-100">name of menu item</span>

The data-scroll-offset allow you to control where the scroll stops, experiment with different values.

The result will be that now the menu item when clicked will scroll to that location
https://www.screencast.com/t/hvUJoqwcbo

Simion C.
tagDiv Staff

Hi,

What about the demo install? Is that working now? Please check the theme requirements first
https://forum.tagdiv.com/requirements-for-newspaper/
Make changes if needed according to the guide, contact the hosting if needed.
Also deactivate all your plugins as a quick test, leave only theme plugins active. try again after this.

If there is still a problem, send us an email at contact@tagdiv.com and provide admin login, also cPanel if possible. Include a link to this topic in the email.

Simion C.
tagDiv Staff

So if you enter the ads in the post content they appear, if you enter them in the template ad spots they do not. What kind of ads are you using? default responsive Adsense ads should work properly.

Try to enter them again in the template and apply the template on a post, provide a link to that post then so I can take a look.

Simion C.
tagDiv Staff

If you zoom to that value the page with background would look like this
http://prntscr.com/k1zr54
The background will still be visible but by a smaller size, since the website is zoomed in. But that would happen with any website if you zoom in.

Simion C.
tagDiv Staff

Hi,

Most custom codes used and even theme panel settings will apply over the default colors. For example if an element is black and then you make it blue, the first color to load is still black, then blue is loaded. That would be how CSS works, in cascade.

This effect may be noticeable for a small or larger period of time, directly affected by the website loading speed. If the website takes longer to load the effect may be noticeable. Most elements in the theme have a default or initial color value, this will be replaced by colors you set.
Where exactly are you seeing this effect?

Simion C.
tagDiv Staff

Hi,

If you are referring to the featured image, you have to set one first
https://forum.tagdiv.com/featured-image-or-video/

If that is not it, please provide a link to your website or some screenshots if a link is not possible, and some more details.

Thanks

Simion C.
tagDiv Staff

What problem you are referring to? Maybe I am misunderstanding something. If you used Visual composer for your posts, disable the tagDiv composer after each theme update, it will be activated automatically. Then there would be no layout issues with your sidebars or post content.

Viewing 25 posts - 8,226 through 8,250 (of 20,681 total)