Announcement

#1 2016-07-25 15:54:48

Knitter
Member
Denmark
2016-05-26
89

[resolved] How to remove unwanted tab?

Hi

In an attempt to make my site run as I want it to, I'm experimenting on a virtual server (xampp), and now I have got a tab that I don't want, but I don't know where it came from, and cannot remove it. See the attached screenshot.
I have tried to remove most of the plug-ins, but it didn't help.
I also tried the copyright-plug-in, and it worked just fine at first, but the next time I looked, it said "Copyright:  N/A".

Can anybody help me?

Piwigo version: 2.8.2
PHP version: 5.6.22
MySQL version: 10.0.25 - MariaDB
Piwigo URL: http://soejberg.com  (my public site)

Offline

 

#2 2016-07-26 13:08:47

Knitter
Member
Denmark
2016-05-26
89

Re: [resolved] How to remove unwanted tab?

Hi again

Now I have compared the source code of my testsite to the code of my public site, and I found some inconsistency.
It seems that a deactivation does not remove the code, nor does an uninstall.

<ul id="tabTitles">
                <li id="tabTcaption" class="tabTitle" name="caption">Description</li>
                        <li id="tabTmeta0" class="tabTitle" name="meta0">EXIF Metadata</li>
                    <li id="tabTinfo" class="tabTitle" name="info">Information</li>
            </ul>
        </div>
            <div id="tabs">

compared to my public site

<ul id="tabTitles">
                        <li id="tabTmeta0" class="tabTitle" name="meta0">EXIF-metadata</li>
                    <li id="tabTinfo" class="tabTitle" name="info">Information</li>
            </ul>
        </div>
        <div id="tabs">

and here - please decide - I would prefer "follow"

    <meta name="robots" content="noindex,nofollow">
<meta name="robots" content="follow">

I do not claim to know much about coding, but I coded my first site in html.

Offline

 

#3 2016-07-31 00:26:28

Knitter
Member
Denmark
2016-05-26
89

Re: [resolved] How to remove unwanted tab?

Isn't there anyone who can tell me how to get rid of this line

<li id="tabTcaption" class="tabTitle" name="caption">Description</li>

Please, please, help me.

Last edited by Knitter (2016-07-31 00:27:42)

Offline

 

#4 2016-08-02 14:18:18

Knitter
Member
Denmark
2016-05-26
89

Re: [resolved] How to remove unwanted tab?

I found the solution myself.
It was some settings in the Stripped theme that I had to change.
I needed the title under the thumbnail, and it came back by changing some settings in the theme.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact