Jump to content
thirty bees forum

Recommended Posts

Posted

Hello.

I installed Thirtybees via HestiaCP on VPS.

I had to reinstall a few times as the installation produced errors a few times. No problem> this happens! 

Bug is with website link. When i post link to my store website> domain.com thirty bees shows up . I tried to remove the 'thirty bees' in Preferences SEO & URL. the only file that contained this URL is the Index Meta. Which I changed. however I ran a test on OpenGraph and received this result> 

<!-- HTML Meta Tags --> <title>CafeStore Community - thirty bees</title> <meta name="description" content="A community initiative."> <!-- Facebook Meta Tags --> <meta property="og:url" content="https://bcafe.network"> <meta property="og:type" content="website"> <meta property="og:title" content="CafeStore Community - thirty bees"> <meta property="og:description" content="A community initiative."> <meta property="og:image" content=""> <!-- Twitter Meta Tags --> <meta name="twitter:card" content="summary_large_image"> <meta property="twitter:domain" content="bcafe.network"> <meta property="twitter:url" content="https://bcafe.network"> <meta name="twitter:title" content="CafeStore Community - thirty bees"> <meta name="twitter:description" content="A community initiative."> <meta name="twitter:image" content=""> <!-- Meta Tags Generated via https://www.opengraph.xyz -->

the 'thirty bees is nowhere to be found here. nor can i find it anywhere else!! my website is https://bcafe.network 

Any assistance is appreciated.

Have a Honey day!

 

Posted (edited)
14 hours ago, Ven. G.V. said:

the 'thirty bees is nowhere to be found here. nor can i find it anywhere else!! my website is https://bcafe.network 

Have you had a look into the themes .tpl files?

It is much better to the installation files directly from the Thirtybees Site.

Edited by nickz
Posted

image.png.4e2b3848b4618404df2718cd2018b2d9.png

Title comes from SEO URL settings - adjust your meta title for index.

Generator tag is located in header.tpl of the theme you work with. Note that if you edit Niara's header file it will not be updated for Community.

After that, go to Performance and clear your caches. Both mentions should be gone.

Posted

hello, ok thank you. will try it. Yes I am using Niara template - didnt realise there is another template. So if i change the header.tpl for the Niara it will not change it for the Community template? Ok this is not much of a concern. Thanks again I will give it try and get back to you.

Posted (edited)

Ok so here is what header.tpl looks like after changes in Niara template:

<html{if isset($language_code) && $language_code} lang="{$language_code|escape:'html':'UTF-8'}"{/if}{if isset($isRtl) && $isRtl} dir="rtl"{/if}> <head>

<meta charset="utf-8"> <title>{$meta_title|escape:'html':'UTF-8'}</title> {if isset($meta_description) AND $meta_description}

<meta name="description" content="{$meta_description|escape:'html':'UTF-8'}"> {/if} {if isset($meta_keywords) AND $meta_keywords}

<meta name="keywords" content="{$meta_keywords|escape:'html':'UTF-8'}"> {/if} <meta name="generator" content="CafeStore">

<meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow"> <meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=5, initial-scale=1.0">

<meta name="apple-mobile-web-app-capable" content="yes">

Edited by Ven. G.V.
Posted (edited)

For community edition (below) -  I changed it there too. By the way I changed it many times in header.tpl for Niara theme - but it keeps reverting. I will see if changing it again will. work

{if isset($meta_keywords) AND $meta_keywords} <meta name="keywords"

content="{$meta_keywords|escape:'html':'UTF-8'}"> {/if} <meta name="generator" content="CafeStore">

<meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow">

<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=5, initial-scale=1.0">

<meta name="apple-mobile-web-app-capable" content="yes"> <link rel="icon" type="image/vnd.microsoft.icon" href="{$favi

Edited by Ven. G.V.
Posted

Thank you yes> i had to remove the whole line. Even after editing the line many times. The script keeps defaulting to the same. The only way to fix this issue (at least for me) is to remove the line. I still give Credit to Thirtybees on the site. When i post links to the site, I think it defeats the purpose of having your own store if Thirtybees continues to be in main heading of the link. I think this issue is now resolved.

The second Issue is that of the Top top Menu. Where the Language choice is. Can we add items to that Menu. I cannot find a way to do it. If anyone has a helpful suggestion it would be most appreciated.

Have Honey bee day!

Posted

Sorry, now I remembered that if the generator tag is present core automatically changes it to thirty bees from one of it's classes. You found the solution - just remove it, that way core does not play with it.

Regarding the top line look for Block Links module - it is reposnsible for adding links in the header top bar.

The module Block Top Menu is the one with the drop down menus. Everything above it is header teritory.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...