Jump to content
thirty bees forum

Madbits

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by Madbits

  1. Well there goes customer service for you, trashing your project but hey, the module is working. I think the most you can do is ask him what he edited, get a fresh copy of Thirtybees and then just try and "patch" any changes he made.
  2. {assign var=_title value=" - $shop_name"} <title>{$meta_title|replace:$_title:' - Your Shop Name'|escape:'htmlall':'UTF-8'}</title> This is what I'm using to fix this issue, it will replace any shops name that will be generated in a title with the one you specifie in ' - Your Shop Name'. Hope it helps. 🙂 Use it in your header.tpl
  3. New link demo : https://thirtytools.com/dev/tbees/ You really need to improve your English, this thread is hilarious.
  4. This is how I already had them. 🙂
  5. Yes, I am. Basically there's only one account which I created when installing thirtybees.
  6. Whenever I visit categories I notice that their title is as follows: Category - Shop Name - Short Shop Name I already add my shops name in meta titles and I do not need the last "- Casablanca". I also edited classes/Meta.php and removed pretty much all " . '-' . meta::titlewhatever('shopnamewhatever') ". Kind regards!
  7. I need to change my shops name, all I get is When trying to do so.
  8. Bump, I am trying to do the same for categories too, I have removed all possible connotations in meta.php as in $row['meta_title'] . '-' . whatevershopnamefunctionstuff. Any other specific areas that handle this? Thing is that I can not change my shops name for some reason, whenever I try to access it I get "Restriced access" and then get redirected to my dashboard so I am pretty much in need of handling this stuff on my own.
  9. Title might be a little bit confusing, what I mean is that my index title always has the following "tag": If I change the shops name, it will change to whatever I did change initially. But this causes me a few issues because I already am defining the index title and the " - Casablanca" is automatically added. This is what my headers meta title tag looks like: <title>{$meta_title|escape:'html':'UTF-8'}</title> Where can I find "$meta_title" function? I just want to remove that "- whatevertheshopsname" thing. Cheers!
  10. What I suggest as a quick fix, find the breadcrumbs in product.tpl or wherever it happens, create an if statement and somehow identify when this happens ( as in reading the breadcrumb itself or something ) and then just hard code whatever you need. Although this should be considered just as a quick fix until you get everything sorted.
  11. Fixed by replacing the whole thing with: $link->getImageLink($product->link_rewrite, $cover.id_image, 'large', null, ImageManager::retinaSupport())|escape:'html':'UTF-8'
  12. Whenever I share a product on facebook, the thumbnail does not display, what I've found out is that my OG links the image as webp, which by the way is disabled as can be seen in the below image. My OG in header.tpl looks as follows: <meta property="og:title" content="{$meta_title|escape:'htmlall':'UTF-8'}"/> <meta property="og:url" content="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}"/> <meta property="og:site_name" content="{$shop_name|escape:'htmlall':'UTF-8'}"/> <meta property="og:type" content="website"> <meta property="og:description" content="{$meta_description|escape:html:'UTF-8'}"> {if $page_name=='product'} <meta property="og:image" content="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large', 'webp', ImageManager::retinaSupport())|escape:'html':'UTF-8'}"> {else} <meta property="og:image" content="/img/og_graph.jpg" /> {/if} and if I change webp to jpg in: <meta property="og:image" content="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large', 'webp', etc, etc the whole website breaks. Thanks for your time, any suggestions?
  13. Aye, already modified a couple of modules before, but for somewhat reason this morning I couldn't even make out 1+1 if I had to. Kept looking through the global.js, oh well, such is life. Edit: Just realized you can check out the events happening in the DOM, dear fuck, I'm dum dum. Edit 2: Spelled DOM as doom. Beat me to it.
  14. God damn, I kept looking out for the themes js files instead of the module. Cheers man!
  15. I can't seem to find the piece of JS that handles the "display:block" / "display:none" for the ul("sf-menu clearfix menu-content"). I want to remove the initial "Meniu" menu and just greet users with the whole thing available.
  16. Madbits

    Belvg Theme

    Well, as it specifies, config.xml is not present in the downloaded zip, unpack it, create a config.xml for it, pack it back and upload it. If you're not willing to go through that hassle, just find another theme. Edit: Also you might want to make the developer of the theme aware of that.
  17. Hopefully Michael was clear enough, if not, lets go through the steps together. When adding a new product, you have multiple tabs on your left side, like for eg. "Information", "Prices", "SEO" etc etc. There should also be a tab named "Shipping" which will allow you to select a specific shipping carrier for that product. Chose your preferred carrier (create a new one if needed) and you're good to go.
×
×
  • Create New...