Discussion on Simpleux - Creative Portfolio Website Template

Discussion on Simpleux - Creative Portfolio Website Template

By
Cart 854 sales
Well Documented

mivfx supports this item

Supported

135 comments found.

Hello, sorry for my English please, I bought your template and it is amazing, good luck to you. But I have some problems when I am adding team more than 3 members responsibility, not works, what to do?

Hello, I suggest you to use two different section for that, to have a great aesthetic design :)

how i use contact form. i using index-particle

Hello, it is the same as other html file. First, edit the action attribute to match your desired server (ajaxserver/serverfile.php or ajaxserver/server.php) then on one of these file, especially if you choose server.php, edit the receiver email by your corresponding email. I suggest you to take a look at the documentation to learn more about it :)

Hello. The default template has a wrong content-area width in Chromium (almost full width of the screan, instead centered with two side cols). How to fix it? Browser Version 64.0.3282.140 (Official Build) Built on Ubuntu , running on LinuxMint 18.3 (64-bit)

Hello, please can you send a picture of the issue?

Yes. Give me Email, please

HI, can you send it via contact@highhay.com please? Thank you

HI If you like partnership in Joomla version and WP version then please contact me via contact.bluetheme@gmail.com

Followed client and server side instructions for mailchimp subscribe. Gave ajax error. Modified form-script.js with relative URL and ajax error went away. Recieving confirmation mails to inbox of new subscribers but those subscribers are not populating on the mailchimp list.

Looks like some sort of issue interacting with the mailchimp API but no errors are given.

Also, documents reference $api = new MCAPI( but servermailchimp.php does not contain this reference in this theme. That reference does appear in other themes of yours, but in the theme, the same reference looks like $mailchimp = new mailchimp(.

The file does have some $api references which appear commented out but it seems they shouldn’t be there or that there are some inconsistencies with servermailchimp.php which may be causing the issue.

Hi, if a user receives confirmation email in his inbox, then it works because mailchimp requires that, user confirms before it adds to the list, that is why I added serverfile.php which stores any registered email to a txt file on the server (no confirmation needed). You can get inspiration from it, so just before the ending return of the function storeAddress (servermailchimp.php) , add the following line :
file_put_contents("email.txt", $user_email . " \r\n", FILE_APPEND | LOCK_EX);
Then when a user registers his email he will receive a confirmation email, but he will be already registered in your server (you can access later on the mailing list via yourwebsite.com/ajaxserver/email.txt).

About the Documentation, you were right, that is because sometimes documentation was not updated with new update of the item, so sorry. It is better to follow directly the code (trust only in the code brother :) :) :)

Hi, I just bought the awesome Simpleux template. I want to use it to present a physical product, but I was wondering if there is any extra elements already implemented in the template, such as faq page with accordion, pricing table, dynamic statistics, team member page, testimonials … Thank you for any help you could provide !

Hi, Is it possible to customize the page loader with our logo ?

Hi, div with class page-loader handles the page loader screen. Within it , replace
<div class="icon ion-spin" />            
With :
<img class="loading-logo" src="img/logo.png" alt="Logo" style="width:200px; margin-top:-100px" />
and adjust width and margin top value until its emplacement is right

Great, thanks a lot ! Any news from some update about faq page with accordion, dynamic statistics, testimonials, text field with dropdown menu ?

Hello, section-contact (http://highhay.com/demos/simpleux/index-home-full.html#contact) does not display correctly on IE browsers (tested on IE 11 and EDGE). Can you please fix this issue ? Thanks

Hello, Please, can you send a screenshot of the issues? since it works well on my EDGE browser, Thank you in advance

Hello! I have some issues with Page Cover. The documentation seems to be outdated, because I can’t change background image (only color mask), and when I select the Slideshow variant of background, everything (text on page) becomes Italic.How to deal with Page Cover backgrounds without using gulp and other source compilation tools?

Hi,

Please, check out other index file (index slideshow …) and copy their content to your desired page

Hello mivfx,

Thanks for the amazing theme you provided.

I faced an issue with Contact us > Message Form It didn’t worked. It give message that email has been sent but nothing happen.

I’ve run it on multiple php servers but issue still remain.

Looking forward to hear from you.

Keep up the amazing work.

Regards,

Hello and Happy new Year,

Thank you for your choice :)

You need to use action=”ajaxserver/server.php” as email server of the form element? serverfile.php, which is the default setting store the message in a text file under ajaxserver folder

Hello,

And thank you for this template bootstrap 4 very easy to take in hand :) I have a question though: on my dev version > https://dev.dn-graphisme.com/index.html#home

Can not run the scroll on mobile, as if the zones did not take the touch on page :/ . Is there something in the hand to touch? I already look to see if FullPage.js was the cause but I do not think so.

Thank you in advance for your help ;)

Hello,

Thank you for your return but I realized that you had disabled fullpage.js mobile.

The problem of this is that by not putting it it is impossible to scroller on the elements of the page …

See the dev version which is accessible on mobile :)

Yes, that is what I did, I diseabled scrolloverflow on mobile devices and force section to have normal height

Yes I understood, the only concern that I could not even scroll like that. in short, I made my modification. Thanks again ;)

Hi, contact form has problems with sending emails. 90% of tries I got this: http://take.ms/y35jg

also on mobile ver, while trying to type a message I usually invoke slide, so I need to slide back to finish typing. Same error occurs while sending a message.

Mailchimp doesn’t work for me either.

besides that – well done!

May be, it is due to the fact that more and more email service flagged PHP sent email as SPAM. They verify if it is trully from gmail (which is of course not true in case of an automated email).

Alternatively, I suggest you to replace $email_headers (at line 70 of server.php)
$email_headers .= "From: $name <$email>" . "\r\n";
by
$email_headers .= "From: $name <$recipient>" . "\r\n";
So the email header becomes:
// Build the email headers.
$email_headers = "MIME-Version: 1.0" . "\r\n";
$email_headers .= "Content-Type: text/html; charset=UTF-8" . "\r\n";
$email_headers .= "From: $name <$recipient>" . "\r\n";
$email_headers .= "Reply-To: <$email>";

By doing this, you send a message to yourself, but when you answer the message, it replies to your customer because of the email header “Reply-To” which has value of customer email $email

Sorry for the late reply. It works! Thank you! Do you have any known issues with responsive design in this project? Few users mentioned that they have problem viewing #services with the resolution lower than x 768 but I can’t recreate this problem.

Great if it works :)

Great design!. Make updates in the form of pages: news with comments, shopping cart, product, product details with comments, a more extensive portfolio, the possibility of video caps and the rest of the pages were with a photo.

Thank you :) great suggestion

I brought your theme. It is great theme but I have problem in Iphone x both in Safari and Chrome browser. Can you please fix this issue for this phone as the site doesn’t load as any other devices

Hello, I suggest you to remove the page loader first to check what is going wrong (may be some scripts are not loading). To do so, remove or comment the following lines (at the top of the body tag) :
<div class="page-loader" id="page-loader">
        <div>
            <div class="icon ion-spin" />
            <p>loading</p>
        </div>
    </div>

Hey there. Nice theme. But none of your pages have H1, that’s no SEO-friendly.

Hi, it depends, H1 main ruin HTML validity. But if you want it, just add it or replace existing H2, H3 titles with it :)

What about language support? I need it to be cyrillic

Greetings,

I’m having the same issue as ‘poelemeijer’ & ‘tintxo80’ on the mobile version it won’t scroll at all. Do you have an estimated time frame for this fix? I want to show the site to my client, but want to wait till the mobile version is smooth :)

Hi, did you used the latest version of the template ?

Finally found it :) Sorry for it. An update will be available soon but for quick fix, remove the following lines (at arround line 159) of the javascript main.js :
else {
    scrollOverflow = true;
}

Hi Miradontsoa!

This theme is great!

Thank you :) thanks also for choosing it

Hi there I have a problem with the section area. Every text is being displayed as italic. I have tried to search where this would be coming in the CSS..

Kindly help me figure a way out around this..

Dont mind.. just figured out the whole thing.. Thanx

Great for you :)

Hello. I have the same problem as poelemeijer. Example: In home the web does not move from the bottom of the screen…from the top yes. in the rest of the sections, it happens when the section is higher than the screen resolution, only sometimes others do not. It’s very weird

Hi, did you used the latest version of the template ?

Finally found it :) Sorry for it. An update will be available soon but for quick fix, remove the following lines (at arround line 159) of the javascript main.js :
else {
    scrollOverflow = true;
}

Hi there!

I buy this great theme, and i have some dificult to change the default gradient layer. Can you give me some enlightment?

Thanks!

Hello, Thank you for your choice. THis is located wihthin the style-default.css file, at the bottom :
.page-cover{
    &:after{
        content: "";
        background: linear-gradient(to left, #D1335B, #00152e);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.7;
    }
}

It contains also sample CSS rules to change default colors. Also, style-color1.css or style-color2.css may help you for more advanced customization
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey