Discussion on abtheme - Bootstrap Responsive HTML5 Template

Discussion on abtheme - Bootstrap Responsive HTML5 Template

Cart 216 sales
Well Documented

shiftThemes does not currently provide support for this item.

33 comments found.

No, it’s not my website. Just a pure coincidence!

Hi, having trouble getting the “success” and “error” message appearing within the form page. Simply returns a plain “{response“}” on a blank page. Do I need to refer to a completely different HTML built page for these 2 different states? See site contact page at: http://tmg-px.com/tmg/tmg-contact.html

Hi, I’ve been working with http://abusinesstheme.com/demo/abt/onepage.html I have 2 issues with this template in mobile resolution:

1) A blank section appears before slider. 2) Menu does not hide automatically once selected one item.

Is possible improve this behaviors? Please check this image for explain me better:

Thanks for your support.

Bogdan,

This is a follow up to my previous email regarding the scaling of images.

Since I executed the followin:

However, I checked with a web developer tool, and If you remove the width property from img tag from main.css file, it should work. Take a look at this screenshot: http://prnt.sc/ecw7i6

The images throughout the site are appearing at full size and not scaling. see: http://www.higharte.com/features.html or any of the pages that have images in the right column.

How can this be fixed?

Thanks,

Bolen

Hi,

Let the width property from the img tag as it was before and let’s come back to the gallery images that do not scale.

You’re using a popup plugin that does not have any css class names. There are lots of inline style attributes, but no class name, and I can’t target the img tag within. Take a look at this screenshot: http://prnt.sc/edyz7k . After you click on a portfolio item, the plugin generates a bunch of html tags with style attributes after the body tag with no css class names.

I don’t know which plugin is that, but can you add a class name to it, so you can target the img tag within like this:

.class-name-plugin img {
    width: 100%;
}

Thanks,
Bogdan
Also, you could add something like this:

body + div div img {
    width:100%;
}
I don’t really recommend it, since it could mess something in the future, but it can be a fallback plan till you figure out how to add a class name to the popup plugin…

Thanks,
Bogdan

Since fixing the scaling problem here:

However, I checked with a web developer tool, and If you remove the width property from img tag from main.css file, it should work. Take a look at this screenshot: http://prnt.sc/ecw7i6

The “Overview” image on the dropdown on the portfolio page (http://www.higharte.com/website-design-portfolio.html) has expanded to the image’s actual size which overlays the copy.

What do I need to do to make sure both work properly.

Thanks

I replied to the other comment.

Since I’ve completed the website I discovered that the large gallery images that appear when the thumbnail is clicked (www.higharte.com/graphic-design-portfolio.html) do not scale. On all of the other sites that use this plug in that is not a problem (see http://www.nataliesoferweddingsandevents.com/portfolio.html.

You mention in your notes that your carousel may need to be activated but I can’t find the instructions for doing this. Is this necessary and, if so, how it done and if it’s not necessary, what do I have to do to get the images to scale?

Thank you.

Hi,

I’m not sure what plugin you’re using there, but it certainly has nothing to do with the carousel (owl-carousel) I included in the template.

However, I checked with a web developer tool, and If you remove the width property from img tag from main.css file, it should work. Take a look at this screenshot: http://prnt.sc/ecw7i6

Kind Regards,
Bogdan

It worked and all are scaling as they should. Thank you.

I’ve completed the website www.higharte.com but the back button on Safari is not working but it does work with Chrome and Firefox.

What do I need to do to get this to work?

Thanks

Bogdan

I could not find a .animsition class under #wrapper and the Google suggestions did not allow the website’s back button to function on Safari.

I checked your Themeforest site on Safari and the back button did not work but it did on Chrome and Firefox.

If you can have someone with a mac check it on Safari and it works then it means that there’s a problem with my Safari.

Please let me know the results or if you have anything else to suggest.

Thanks

Bogdan

I could not find a .animsition class under #wrapper and the Google suggestions did not allow the website’s back button to function on Safari.

I checked your Themeforest site on Safari and the back button did not work but it did on Chrome and Firefox.

If you can have someone with a mac check it on Safari and it works then it means that there’s a problem with my Safari.

Please let me know the results or if you have anything else to suggest.

Thanks

Hi,

I was referring to this .animsition class: http://prnt.sc/edz6b0

It seems that indeed was an issue with the animsition plugin. Update the plugin to the latest version ( v4.0.2 ): https://github.com/blivesta/animsition

The bug was fixed in version 4.0.1: https://github.com/blivesta/animsition/commit/d065ef05848d39a4210bbebe080df9ae26036f55

You’ll find the animsition plugin within the libs folder.

Thanks,
Bogdan

Hello,

First of all let congratulate you for the job well done with the template. But, I do have some questions about it’s full customization possibilities: 1. Can you tell me how can I modify the height of the menu container. 2. The top right icon (plus) I want to make it sticky on smartphone mobiles.

Let me know how I can fix these problems. Thanks

Thanks for your quick reply. I’ll try your advice and I let you if it works. Imi dau seama ca mergea si in romana.

It works! Thanks.

Awesome! I’m glad I could help.

Would you mind taking a few moments to leave a rating/review at https://themeforest.net/downloads. It’ll help us a lot.

Cheers!

Hi, about the shop page. It is Woocommerce that is uses? Is it any different from the wordpress version of woocommerce? Thanks and regards, Juan.

HI Juan,

abtheme is just a simple HTML template (design), and thus there’s no functionality for the shop pages.

Thanks,
Bogdan

Dear Bogdan, thanks for Your nice and versatile theme. I’ve an issue about the contact form and map. Both is not working. Would You be so kind to have a look at: http://fairtech.global/fairtech_kontakt.html or http://fairtech.global/page_contact_no_captcha.html

If the problem would be solved by the additional code

// $mail->Host = 'smtp.1und1.de';    // Specify main and backup server
// $mail->SMTPAuth = true; // Enable SMTP authentication
// $mail->Username = 'username'; // SMTP username
// $mail->Password = 'secret'; // SMTP password
// $mail->SMTPSecure = 'tls'; // Enable encryption, 'ssl' also accepted

I would need a hint where to place Port 465 within.

Thanks in advance, Marc & Lucie

Hi Marc & Lucie,

I took a look at your website (by the way, it looks cool), and indeed, neither the map or the contact form are working. The contact form returned the following error: SMTP connect() failed. This is almost always a server error (from your hosting company). You could find out more about it here. Also, take a look at this screenshot.

Regarding the map, I don’t really know why it’s nor working. I see some errors in the console, but probably they are from my ad blocker, there are some warnings, but I have these too, and for me the map is working. Is the map working locally, not on a server? Take a look at the google maps documentation and try to use an example from there.

I’ve created a test page, and for me it’s working. You can check it here, and take a look at this screenshot as well. I’ve attached to google drive the test files. You can download them from here.

Let me know if this worked for you.

Kind regards,
Bogdan

Hi,

There is an issue with the topper. The animation for the top menu have a jerk when scrolling up and down. Can you make it a smooth transition? It feels like jumping and coming back

Hi,

I’ve just checked on both Chrome and Firefox ( Windows 10 ) and there’s no issue related to what you described.

Could you offer more details about it: what page does the issue appear? What browser are you using etc. Can you give me a url to your website so I can take a look?

Thanks,
Bogdan

Hello! We bought this theme yesterday, and I got a question: On the _header_floating_light.html, how do I set an image for the header? If I set an 1920×1080px image, only a portion of the image got shown. In the footer the whole image is displayed. I want the same for the header. Have been looking at the code, but I must be missing something. Could you please help me out? Thanks a lot!

Hi,
Thank you for purchasing my item.

There’s no need to have a 1920×1080 image. It depends on the section’s height. For example, if the section is smaller, let’s say 1920×600, then the lower part of the image will not be shown, that’s because the image has a fixed position (background-attachment:fixed; background-size:cover;).

Try resizing the image using an image tool (e.g. photoshop) so that its height would be equal to the section’s height.
I hope you understood what I tried to explain. If not, let me know and send me a url to your website so I can take a look at both the header and the footer.

Thanks,
Bogdan

IS it a word press theme? IF not do you provide wordpress theme for this

Hi,
This is not a WordPress theme, just a simple HTML5 template. The WordPress version will be released by BeantownThemes soon. You can get in touch with them to find out when the theme will be released.

Thanks,
Bogdan

Hello,

Quick question. Are there any plans to make the one page responsive menu collapse on click? Kind of difficult to navigate a one page scroller with the navigation as is.

Thanks in advance for your reply!

Hello,

I am not sure I understand what you mean. On a mobile device do you want the one page menu to collapse when you tap on a link and at the same time to scroll to that section?

Please open a support ticket here and I’d appreciate if you could give me more details.

Thanks,
Bogdan

Hi I have doubt on blog.. This is making me to think how it will work in word press. How to make it dynamically work?. Do we need to do any changes. Please give me some clues. Actually I am planning to buy this today. How to use our blog design in word press blog?

Thanks, Venkat

Hi Venkat,

abtheme is just a HTML5 Template (no backend functionality, and you will have to know HTML and CSS), not a theme (e.g. WordPress or Drupal), and if you want a dynamic blog, you will have to integrate a blog engine or a CMS.

Sincerely,
Bogdan

Twitter   |   Envato   |   Support

Hello,

Small question here. With template purchase do you provide PSD files?

Thanks in advance for your reply!

Hi,
There are no psd files.

Hi,

Is there a wordpress version for this theme?

Kind regards

Hi,

ThemeSmack will be publishig the WordPress version, and you can contact him to find out more about the theme. Use the contact form from the ThemeForest profile page.

All the best.

Hi there,

I’ve entered my reCAPTCHA – although when I submit my form I get the following error. Any ideas why this is?

{response ReCaptcha did not work”}

Look forward to hear from you.

Hi,

Please open a support ticket here, and if you can, submit a url so I can take a look at it.

Sincerely,
Bogdan

This is a wonderful website template! 5 stars!

Thank you very much sir. I really appreciate it!

Cool template have many feature for create my website. But i need once help this template can’t use call link Please help me. Thank in advance.

When I click on a callable link, it simply opens the dialer app (Android). The website does not disappear. If you exit the dialer app, the browser is still open with your website.

Open a support ticket here and send me a link with your website and do not forget to mention what phone you use.

I already open ticket please help me fix. Thank in advance.

Replied via support!

Great work, GLWS :)

Thank you!

by
by
by
by
by
by