Jump to content

Gayan Virajith

Members
  • Posts

    58
  • Joined

  • Last visited

Posts posted by Gayan Virajith

  1. Hi Leopold, 

    Your website looks awesome!

    I was wondering whether you forgot to upload fancybox js and css files to the server. If you can fix this path issue, then the problem will be solved. :)  

    Note: Please don't forget to add .gallery class to the anchor tag mentioned by @elabx

    Thanks

    post-1911-0-56920600-1445176954_thumb.pn

    • Like 2
  2. Is there a way to add 'home' page in the navigation (top/bottom)?

    Trick is to modify the `links` field `Selectable Pages` into `Custom Selector`.

    1. Go to Setup > Fields > links
    2. Click on Input tab
    3. Under Selectable Pages
      1. Remove `Parent of selectable page(s)` settings 
      2. Add custom selector under `Custom selector to find selectable pages` 

    Thanks

    • Like 1
  3. Dear Biotech, 

    Thank you so much for taking your time to play around with blue-vr theme. Also I greatly appreciated for your feedback. 

     

    - 'Storage & settings' for SEO is bit misleading as well, maybe just 'SEO and Page Blocks' since there is not much 'storage' per say?

     

      You are right, we should put SEO and Page Blocks instead of `Storage & settings`.

     

    - SEO fields = if left empty they do not use the 'Title' and 'Description' of the current page but rather what is specified on 'Home' page. Wording is little misleading and will cause every page to be presented as the same. While handy, IMHO, every page should pull its own SEO even if only from 'title' and 'body' fileds of the current page.

     

      Totally agree and will fix this on upcoming release. 

     

    - Top drop-down menu seems a bit redundant where Parent page is listed twice. Any suggestions?

     

       Noted this issue, for now I would suggest to use another field to display top menu item caption. So we can easily fix this problem.

     

    Thanks again for your feedback. :rolleyes:

     

    ~ Enjoy

  4. HI saboor, 

    Thanks for using the theme. Really sorry for late response.  

    I just want to add a multi language option. Can you help which code and where to add that?

    Here are the steps: (it is easy)

    1. Install `Languages Support` and `Languages Support - Fields` modules
    2. Change `title` field type from `PageTitle` to `PageTitleLanguage`
    3. Add extra Languages on `Setup` > `Languages`
    4. Change `body` field type from `Textarea` to `TextareaLanguage`. (change other fields accordingly)
    5. For the multi langage selections please refer the following post.
      1.  https://processwire.com/talk/topic/7798-exclude-users-current-language-from-list/

    Please let me know if you need further help.

    ~ Enjoy with ProcessWire. 

    Thanks 

  5. Hi Christophe,

    But I wonder why it doesn't work by default with the following line as my admin email address is the same in this case :

    • $form->email = wire('config')->adminEmail; // optional, sends form as email

    Please double check your site/config.php for adminEmail configuration.

    If not you can add that to site/config.php like follows:

    /**
     * adminEmail: address to send optional fatal error notifications to.
     *
     */
    $config->adminEmail = 'name@exampledomain.com';
    

    Here is a little reference.

    Thanks

    • Like 3
  6. Hello community,

    This is a tiny command line node app, to print out the latest ProcessWire forum posts to your terminal.

    Installation

    Following command requires nodejs

    sudo npm install -g processwire-forum-posts

    Usage

    The global installation will symlink an executable script and place it in your PATH. To use processwire-forum-posts type `pwforum` on your terminal or command prompt:

    $ pwforum

    More information please refer following:

    NPM Directory: https://www.npmjs.com/package/processwire-forum-posts

    Source: https://github.com/gayanvirajith/node-processwire-forum-posts

    Thanks

    post-1911-0-31524700-1419776260_thumb.pn

    • Like 7
×
×
  • Create New...