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

It could be done for the mobile theme, but only with CSS, there are no font settings for the mobile theme as most are predefined. These are the values used by default
http://prntscr.com/nmbcyy

You can add more to the code from above with the color – http://prntscr.com/nmbdti

.td-post-content blockquote p {
color: #dd3333;
font-size: 15px;
text-transform: capitalize;
}

If you need help let me know.

Simion C.
tagDiv Staff

Hi,

This issue will be fixed in the next theme update, sorry for the inconvenience.

The file my colleague mentions is now in the tagDiv composer plugin here
http://prntscr.com/nmbb7q
After you modify it it should look like this – http://prntscr.com/nmbbjf

I can also provide the modified line of code here, so you can replace the existing one
http://prntscr.com/nmbc04

$td_logo_text = stripslashes(td_util::get_option('tds_logo_text'));

Thanks

Simion C.
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com so we can investigate as soon as possible. Provide admin login, also cPanel will be helpful if possible. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

There is indeed a problem with Facebook featured videos, seems there were some changes made on their part. While the video will appear in the post page as featured, there will be no thumb created to display in modules.
So a thumbnail will have to be set manually when Facebook featured videos are used, for the time being. YouTube works same as before.

We will try to fix this issue, as soon as a solution is found. If you have more questions let us know.

Thanks

Simion C.
tagDiv Staff

Hi,

You would need to edit the page template for that, if this is required. By default in a page that uses the latest articles template, first there will be the content of the page, and then the latest section – http://prntscr.com/nmb15u you could modify the order in the code, then check the results.

Thanks

Simion C.
tagDiv Staff

Hi,

I saw that specified in the guide, glad it works. The theme panel font settings will not apply if a more specific setting is used for the block itself. Fonts set in the block settings style tab – http://prntscr.com/nmaxek will override the theme panel settings. this is works currently.

So I believe the reason why your desired font set in the theme panel is not applying, is because there is a font set in the composer – http://prntscr.com/nmaxqn
Edit the page with the composer and check if that is the case, set the font options to default and the theme panel font should apply.

Please let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

The theme uses an internal font that contains the icons – http://prntscr.com/nmaq8p
These icons are then applied with CSS – http://prntscr.com/nmaqkl

Your example would work – http://prntscr.com/nmar6x

But font awesome has a much larger collection of icons, loading them from a CDN should be fast from what I can find online, for example – https://woorkup.com/font-awesome-cdn/
https://www.sitepoint.com/using-font-awesome-with-wordpress/
https://community.cloudflare.com/t/reduce-fontawesome-load-time/4814

Thanks

Simion C.
tagDiv Staff

Hi,

That is possible, you can set a value by editing the post, in the custom fields
http://prntscr.com/nmanf0
If you have more questions let us know.

Thanks

Simion C.
tagDiv Staff

Hi,

1. There is indeed an ajax menu option for blocks, it can be found in the filter tab of the block settings – http://prntscr.com/nmai6w You can choose from displaying categories, tags, authors or a popular filter. When enabling the ajax filter for example by categories, by default it will show all of them. You can enter category IDs in the filed below if you want specific categories to appear in the filter
http://prntscr.com/nmajck
The same for authors and tags.

2. Blocks have a few pagination options besides the load more, you can select the one you want in the block settings, filter tab – http://prntscr.com/nmak32
A numbered pagination is not available for blocks. If you choose the page template with latest articles this will have a numbered pagination, and it will appear at the bottom of the page – http://prntscr.com/nmal66
You can choose a module for this latest articles section, it has other settings as well.

3. Those would be the excerpts – https://forum.tagdiv.com/newsmag-excerpts-introduction/ most modules can display them. There are automatic excerpts and excerpts you can set manually when creating the post – http://prntscr.com/nmalu1
The length of the excerpt can be set in general for each module, in the theme panel->excerpts.
Blocks have more specific settings if you for example want a block to have it’s own length for the excerpt – http://prntscr.com/nmam9z

If you have more questions let me know.
Thanks

Simion C.
tagDiv Staff

Hi,

I see the problem, seems there is no line height for the text found there
http://prntscr.com/nmafcf
The line height should be inherited from here – http://prntscr.com/nmag1t
Please check if the line height setting is on default there, or that is has a value. If that is set alright, check here next – http://prntscr.com/nmagi1 and set a value for the line height if needed. Let me know if the issue remains.

Thanks

Simion C.
tagDiv Staff

Hi,

If the post has both categories a and b it will appear in both category pages. When using cloud category templates and loops to display the posts, the loop element has a setting to exclude specific posts by ID – http://prntscr.com/nlzp4g

But other than this there would be no other ways to exclude posts that normally should appear in their category pages. Unless maybe you create a cloud category template and use filtered blocks and grids, but then that template can only be applied to a specific category. That would be a solution if you only want to do this for a few categories.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately that is not possible currently, once activated the mobile theme will apply to the whole website.
When paired with the AMP plugin it can be made to apply only on AMP pages – http://prntscr.com/nlzj8r so it will be displayed only for visitors reaching AMP pages. The rest of the visitors will see the default responsive version.
But to be able to specify pages for which the mobile plugin to not apply, is not possible at the moment. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

1. There are font settings for the blockquotes in the theme panel, you can use those to customize them in general – http://prntscr.com/nlzalv

2. The color of the text can be changes as you write the post
http://prntscr.com/nlzb50
Each blockquote can have it’s own color. On the other hand, to color them all at once use this setting – http://prntscr.com/nlzcl4
If no color is set in those locations they will inherit the theme accent color
http://prntscr.com/nlzbzd

3. The theme ads a few styles for quotes – https://forum.tagdiv.com/post-formats-for-tinymce/ (check point 3) but you could create your own with CSS for them, like in this topic for example – https://forum.tagdiv.com/topic/how-to-create-this-type-of-block/

On mobile the same settings should apply. Unless you use the mobile theme, then they will have the color set in the mobile theme accent color – http://prntscr.com/nlzge5
If you don’t want to change the mobile theme accent color, and wish to color only the blockquotes, you can use some CSS – http://prntscr.com/nlzh6t
This code can be entered in the mobile theme custom CSS section
http://prntscr.com/nlzhhj

.td-post-content blockquote p {
color: #dd3333;
}

Please let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

I could take a look at it, please post a link to the website so I can check it on mobile.

Thanks

Simion C.
tagDiv Staff

Hi,

Cloud header templates will display a sticky version after importing them. If you don’t need this, you can activate the sticky mode while editing the header
http://prntscr.com/nlz62z and remove all the elements that are there. Then there will be no sticky elements to display. The same for mobile – http://prntscr.com/nlz7m1

Please let us know if you have other questions.
Thanks

Simion C.
tagDiv Staff

Hi,

I checked that post with the AMP tester, seems to refer to the AMP auto ads
http://prntscr.com/nlz0ej
How are you implementing the auto ads exactly? The auto ads code can be entered in the theme panel here – http://prntscr.com/nlz12r doing it like this should work properly with no errors.

Other than this the AMP validator doesn’t seem to detect additional issues, from what I can see.

Thanks

Simion C.
tagDiv Staff

Hi,

By a setting that is not possible, only if you modify it in the newsletter plugin code. That looks like newsletter style 7, so you would have to modify this file
http://prntscr.com/nlyv93
There you can change the h3 with a div. But note that replacing it like that may cause the title design that is created for a h3 to not apply. The font and font properties may not apply, colors etc.

Thanks

Simion C.
tagDiv Staff

Hi,

It says “it may result in broken images”, I personally haven’t seen cases where this happened however, or seen negative feedback after recommending it. However you could just to be safe make a backup of the uploads folder, and only then regenerate. If you find other methods or other plugins you can give those a try instead. We don’t have specific guides in this matter.

If you have 11 sizes activated in the theme panel, then the theme will create 11 thumbnails. WordPress will create an additional 3 sizes – http://prntscr.com/nlyiz3 Plugins can create thumbnails as well.

Thanks

Simion C.
tagDiv Staff

Hi,


@serjuzu
The theme will use the date format set in WordPress – http://prntscr.com/nlydn8
You can use any of the available parameters
https://codex.wordpress.org/Formatting_Date_and_Time
The theme will then display the format set there, in modules and post pages.

Please let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

From what I know a border length can’t be set with CSS, you could do this in a different way. Like this maybe – http://prntscr.com/nly5dk
So you could remove the previous code and use this one instead
https://pastebin.com/MyA4GnRq

For the footer it is quite unusual that a padding is set there. Seems to happen only in the homepage. However you can use this code to remove it

.td-main-content-wrap {
padding-bottom: 0;
}

Simion C.
tagDiv Staff

I have inspected the website, I see an ad on desktop – http://prntscr.com/nlxqly
One on tablet landscape – http://prntscr.com/nlxrak
One on tablet portrait – http://prntscr.com/nlxrl1
But none for mobile – http://prntscr.com/nlxs9l
Are you sure there is a code for mobile entered in the same location where you entered the other ones? – http://prntscr.com/nlxsoz

Please check, the ad should appear if you enter one there.

Simion C.
tagDiv Staff

Hi,


@nunomura
There will be more demo homepages and pages added in the cloud library in the future, currently only these are available for import
https://cloud.tagdiv.com/#/load/Homepages
https://cloud.tagdiv.com/#/load/Pages

I can provide you with the code for the news week demo homepage
https://pastebin.com/cQZtYz15
Enter it in a new page and edit it with the tagDiv composer, configure it as needed.

Let me know if you need help, or you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

Seems there is a 500 error – http://prntscr.com/nlw8dr I suggest that as a first step you check the theme requirements guide – https://tagdiv.com/newspaper-theme-requirements/
In most cases such issues happen when there aren’t enough resources available.

We recommend a value of 256M for the wp-memory location. Most hosting provider initially set it to 40M which is not enough for the theme, theme plugins, and additional plugins. The guide mentioned how the required parameters can be increased, you can also contact the hosting provider to do it for you, they should be able to.

In case the issues remains after trying these suggestions, or there is no need to increase the resources, we could take a look at it. Please send us an email at contact@tagdiv.com and provide admin login, also cPanel or FTP. We will investigate. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

I checked the website, the images seem to appear at the moment – http://prntscr.com/nlw6yg
http://prntscr.com/nlw79xhttp://prntscr.com/nlw7di
Maybe you solved the issue already. Let me know id I should check anywhere specific.

Thanks

Simion C.
tagDiv Staff

Hi,

Try the code provided in this topic to create that top space, seems to work
https://forum.tagdiv.com/topic/background-ads-its-possible/

.td-header-wrap {
margin-top: 150px;
}

Modify the margin value as needed.

Thanks

Viewing 25 posts - 2,451 through 2,475 (of 20,681 total)