Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by wakabayashi

  1. wakabayashi

    Which tpl

    Tipp: You can find this out very easily by your own. Just use a modern browser where you can select an element to inspect it. It shows immediately that its h1. To find out which tpl file, you just read body id="". The id normally tells you the tpl file!
  2. wakabayashi

    Which tpl

    Well then just open cms.tpl and search for
  3. wakabayashi

    Which tpl

    Oh one second. You wanna remove really the header? Or the headline?
  4. wakabayashi

    Which tpl

    If it's a cms page it's cms.tpl. It's easier to help if you send a link, so we can see the source code!
  5. I doubt he will fix it, since he doesn't even upgrade his module anymore...
  6. This is the blog module from kpodemksi. I have some issues to make it work. It seems to be caused by the rewrite system. Unfortunately this module now even breaks other frontControllers. For example I get: Fatal error: Call to a member function isAccessGranted() on null in /home/genzo/publichtml/modules/phsimpleblog/controllers/front/single.php on line 33 But when commenting this function out, I get a 404 error. @mdekker could you solve this?
  7. There is a menu "topic tools". I can do it there. But not sure, if it is because I am moderator. Anyway: somebody did it :D
  8. You are welcome! Feel free to mark it as "solved".
  9. ``` {$blocktitle1|escape:'html':'UTF-8'} {foreach from=$blocks1 item=block name=loop} {if $block.link}{/if}{if $block.title}{$block.title|escape:'html':'UTF-8'}{/if}{if $block.link}{/if} {/foreach} ``` Try it like this...
  10. @Havouza said in How create a link like this?: This is the code in the tpl. To me it looks if a target is hardcoded here, all links will open in a new tab. Solution for that is to only place links here that should open outside the shop <ul id="footercustom_link_informations"> <li class="footercustom_link_title footercustom_title">{$blocktitle1|escape:'html':'UTF-8'}</li> {foreach from=$blocks1 item=block name=loop} <li>{if $block.link}<a href="{$block.link|escape:'html':'UTF-8'}" title="{$block.title|escape:'html':'UTF-8'}">{/if}{if $block.title}{$block.title|escape:'html':'UTF-8'}{/if}{if $block.link}</a>{/if}</li> {/foreach} </ul> Yeah you could solve it in your tpl file. The solution which comes to my mind is a bit ugly. But you could use something like: {if $block.id==anynumber}target="_blank"{/if} I don't use this module, so I don't know if you have access to the id...
  11. You have html error in it. You mess up with quote sign ("). Yours: <a href="https://webadmin-lin.demo.plesk.com:8443/smb target =&quot;_blank&quot;" title="Plesk Control Panel">Plesk Control Panel</a> Correct: <a href="https://webadmin-lin.demo.plesk.com:8443/smb" target ="_blank" title="Plesk Control Panel">Plesk Control Panel</a>
  12. @Traumflug said in Onepage Check-out like presta 1.7: I wonder all the time why people ask for a one-page checkout all the time. There is one, right in thirty bees, standard installation. Just enable it in Backoffice -> Preferences -> Orders -> General. Works just nicely. Is this the same as in PS? Cause this is no real onepage checkout. User have to save address first. But to be honest, I wonder too why so many are screaming for one page checkout. Our experience shows that people get confused, when they have to fill in too much on a single site. I only like one pages checkout for registered customers with saved addresses.
  13. I am not yet on tb on live server and removed the font from my theme ;)
  14. Oh yeah Michael is right :D @mdekker why is it done like this? It confuses me a lot ^^
  15. Not sure if this is problem. The phone icon on the top is loaded...
  16. I see... Not sure what is the problem, since I add FontAwesome by CDN. Try to add this to global.css .fa-check:before { content: "\f00c"; }
  17. But where is the page, which doesn't work?
  18. Hm I don't understand your problem. Is your site live? Or can you show us your html code?
  19. You can use cms.css file, which is in your theme folder. If you wanna have specific rule for one page, you can use selector "#cms-id". Ofc you should replace id with the number.
  20. Did my method not work, or you just decided to make a new installation?
  21. Have you changed shop url in backoffice (SEO & URLS)? If you use multistore these settings are stored under mutlistore. Not sure if you have to change anything else. In config folder there is a file "settings.inc.php". In it you find a constant 'PSDIRECTORY_'. Maybe this has to be changed as well...
  22. Hello I just installed the blog module and it looks solid :grinning: :thumbsup: Still I want to share improvements ideas: Preview a post for author. This is very helpful when you are creating a post, but don't want it to publish yet. Author widget. Instead of just showing blank name, it would be nice to have an avatar & little description. Translation option. You offer a field "available for these languages". That's a very nice feature, but I would disable it, if user has only one languaged installed. I would also consider, to preselect default language. Link blog with ecommerce. I think in the longer run, the blog should be linked deeper with the ecommerce system. It' should be easy, to insert links to a product. Also reversed: to insert blog posts on categories or products pages. Shortcodes. This is related with the previous point. It would be amazing to have a shortcode system, which devs/designer could use. Imagine of something like this: [smalllist idcategory=12 products=5] Edit: * RSS Feed * Including links to sitemap How do you like about my ideas? Feel free to add your own in this thread!
  23. I think you could solve it with css media queries. Otherwise fluid typography could be helpful: https://www.smashingmagazine.com/2016/05/fluid-typography/
  24. @MockoB I am not from germany, but in switzerland situation with "Rechnung" is very similair. Well if he forgets, you remind him. We do this first by email and later own with a letter. When we finally switched to TB we will add Paypal and CreditCard. At the moment we only have Rechnung and two swiss methods.
  25. No it's not the same. If you aren't from germany you should stay away from "Rechnung".
×
×
  • Create New...