Cancel in post Breadcrumbs.

Posted in: Newspaper
Post count: 297

hello way, I do not understand very well what you are saying, the problem on the web in the photos or 8magenea happens a few times and is usually spent x hours and you have to review the last published articles, sometimes the image no longer loads and you have to reload it, if I have one, I’ll leave it unchanged, so you can see it. The problem is the thumbnails or featured images in all three and RSS as I showed you in the video, load the following address for you to see or a feed reader.

Feed

Post count: 297

You can also use this, So you can see not only does it not load in that but it also affects others

feedly

Article photo failure, here reviewing articles between one that I already reviewed yesterday and was fine today it is no longer there or uploads the photo even when it is in the gallery and host.

I already put you in wordpress as admin

photo no carga

  • This reply was modified 5 years by ludyma.
  • This reply was modified 5 years by ludyma.
Post count: 35449

Hi ludyma, please continue this problem via email, please do not reply here and there, and relay only via email for this problem. My colleagues from there will check the problem and will try to fix it
Thank you for your understanding!

Post count: 297

Hi, Calin.

It turns out that the issue is giving me problems with the registration of the facebook link, it throws an error that I show you in the screenshots and I also leave you the links of the pages.

link page

embedding link
link error
page with facebook embed

  • This reply was modified 5 years by ludyma.
Post count: 297

Another problem that I have discovered is that in the AMP version, the photo is not loaded where it appears (by) at the beginning of the post, I am attaching a screenshot of the page and the link of the page in amp.

amp page
page AMP
same page at the end comes out avatar
profile page

Post count: 35449

Hi,

If I understand correctly the problem is that now the Facebook links are no longer render like before and are displaying like simple links.
Please set the link from Facebook in code editor (text editor) -> https://i.imgur.com/NJ8rLrI.png -> https://i.imgur.com/PpJLBxr.png -> https://i.imgur.com/Ldlv7tR.png

For me the author image is displaying on amp and I use WP User Avatar plugin -> https://i.imgur.com/6FHurpY.png please make sure that you do not use some plugins that are interfering with the theme plugins and amp.

Thank you!

Post count: 297

Hi Calin, how are you, I hope you’re good. I need your wisdom jeje.
I want to change the color in the bullets when it is listed by number, only the number and the period. Attached photo and link.

  • This reply was modified 5 years by ludyma.
Post count: 35449

Hi, I’m fine, thank you!
Unfortunately there is no option for this, but you can achieve it with a a little work and a custom css like this one -> https://i.imgur.com/s2gbYSS.png
.single ol {
list-style: none;
counter-reset: li;
}
.single li::before {
content: counter(li);
color: red;
display: inline-block;
width: 1em;
margin-left: -1em;
}
.single li {
counter-increment: li;
}
.single ol li::before {
content: counter(li);
color: red;
display: inline-block;
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
text-align: right;
direction: rtl;
}

The code need to be set in theme panel> custom code> custom css.
Also all you need to do is to replace the red color with the one you like.

Hope this will help!
Let me know the results!

Post count: 297

hello Calin.

I did not use that code because it cancels the rest, but thanks.

Post count: 297

hello Calin.

of the new of 10.3.8 could you explain this a little, I do not understand it well.

new: Create mobile header/footer templates from desktop versions;
new: Sticky row option in tagDiv Composer;
new: Video pop-up for Single Image and Inline Single Image shortcode;

Post count: 35449

Hi ludyma,
This new: Create mobile header/footer templates from desktop versions; related to the mobile page added in Newspaper v103.7 -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ where you had the ability to make a new mobile page using tagDiv Composer, now in v10.3.8 you can do the same for mobile header and footer -> https://i.imgur.com/pLITJEA.jpg -> https://i.imgur.com/zMC3fH6.png -> https://i.imgur.com/ca9CZIy.png
new: Sticky row option in tagDiv Composer; is referring to this option -> https://i.imgur.com/4SnkM5O.jpg this option will make a row to be sticky in top or bottom of page.
new: Video pop-up for Single Image and Inline Single Image shortcode; is referring to this option -> https://i.imgur.com/il76jnw.jpg for set a popup video and ads for Single Image and Inline Single Image.
Hope this will help you!

Post count: 297

Hi Calin.

This option ?? can you inform me please

new: tagDiv Theme Welcome Page;

Post count: 35449

Hi ludyma, the there as a little change in our welcome section where are display the essential settings for our theme https://i.imgur.com/kFFehz4.png also link to documentation and support.
As for the new option of mobile page described here -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ this option is to can create mobile pages using tagDiv Composer, also now this option is availed to create cloud templates for mobile theme too, to can set the layout you want to mobile website.
If you wat a specific information about one option or something like this, let me now!
Thank you!

Post count: 297

Good Calin, I’m setting up the mobile page, but it turns out that in the end my name and my photo appear on the main page, how can I remove it or code so that it does not show it on that page.

I put this command but it doesn’t apply or I don’t know.

.page-id-21738 saboxplugin-wrap{display:none;}

Capture

  • This reply was modified 5 years by ludyma.
Post count: 18283

Hello !

Can you send us a direct link where we can find that element in order to provide a working CSS Code.

Thank you !

Post count: 297

Hello, as I explained it is the new template for mobile, so the link is the web, but you have to pass it to mobile vision to see it, the link is https://newscaribe.com and it is at the end.

Post count: 297

Another question is how do I do it or if the template supports the option of the most viewed, I have not found it since in the main page of the web at the end there is the section (latest news) this cannot be modified or used for another page?

Post count: 18283

Hello !

The latest articles option is coming from wordpress. That has to be disabled from here: https://www.screencast.com/t/uzXRgXTiHlH Once you disable it you can add a flex block element and filter it to work as the Latest article element. I was looking in your post pages / normal pages and I cannot seem to find this element: https://i.imgur.com/8vkaNpB.jpg Can you provide a direct link ? The homepage does not seem to host it.

Thank you !

Post count: 297

Hello, it only comes out when it is logged in. login user “soporte” password “Prueba-2021” without quotes is the home page at the end

Post count: 297

How can I insert a block with the most read post of the senana or day? I can’t find the option.

Post count: 18283

Hello !

I have inspected your website on all the pages and posts, this issue: https://imgur.com/8vkaNpB is nowhere to be found. Please make sure to clear your cache.

You can do that by using tagDiv Composer. I suggest you to use a Flex Block and you can edit its filters as you can see here: https://www.screencast.com/t/5oRwUuXR3

Thank you !

Post count: 297

Hi Vlad.
I have some doubts regarding the update of newspaper v.10.4

1. how to access the new tool (tagDiv CSS Analyzer Tool)

2. if I deactivate the tagdiv standard pack, the page does not work (tagDiv Standard Pack is no longer required on new theme install;
)

3. where I access this (Added help video tooltips on the shortcodes options in the tagDiv Composer page builder;
)

4. I don’t understand this (Smaller CSS files – We’ve moved the individual CSS on the components where it is used to make the specific elements load faster;)

forgive my ignorance on this but I learn quickly.

Post count: 18283

Hello !

1. The CSS Analyzer can be found in your admin bar: https://www.screencast.com/t/4xSXeNuLF This is a tool which comes in handy on optimizing the CSS of your website. More information are available here: https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ Also please note that our video team is working as we speak to create a video tutorial about it.

2. This depends on what content you have. My personal suggestion is to try a PRO demo and remove the old one. This will automatically change all the elements that disappear when you remove the standard pack plugin.

3. This can be found in tagDiv Composer. As you can see here: https://www.screencast.com/t/ulZmDw7ZMfR by hovering over the titles of options it will show you what each option does.

4. There have been improvements made in order to make the Newspaper Theme more speed friendly and be easier to index by google.

Also for other inquiries please open new topics. This has reached page 4 which is very hard for other users to read.

I hope this was helpful !

Thank you !

Viewing 23 posts - 76 through 98 (of 98 total)
The forum ‘Newspaper’ is closed to new topics and replies.