News:

AbanteCart v1.4.3 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - G. O.

#166
Template Support / Re: forms on V. 1.4.0
August 30, 2024, 04:31:13 AM
Quote from: Basara on August 30, 2024, 01:21:02 AM
Hello.
You need to create a Form Block https://abantecart.atlassian.net/wiki/spaces/AD/pages/12746776/Custom+Form+block

all these steps already done. what is the correct layout should be choose to show my HR form in the HR Category page  on storefront?

here is the link to the HR category Page?
https://www globaloverline.com/hr   
#167
Template Support / forms on V. 1.4.0
August 29, 2024, 02:34:36 PM
Hello.

I created HR Category and then created HR form so now, how can I retrieve the from and embed it in the Category?
#168
Quote from: abantecart on August 19, 2024, 07:00:43 AM
owl-carousel for brands is located in below template file:

public_html/extensions/novator/storefront/view/novator/template/blocks/listing_block/popular_brands_content_bottom.tpl

You need to enable autoplay in the JavaScript section (line 48), Add below line:

autoplay: true,

If you need more configuration, check the manual for owl-carousel:
https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html


seems good. but when the scrolling process finished the brand logo banner stopping. how to make it without stopping and continuously scrolling ?  What is the Width and Height of brand logo card and the perfect resolution for pics and the correct format? svg, png jpg or what ??
#169
I still looking for help in this issue.  :-[ :-[ :-[
#170
sure
#171
Template Support / Novator Testimonials on V. 1.4.0
August 27, 2024, 04:20:27 PM
Hello guys!


Novator Testimonials wasn't looking good on website so I did some changes and now it become more attractive and here is the final code:   :) :D

Novator Testimonials:

in the attachment
#172


sorry. I confused and did write in the wrong topic post. the above code is a solution for next block (Novator Main Page Carousel).

my main topic here still in question mark and still looking for help to make the block contain scrolling as also need to know the  exactly size for pics and the perfect resolution.   
#173
Template Support / Contact Us Form on V. 1.4.0
August 27, 2024, 10:29:16 AM
Hello,
Again after testing Contact Us Form on V. 1.4.0 and trying many ways to activate Google reCAPTCHA v3 on new version it is not sending as in the previous versions?
How to solve this issue guys and AbanteCart Team?
#174
Hello,

I still looking for help in this issue.
#175
Hello,

How to make the  (Novator Brands Scrolling List) automatic scrolling? and what is the best size and resolution for the pics inside it ?
#176
Hello,

I found the problem and (SOLVED IT). It was a problem in the Brand pic size. it wasn't compatible with brand pic.

Thank you
#177
Template Support / in the Product Details on V.1.4.0
August 25, 2024, 10:40:55 AM
Hello!
I found an error on product list and exactly at the bottom section in the Model and Stok availability there is a problem in the letters characters, not all space of written description appearing on storefront. kindly look at the screenshot to understand the issue.   
#178
What about using this code on last version of 1.4.0 ??

i tried this code with recommendation of Mr. BASARA but it doesn't worked. what is the correct code please?
#179
Template Support / Re: All Categories Slides on V1.4.0
August 15, 2024, 10:30:51 AM
Quote from: Basara on August 15, 2024, 09:04:09 AM
Hello,
I believe the menu will only display a category if it contains products

ok, understood you. what is the size and format of the icon pictures which could be used in this field???
#180
Hello guys!

For those who would like to edit the code correct way here is the methods:


To remove Abantecart from right bottom of pages use the below
stgorefront>controller> common> footer.php
========================================================================
change line
      $this->data['text_project_label'] = $this->language->get('text_powered_by') . '  'project_base() ;
to
      $this->data['text_project_label'] = $this->language->get('text_powered_by') . ' <a href=http://www.yourwebsite.com>Your Company Name</a> ';

===========================================================================


to remove the same from emails

Storefront>view>default>template>mail>order_confirm.tpl
remove the line after this , low down remove line no 141 - remove below

Code: [Select]
<?php echo $text_project_label; ?>
should look like this after the change

Code: [Select]
      <td class="align_center"
          style="font-size: 10px; border-top: 1px solid #069; text-decoration: none; color: #374953;">
         <a href="<?php echo $store_url; ?>"
            style="color: #069; font-weight: bold; text-decoration: none;"><?php echo $store_name; ?></a>
         
      </td>
   </tr>

style="color: #069; font-weight: bold; text-decoration: none;"><?php echo $store_name; ?></a>

Forum Rules Code of conduct
AbanteCart.com 2010 -