Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

The HTML code will be inserted in the footer of the website, this feature would be useful for example to load a custom HTML code, without editing theme files directly.

Thanks

Catalin
tagDiv Staff

Hello Hansjörg,

If you want to add a banner ad at the top of your site, you should edit the header.php core files and there you should use the do_shortcode method to add the banner you want. Please refer to this topic here -> https://forum.tagdiv.com/topic/how-can-i-put-ads-between-post-title-and-social-share-button/ -> here is a simple example.

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello Martin

For the moment we have no plan in motion regarding cpt implementation. We are currently working on more social options and amp but if this request becomes more popular, we will consider implementing it. We have lots of requests and have to prioritize.

Thank you!

Catalin
tagDiv Staff

Hello anshidtanalur,

If you want to put some ads above the social sharing buttons you should use the do_shortcode() method. For example, if you are using the post template style 1, please check here -> https://www.screencast.com/t/25R2rc9FJPp After your changes, make sure that you have added some ad code to custom ad 1 field.

Thanks for your understanding!

Wriper
Participant
#0

Hello,

With TinyMCE it is possible to set text padding which is very useful for full-width template.

We would like to set full-width with text padding (centered) into specific categories.

For example we would like to have articles in category “travel” to be automatically formmated like this: https://www.zaujimavysvet.sk/barcelona-letenky-tipy/ – without sidebar, with centered text padding

For other categories like “news” we would like to have standard format with sidebar .

I understand that it is possible to set full-width template for certaing category which is great but without centered text it is really bad user experience .

Thank you very much.

Peter

Simion C.
tagDiv Staff

Hi,

1. You can simply paste a link to the image and we will take a look. A link to the actual website page would be also helpful for more accurate solutions.

2. An option for this does not exist, the post templates are predefined. It could be reduced with some CSS if necessary. If you could provide an example post we will give you a solution.

3. I don’t quite understand what bar you are mentioning, some more details would be very helpful for a better understanding.

4. That is the More articles box, it can be disabled in the theme panel
https://forum.tagdiv.com/more-articles-box/

5. Tags can be set individually for each post, in the post edit screen
https://www.screencast.com/t/PHxkUEr20
You can choose what tags the post should have and add them.

Thanks

Digitala medier
Participant
#0

I use Newspaper V 8.1.
The problem is that articles in the listing on blocks on the startpage keeps repeating when using the Load more function. The same problem happens if I use the “Next Prev Ajax” function or “Infinite Load”.

Example: The listing will show news article 1 to 5 if I have set the limit to display 5 items.
When I click Load more, the listing will display articles 1 to 5 again, instead of displaying previously published articles.
There are more articles than 5 in the category chosen as filter, so that is not what is causing the problem. It was working correctly until about two weeks ago.
This is the website: https://vgrfokus.se/

Renu Bakshi
Participant
Custom CSS - topic
#0

The Custom CSS placed in custom CSS section of custom code section, where it get injected. Please give a few examples of its main uses.

Renu Bakshi
Participant
#0

The Custom HTML codes placed in custom code section in theme penal, where do they get injected. Please give a few examples of its main uses.

Simion C.
tagDiv Staff

Hi,

So you would like to remove the background only on hover. You could try a code like this one for example, it will remove the background color when hovered and color the link as you wish (a color would be necessary because the font will not be visible with no background). The result will be like this
https://www.screencast.com/t/sQWS5FJ68b

.td-post-category:hover {
background-color:transparent;
color: blue;
}

Thanks

Simion C.
tagDiv Staff

Hi,

You could try and target the first paragraph in the post content with CSS, like this
https://www.screencast.com/t/8eyzgCOjwd0A
This code will select the first paragraph and allow you to style it as you want, give it a try. Use the font properties you want in the code example, then enter it in Theme panel->Custom CSS section

.td-post-content p:first-child {
color: blue;
}

Thanks

Olya
Participant
#0

Hello! I don’t use a plugin for mobile version, as it breaks me website.
Today, I saw that all grid sites are shown incorrectly, they are circumcised and it is impossible to see the examples in the screenshot

http://s019.radikal.ru/i639/1712/58/faa43d7fae2a.png

http://s019.radikal.ru/i639/1712/a3/a467d8cc4aaf.png

How to fix it?

Catalin
tagDiv Staff

Hello LaJornada,

If you want to add a simple link which only works on your homepage you simply try to add it from the panel, Menus section, Custom Link like this -> https://www.screencast.com/t/lDAiyUdPi and then, using a bit of CSS code you should hide it for the entire theme and block it only for homepage. Below, I gave you an example.

The code is ->

.menu-item-451{
display:none;
}
.home .menu-item-451{
display:block!important;
}

The result is here -> https://www.screencast.com/t/uiXM29cvFaB

Thanks for your understanding!

lsaiyan
Participant
#0

Hi,

I am wondering if there is a way I can reduce the space between the header ad and the title of the article.

Here is an example:

http://www.lefutboldaily.com/lukaku-defends-poor-touches-against-manchester-city/

robink
Participant
#0

Hi there,
I’ve been seeking on the forum for this matter, but apparently no answsers.

I have 2 parents categories, SECTIONS (gray tag) & THEMES (yellow tag), in which there are respectivly 10 sub-categories
Each Post belongs to one SECTION category, and can be in mutltiple THEME category.

Now what i need to do is, on the post template, I want to display first the SECTION sub categroy (gray tag) and then in second place, the THEME subcatgories (yellow tag)…

I am using category template style 3 (color tags) + the post template Style 1.

Also, note that I choose not to display the SECTION and THEMES parents category tags on the post. I only display the sub categories.

I saw that there is a setting in theme panel for posts sections, that would do what i need, but it has no effect, all tags are displayed in alphabetical order…

http://demo.hematoalaune.fr/themes/myelome-multiple/myelome-multiple-un-meme-traitement-peut-ne-pas-convenir-a-tout-le-monde/

Aman Singh
tagDiv Member

Sometimes it’s good to go with simple customization rather than changing the whole code.

Inspect the error & just play with the codes in the inspect element console & try it.

Good luck with your website.

rickyfr
Participant
#0

Dear all, I was migrate my site to localhost. I did all step correctly, and my site is running well in localhost. But, there is something wrong when I access homepage.

Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘td_page_generator’ does not have a method ‘get_breadcrumbs_json_ld’ in C:\xampp\htdocs\selular\wp-includes\plugin.php on line 525

What can I do with this warning? thanks in advance

kosinus
Participant
#0

Hi,
have issue with images inside tagdiv slide gallery, images should be height/width fitted inside container’s default 640x420px, but all of them are not fitted and are larger with overflow hidden.

[url=https://postimg.org/image/vo0vtvihz/][img]https://s7.postimg.org/vo0vtvihz/Clipboard02.jpg[/img][/url]
https://s7.postimg.org/4dfklyfl7/Clipboard02.jpg

example links
https://epodravina.hr/snjezni-ugodaj-hrvatskoj-sahari/

also, is it possible to get some other post gallery models to work with template.
Tryed Photoswipe Masonry, BNE Gallery Extended and some other but can’t get them to showup.

Renu Bakshi
Participant
#0

The jawa scripts placed in custom section of custom code section, where do they get injected. Please give a few examples of its main uses.

Bogdan B.
tagDiv Staff

Hello,

Yes. That is the main functionality of the field. Here is an example:
theme panel: https://www.screencast.com/t/pBPpEWpW
head section: https://www.screencast.com/t/fJc9XoZgiPT

Thank you!

Bogdan B.
tagDiv Staff

Please provide an example of how your images show up. I cannot see any grid on your site.
Thank you!

Aman Singh
tagDiv Member

Hello,

.post footer {
clear: both;
display: none;
}

Just place this code in your theme panel >> Custom Code >> CSS

And then save it & refresh the page.

DAVID BAUMER
Participant
#0

Hi!
illustration captions in the main post content take up the full width of the content.
I can not find a solution.
Here is an example: http://test.actubisontine.com/alexia-daval-obseques-celebrees-monseigneur-jean-luc-bouilleret/

Thank you for your help

Catalin
tagDiv Staff

Hello primesolutions,

Notice that the Big Grids contain more modules and if you want to affect something like this to your Big Grid, you should edit the corresponding module file in this case. For example, if you are using the Big Grid 4 you should edit the module_mx9.php like this -> https://www.screencast.com/t/qs7396FFNzt This is a simple example.

Hope this helps!

Thanks for the message!

Viewing 25 results - 26,726 through 26,750 (of 38,683 total)