Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
meremetia
tagDiv Member

Understood – till then, can you give me some high-level direction on what hook / action are you using to inject the current schema code when review is enabled? With some very basic guidance on this I should be able to write my own function to also inject the additional parameters that I need… thanks

meremetia
tagDiv Member

Hi again Bettina —

Since you mentioned you are sure it is from external source, I switched off all plugins except from TagDiv ones and the issue persists. For proof, here is the list of my enabled plugins:


also when I did copy style > paste style… the issue got carried over to the new element lol. same when i save as element and reuse it.

and inspect view:

  • This reply was modified 1 year by meremetia.
meremetia
tagDiv Member

Well if I delete it and add it again, it works – but I am losing all the work to style and customise… this is a bit disappointing— and how we make sure it won’t happen again and I won’t keep losing the styling effort? Thanks in any case

meremetia
tagDiv Member

Hi Bettina – but my issue is not related to mobile viewport. The issue is for Desktop and all other responsive views.
As a matter of fact, on mobile I do not even have a Live Search element. Please see screenshot.. hope you can have a closer look and help me with this. Thanks

issue

https://i.ibb.co/YddK1hT/Screenshot-2024-12-27-at-19-13-13.png

  • This reply was modified 1 year by meremetia.
meremetia
tagDiv Member

Hi,
Thanks, meanwhile, I managed to do it myself.
In case anybody else is interested in this, here is how you can do it.

First, on file Newspaper/includes/wp_booster/wp-admin/content-metaboxes/td_templates_settings.php change line 55 from if (current_user_can(‘publish_posts’)) to if (current_user_can(‘edit_posts’)). This means that the whole settings box is now visible to contributors.

Then, on file Newspaper/includes/wp_booster/wp-admin/content-metaboxes/td_set_post_settings.php you can add a custom class for example hidefromcontributor to the rows of the box that you wish to hide.

Lastly, you can set the class hidefromcontributor to have visibility=hidden selectively unless the logged in user is admin or author (or anything else you want).

So the complete box will only be visible to admins / authors, and all the lines that you don’t apply hidefromcontributor to them will also be visible by contributors.

meremetia
tagDiv Member

I understand, it’s OK!
May I suggest something simple then perhaps? You could give a different ID to each row of the #td_post_theme_settings_metabox – that way we can selectively hide rows

meremetia
tagDiv Member

I commented the following codes and the mention of “password” in the source code does seem to be disappeared:

http://www.screencast.com/t/88yoIN9agt
https://www.screencast.com/t/KLwOgqPMVxG

Not sure if that will be sufficient for Google. Waiting for an official reply from tagdiv too.

Thanx

meremetia
tagDiv Member

I am getting the same issue. Hoping for a fix asap as this is crucial. Thanks

meremetia
tagDiv Member

hi,
I want to automatically hide the inline adds for posts that are of certain category, let’s say “trains”.

In the past, I was able to do it with

article.category-trains div.td-g-rec-id-content_inline {display: none}
article.category-trains div.td-a-rec-id-content_inline {display: none}

and that’s because there was a class article.category-trains added to the body of all articles that are in the trains category.

however, as you can see from my previous screen (and also your screen) the class article.category-CATNAME is no longer added to the body tag of articles

hope the above clarifies

  • This reply was modified 9 years by meremetia.
  • This reply was modified 9 years by meremetia.
meremetia
tagDiv Member

Hi Catalin,

I think my problem is that apparently there is no article.category-XXXX added to the <body> any more.

Please see the screenshot here to understand what I mean: http://imgur.com/rnoBFqP

Any ideas how to fix?

meremetia
tagDiv Member

Hello,
It used to work fine using a code like :

article.category-XXXX div.td-g-rec-id-content_inline {display: none}

but after the last theme it doesn’t seem to be working anymore.

What’s more, I don’t see any classes like this in the body tag when I view source.

I am wondering if the structure has changed at a last update and how to make it so inline ads will not appear if article is in category “XXX”. Could you help?

Thanks again!

meremetia
tagDiv Member

Hi Bogdan,

No luck, I tried everything but can’t get it to work like it is shown on Sports Demo.

Where can I send my login info securely to you to have a look?

Thanks

meremetia
tagDiv Member

Hey Catalin,

That didn’t work I’m afraid. What it did was to make the row 100% in height of the browser window, but there are still white paddings left and right. I would like to make them stretch fully in width, not in height.

Please help

meremetia
tagDiv Member

hello,

I am checking with inspector but the post categories are not included in the <body class=

could you please advise?

thanks!

meremetia
tagDiv Member

Hi Bogdan,

Thanks a lot for the tip. For anybody else reading this, WP Lightbox 2 seems to be working just fine.

meremetia
tagDiv Member

Hi,

Thanks for the reply. I think this is probably one of the most serious issues of an otherwise amazing theme.

Turning general modal off breaks the modal for thousands of images in the back-log (impossible to go and change one by one) and turning it on breaks the links (terrible since we use images with links to 3rd party sites often).

Would it be possible to create a class and use the :not() selector (http://www.w3schools.com/jquery/sel_not.asp) so that global modal is ON but if there is a non-image link this class is applied?

Let me know your thoughts, thanks

meremetia
tagDiv Member

hi, no this is not what I am asking.

Suppose that I want to do something like this:

http://oi65.tinypic.com/10qe6jc.jpg

how can I do it?

thanks

meremetia
tagDiv Member

Hi Chris,
This is not what we are asking, we would need to know what files were changed from 6.3 to 6.4 which is not in the docs.

meremetia
tagDiv Member

i second that, please let us know what files were changed so we can patch from v.6.6.3. thanks

meremetia
tagDiv Member

in your GA account, go to Behaviour > Site Content > All pages so you can see what pages are picked up by GA. If it only shows your homepage then you know that’s the problem

meremetia
tagDiv Member

hi,

would it be possible you guys post a chart of corresponding blocks and modules?

I wanted to remove the author from a block today and it took me ages to figure out which file to edit.

thanks a lot 🙂

meremetia
tagDiv Member

solid code and good support. congrats

meremetia
tagDiv Member

Hi Alin,
thanks for the help. For external images at posts I actually meant those that exist already in older posts, which do not work.

As for posts in other post types, I tried to manually add class=”td-modal-image” to the a before the image but it doesn’t pop up :/

any ideas how to solve this? Or do you know of any 3rd party plugins that will be compatible?

thanks

meremetia
tagDiv Member

hi Chriss, just commenting for the sake of conversation, no issues here. thanks to tagdiv and you for all the hard work 😉

meremetia
tagDiv Member

Hi,
I would like to do the same for style 3 template of posts
thanks

Viewing 25 posts - 1 through 25 (of 41 total)