Post by Sladdaren » Sun May 23, 2021 10:03 pm

Hi guys

I tried to remove this text/link Gratuito desenvolvido por WNWEB na Plataforma de E-commerce Opencart in the footer on my shop. I cant find the text in the twigs. And i tried to remove some codes but i dont have any luck :-\ .
I have posted a question in the marketplace fot this theme, and send a mail. But this was weeks ago and no answer.
Hope for some expert here that can help me remove this.

The free theme name is wnweb-blue-theme-free
Im running opencart 3.0.3.7
And the url ( if there is to any help )is https://realtimesport.se
Last edited by Sladdaren on Mon May 24, 2021 1:46 am, edited 1 time in total.

http://volvosweden.se
https://www.youtube.com/c/VolvoswedenSe


New member

Posts

Joined
Fri Nov 13, 2020 12:15 am


Post by halfhope » Sun May 23, 2021 10:13 pm

Code: Select all

{{ powered }}
In file common/footer.twig

My extensions in marketplace. [ security | flexibility | speedup ]


User avatar
Active Member

Posts

Joined
Tue Dec 10, 2013 9:44 pm
Location - San Diego

Post by OSWorX » Sun May 23, 2021 10:47 pm

Sladdaren wrote:
Sun May 23, 2021 10:03 pm
I tried to remove this text/link Gratuito desenvolvido por WNWEB na Plataforma de E-commerce Opencart in the footer on my shop.
....
The free theme name is wnweb-blue-theme-free
Well, while it is a "free" theme, you should check if you are allowed to remove such.
It is nor forbidden to display links, especially when the theme or extension is "free".
That's the price for it - sometimes.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by halfhope » Mon May 24, 2021 12:00 am

OSWorX wrote:
Sun May 23, 2021 10:47 pm
Sladdaren wrote:
Sun May 23, 2021 10:03 pm
I tried to remove this text/link Gratuito desenvolvido por WNWEB na Plataforma de E-commerce Opencart in the footer on my shop.
....
The free theme name is wnweb-blue-theme-free
Well, while it is a "free" theme, you should check if you are allowed to remove such.
It is nor forbidden to display links, especially when the theme or extension is "free".
That's the price for it - sometimes.
Provoded without any license.

My extensions in marketplace. [ security | flexibility | speedup ]


User avatar
Active Member

Posts

Joined
Tue Dec 10, 2013 9:44 pm
Location - San Diego

Post by Sladdaren » Mon May 24, 2021 12:10 am

halfhope wrote:
Sun May 23, 2021 10:13 pm

Code: Select all

{{ powered }}
In file common/footer.twig
I try that several times and remove that. But its not working.
When i read the support comment, alot ask the same thing. It cant be any any rules of remove this footer, beacause one of the Theme maker have answered 1 year ago that you have to remove this through ocmod.
What does this mean and how do i proceed ?

http://volvosweden.se
https://www.youtube.com/c/VolvoswedenSe


New member

Posts

Joined
Fri Nov 13, 2020 12:15 am


Post by mikeinterserv » Mon May 24, 2021 12:23 am

Its just a paragraph in the footer
Comment it out or delete it - then refresh your cache etc
You can do it manually or with simple OCMod

Active Member

Posts

Joined
Thu May 28, 2020 6:55 am
Location - Wales

Post by Sladdaren » Mon May 24, 2021 12:30 am

mikeinterserv wrote:
Mon May 24, 2021 12:23 am
Its just a paragraph in the footer
Comment it out or delete it - then refresh your cache etc
You can do it manually or with simple OCMod
I cant find the text files or the a href tagg anywere ?. Any hints where i can search for this. I have search all the footer files and footer twigs files. But nothing helps. I have refresh my cache everytime. This code have to be hidden somewhere else.

http://volvosweden.se
https://www.youtube.com/c/VolvoswedenSe


New member

Posts

Joined
Fri Nov 13, 2020 12:15 am


Post by OSWorX » Mon May 24, 2021 12:31 am

mikeinterserv wrote:
Mon May 24, 2021 12:23 am
Its just a paragraph in the footer
Comment it out or delete it - then refresh your cache etc
You can do it manually or with simple OCMod
With the given OpenCart Version, it can be done very easy and simple.
Menu > Design > Templateeditor
Select then Template :: Common > footer.twig
Search for

Code: Select all

<hr>
    <p>{{ powered }}</p>
and remove that.
Save.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by OSWorX » Mon May 24, 2021 12:39 am

Sladdaren wrote:
Mon May 24, 2021 12:30 am
mikeinterserv wrote:
Mon May 24, 2021 12:23 am
Its just a paragraph in the footer
Comment it out or delete it - then refresh your cache etc
You can do it manually or with simple OCMod
I cant find the text files or the a href tagg anywere ?. Any hints where i can search for this. I have search all the footer files and footer twigs files. But nothing helps. I have refresh my cache everytime. This code have to be hidden somewhere else.
As it seems, you have to edit the install.xml.
Because this installer modifies the footer.twig ba adding this code:

Code: Select all

<p style="text-align: center; font-size: 11px; margin: 0;">Tema Gratuito desenvolvido por WNWEB na <a href="https://wncommerce.com.br/" rel="nofollow" target="_blank" title="plataforma ecommerce" >Plataforma de E-commerce</a> Opencart</p> 
Remove the complete section inside the install.xml:
<file path="catalog/view/theme/*/template/common/footer.twig">
....
</file>

otherwise it will be activated again each time you rebuild the OCMod cache.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by Sladdaren » Mon May 24, 2021 12:41 am

OSWorX wrote:
Mon May 24, 2021 12:31 am
mikeinterserv wrote:
Mon May 24, 2021 12:23 am
Its just a paragraph in the footer
Comment it out or delete it - then refresh your cache etc
You can do it manually or with simple OCMod
With the given OpenCart Version, it can be done very easy and simple.
Menu > Design > Templateeditor
Select then Template :: Common > footer.twig
Search for

Code: Select all

<hr>
    <p>{{ powered }}</p>
and remove that.
Save.
I removed it now in the footer.twig and saved. Cleared the cache for safety. Its still there..Dont work.

http://volvosweden.se
https://www.youtube.com/c/VolvoswedenSe


New member

Posts

Joined
Fri Nov 13, 2020 12:15 am


Post by Sladdaren » Mon May 24, 2021 12:43 am

OSWorX wrote:
Mon May 24, 2021 12:39 am
Sladdaren wrote:
Mon May 24, 2021 12:30 am
mikeinterserv wrote:
Mon May 24, 2021 12:23 am
Its just a paragraph in the footer
Comment it out or delete it - then refresh your cache etc
You can do it manually or with simple OCMod
I cant find the text files or the a href tagg anywere ?. Any hints where i can search for this. I have search all the footer files and footer twigs files. But nothing helps. I have refresh my cache everytime. This code have to be hidden somewhere else.
As it seems, you have to edit the install.xml.
Because this installer modifies the footer.twig ba adding this code:

Code: Select all

<p style="text-align: center; font-size: 11px; margin: 0;">Tema Gratuito desenvolvido por WNWEB na <a href="https://wncommerce.com.br/" rel="nofollow" target="_blank" title="plataforma ecommerce" >Plataforma de E-commerce</a> Opencart</p> 
Remove the complete section inside the install.xml:
<file path="catalog/view/theme/*/template/common/footer.twig">
....
</file>

otherwise it will be activated again each time you rebuild the OCMod cache.
Ok i need to unistall this theme first?. Then before i install it again i need to remove the codes you give me ?

http://volvosweden.se
https://www.youtube.com/c/VolvoswedenSe


New member

Posts

Joined
Fri Nov 13, 2020 12:15 am


Post by mikeinterserv » Mon May 24, 2021 12:50 am

halfhope wrote:
Sun May 23, 2021 10:13 pm

Code: Select all

{{ powered }}
In file common/footer.twig
That has nothing to do with this
The text is in the theme footer
Gratuito desenvolvido por WNWEB na Plataforma de E-commerce Opencart
Also check your theme language files see if its in there
Last edited by mikeinterserv on Mon May 24, 2021 1:21 am, edited 1 time in total.

Active Member

Posts

Joined
Thu May 28, 2020 6:55 am
Location - Wales

Post by by mona » Mon May 24, 2021 1:14 am

Sladdaren wrote:
Mon May 24, 2021 12:43 am
Ok i need to unistall this theme first?. Then before i install it again i need to remove the codes you give me ?
This is getting unnecessarily complicated because we are not provided with the information. There are a number of ways this COULD be done. So we are providing solutions based on those numerous possibilities.

Can you please post :-

catalog/view/theme/THEME_TEMPLATE_NAME/template/common/footer.twig

If the above does not exist then please post this
The install.xml file that was provided with the theme

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by Sladdaren » Mon May 24, 2021 1:34 am

I solved it thx to mikeinterserv..again ;D the uber expert on this forum.

How I solved this in the easiest way. If anyone want to know by google this thread.
The problem is that I have modified the theme a lot and will lose most of it when I uninstalled the wnweb theme. Well here we goo.

1. I opened install.xml from the ocmod file in notepad
2. Removed the long tag that mikeinterserv suggested.
3. Renamed the folder inside ocmod from wnweb to wnweb1
4. Now I installed this theme. Now I got option 2 theme options to choose.. wnweb or ( my renamed theme ) wnweb1

5.Used FTP and copied this 3 folder from the original wnweb theme. TEMPLATE-->. ACCOUNT, COMMON and extension.
6.Now I pasted (write over) these 3 folders into (my renamed theme wnweb1)
7.Now when I choose wnweb1 I have all the modifications and the link at the bottom of the footer is gone. Seems like it works great
ty guys.. :)

http://volvosweden.se
https://www.youtube.com/c/VolvoswedenSe


New member

Posts

Joined
Fri Nov 13, 2020 12:15 am


Post by JNeuhoff » Mon May 24, 2021 1:38 am

I think he uses this theme, in which case the install.xml needs to be modified, by removing this section:

Code: Select all

	<file path="catalog/view/theme/*/template/common/footer.twig">   
		<operation error="skip">
		  <search position="replace"><![CDATA[
		   </footer>
		  ]]></search>
		  <add><![CDATA[
			 {% if rota == 'common/home' or rota == '' %}
			   <p style="text-align: center; font-size: 11px; margin: 0;">Tema Gratuito desenvolvido por WNWEB na <a href="https://wncommerce.com.br/" rel="nofollow" target="_blank" title="plataforma ecommerce" >Plataforma de E-commerce</a> Opencart</p> 
			  </footer>
			{% else %} 
			
			</footer>
			{% endif %}        

		  ]]></add>   
		</operation>
	</file> 

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by by mona » Mon May 24, 2021 1:45 am

@Sladdaren I believe that was OSWorX - glad it is working - Please add [SOLVED] to the beginning of the title
OSWorX wrote:
Mon May 24, 2021 12:39 am
As it seems, you have to edit the install.xml.
Because this installer modifies the footer.twig ba adding this code:
Code: Select all

<p style="text-align: center; font-size: 11px; margin: 0;">Tema Gratuito desenvolvido por WNWEB na <a href="https://wncommerce.com.br/" rel="nofollow" target="_blank" title="plataforma ecommerce" >Plataforma de E-commerce</a> Opencart</p>
Remove the complete section inside the install.xml:
<file path="catalog/view/theme/*/template/common/footer.twig">
....
</file>
otherwise it will be activated again each time you rebuild the OCMod cache.

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by OSWorX » Mon May 24, 2021 5:46 pm

Sladdaren wrote:
Mon May 24, 2021 1:34 am
I solved it thx to mikeinterserv..again ;D the uber expert on this forum.

How I solved this in the easiest way. If anyone want to know by google this thread.
The problem is that I have modified the theme a lot and will lose most of it when I uninstalled the wnweb theme. Well here we goo.

1. I opened install.xml from the ocmod file in notepad
2. Removed the long tag that mikeinterserv suggested.
3. Renamed the folder inside ocmod from wnweb to wnweb1
4. Now I installed this theme. Now I got option 2 theme options to choose.. wnweb or ( my renamed theme ) wnweb1

5.Used FTP and copied this 3 folder from the original wnweb theme. TEMPLATE-->. ACCOUNT, COMMON and extension.
6.Now I pasted (write over) these 3 folders into (my renamed theme wnweb1)
7.Now when I choose wnweb1 I have all the modifications and the link at the bottom of the footer is gone. Seems like it works great
ty guys.. :)
Nice .. but it was me.
I gave you already the solution by editing the install.xml and remove the mentioned code.
Of course, you have to
1. UNinstall first the extension (= theme)
2. refresh the modification cache
3. edit the install.xml
4. rebuild the installer package (remove the edited install.xml in the theme installer package)
5. install the theme as usually
6. refresh the modification cache

No need to use any FTP or anything else!

And for the next time when you have troubles, I recommend you post a request in the Commercial Section, because such issues and solving them are out of the scope of this forum.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria
Who is online

Users browsing this forum: No registered users and 400 guests