Git Product home page Git Product logo

relax-theme's People

Contributors

daftspunk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

relax-theme's Issues

Send Email using October CMS

0
down vote
favorite

i am new to Laravel and currently using OCTOBER CMS .. so i have just downloaded it and installed their provided theme called "Relax" https://octobercms.com/theme/rainlab-relax and activated this theme.

In this theme, they are already providing the contact us form through which we can send email address.

So i just followed the things to send sample contact email for my test which is mentioned in documentation tab from the above url. Here below are the steps i followed which are required.

I created an email template which is required with the code mentioned there.
I created a group as well and created one user and selected this group for this particular user.

I also wanted to use GMAIL SMTP to send emails instead of sendmail feature. So i went to config/mail.php and changed the host name and all the required stuff there.

I also went to OCTOBER admin and changed email settings which may be required by going at Settings => Mail Settings and put the same SMTP settings and saved it.

I did not touch any other code apart from all these and now the main part is, when i m going at Contact Page and trying to send an email i am keep getting this error saying:

"syntax error, unexpected 'parent' (T_STRING)" on line 73 of C:\xampp\htdocs\october_cms2\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Mime\Headers\ParameterizedHeader.php

So i simply went to this file directory and opened this particular file and found this code

public function setCharset($charset)
{
    parent::setCharset($charset);
    if (isSet($this->_paramEncoder)) {
        $this->_paramEncoder->charsetChanged($charset);
    }
}

And i found, this code parent::setCharset($charset); causes this error, but i can't understand why this happening as this is the library file and i should not change anything in this library code as far as i m concerned as i have just downloaded and following the things which OCTOBER requires me to.

Can someone guide me what should i do next to send emails successfully using SMTP in OCTOBER.

    Note: I have tried to find out which current version which i have installed but i am unable to do so hence i am unable to mention here in my question. But the thing is if i go to dashboard its saying Software is up to date so it must be the latest or stable version i am using at the moment.

Your any help or suggestion will be highly appreciated.

Thanks

How to change slider-menu from chairs to services?

I've added services static page and sub-pages. Made changes to the slider-menu code on lines 47 through 55 and in the code menu of home.htm layout. Once this is complete then I will change the slider banners which is the code on line 35 through 42 of home.htm layout.

<div id="slider-menu" class="slider-menu">
  <ul>
     {% for servicePage in servicesPages %}
          <li><a href="{{ servicePage.url|app }}"><span>{{ servicesPage.title }}</span></a></li>
     {% endfor %}
          <li class="desc"><h2><span></span></h2></li>
   </ul>
</div>
<div id="slider-text" class="slider-text">
   {% for servicePage in servicesPages %}
          <h2>{{ servicePage.viewBag.tagline }}</h2>
   {% endfor %}
</div>

Missing components?

The theme seems to require a few plugins/components (is that what they are called?) that aren't included?

Ex. layout "home.htm" uses a "account" component which I don't find. Generates error:

"Class name is not registered for the component "account". Check the component plugin."

Same for "session" & "blogPosts"

installing relax-theme

I have installed the relax-theme on my test platform. All other themes activate correctly. When i activate this theme, i get this error:

Class name is not registered for the component session. Check the component plugin.
/Users/tleonard2/Sites/octobercms/modules/cms/Classes/ComponentManager.php line 200

any ideas?

Theresa

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.