• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Alex
  • Private: No
  • Open Date: 27.04.16, 03:10
  • Opened by: Krystyna
  • Closed by: Alex
  • Closed on: 10.05.16, 15:29
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9497 - FILE NAMES TO CHANGE FONT TYPE, COLORS, SIZE & SOME DISABLE FUNCTIONS

Hi,

1. I would like to know the file names where to change the type / color / size of fonts.
I found global.css and the other .css files for some modules, for example pk_isotopesort.css module.
I might not be aware about some files, which do not correspond to certain modules or are not css files (.js, .php, .tpl).

2. I would like to know the file names where to disable - remove a specific function for example:

  1. displaying a subtitle in the product isotope sort module “Save your money and time with our store. Here’s the best part of our impressive assortment”
  2. displaying Model: xxxx, Condition: (New) in the Product Page
  3. displaying Reviews TAB in the product Page

3. The product isotope sort module displays Our Products. I am going to use this module to display my products (6 products) on the Home Page.
In the back office in the module configuration I unchecked all of the tabs such as NEW, BESTSELLERS… In the Store Front I get Our Products and the tab ALL.
Can I disable the tab ALL, so will be only Our Products displayed.

4. The Product Title in the product isotope sort module (I will be using this module to show products on the Home Page) hides portion of the text if the browser viewing screen gets smaller and the Product Title is long.
Is it possible to make the Product Title overflow to a second line? If yes, could you provide the instructions please?

I found in the pk_isotopesort.css the following function, which I believe is coded to hide the text overflow.

isotopeSort .s_title_block a {

  color: #444465 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;

}
I do not know the commands to make the Product Title to overflow to the second line, and I do not know if more changes are needed.

5. I would like to know the file names where to change the text “More Info” TAB to “Product Information” in the Product Page.

I am using PrestaShop v1.6.1.4. Is the Venedor - Premium Responsive Prestashop Theme ver2.2 ready for the PrestaShop v1.6.1.5?

Regards

Krystyna

Comments

Alex 27 Apr 2016, 18:06

Hi.
1) What do you need to change? Show me please and I tell you the code.
If you know css you can easy add your changes in the CustomCSS
2.1) Localization>Translation>Installed modules>Our theme, your language>pk_isotopesort
2.2)
CusomtCSS

  #product .product-manufacturer, #product #product_condition {display:none}

2.3) disable the module “Product comments” 3) Can I disable the tab ALL, so will be only Our Products displayed. Unfortunately you can’t do that.
4) Is it possible to make the Product Title overflow to a second line? If yes, could you provide the instructions please? yes, you have fount the right code
CustomCSS

#index #isotopeSort .s_title_block a {white-space: normal}

and change in the file site\modules\pk_isotopesort\pk_isotopesort.tpl

{$product.name|truncate:30:'...'|escape:'htmlall':'UTF-8'}

to

{$product.name|escape:'htmlall':'UTF-8'}

5) Localization>Translation>Front office>Our theme, your language
6)Venedor - Premium Responsive Prestashop Theme ver2.2 ready for the PrestaShop v1.6.1.5? yes

Krystyna 03 May 2016, 13:08

Hi Alex,

Thank you for all the information.
The most important changes, which I asked HOW TO, work very well.

In my original question #1 I asked ABOUT THE FILE NAMES.
I will change font colors from grey to dark blue in the whole theme Venedor.
I will be using theme preset #6 (ORANGE), my store has only 6 products, so I will not be using any other category than HOME CATEGORY . To display products on home page I use isotopeSort module.
The only reason I use preset #6 is that the price of the products is not in the circle. That is on the home page. In the product page the price in the circle looks good.
in question #1 I asked not about the translations but where I should be looking to change color and sometimes the font if the font choice is not controlled by the theme configuration.
I understand that there are many modules in the Venedor theme. I can find all the css files where to change the font attributes if needed. I would like to know if there are other file types
such as .tpl, .php about which I should be aware for that purpose. I would like to know just an example OF AT LEAST ONE file name (other than .css).

In question #2.1 I would like to DISABLE displaying the subtitle in the product isotope sort module “Save your money and time with our store. Here’s the best part of our impressive assortment”
From my point of view, NOT TO DISPLAY the subtitle is going to be more suitable for my store.

In question #5 I would like to change the text “More Info” TAB to “Product Information” in the Product Page if possible. I am not looking for translating that phrase.
My be I can remove the TAB “More Info” and add a new TAB “Product Information”?

MY NEW QUESTIONS

A. The CART BOX on the top, above the horizontal menu is located in the center of the page. In the VENEDOR DEMO - ORANGE, the CART is aligned with the CURRENCY AND the LANGUAGE SELECTORS immediately to the left of them.
Please see the attached screen image of my store - the product page. The cart is in the same location - center - on the home page. The cart was showing in the center before I started doing any changes to the files or added code in the customcss.
In my store I use only one currency that is why it does not display THE CURRENCY. The cart was also in the middle when I was using more than one currency and the CURRENCY BLOCK was showing.

B. IN THE PRODUCT PAGE: Can I disable / remove the “SIMILAR PRODUCTS” block? I do not have any other category other that HOME Category so displaying the “SIMILAR PRODUCTS” block is not suitable for my store.

Best regards.
Krystyna

Alex 03 May 2016, 20:43

Hi.
I can find all the css files where to change the font attributes if needed. I would like to know if there are other file types
such as .tpl, .php about which I should be aware for that purpose.
You need only CSS.
#1 I asked ABOUT THE FILE NAMES.
#1 I asked not about the translations but where I should be looking to change color and sometimes the font if the font choice is not controlled by the theme configuration. I can’t give you file names without information what you need to change ;-) But you don’t need file names. All the css changes you can add to the CustomCSS.
You can write all modifications you need (with the screenshots) and if there easy modifications I can help you to do them for you with our paid service.

In question #2.1 I would like to DISABLE displaying the subtitle in the product isotope sort module “Save your money and time with our store. Here’s the best part of our impressive assortment”
CustomCSS

#isotopeSort .subtitle {display:none}

#5 I would like to change the text “More Info” TAB to “Product Information” in the Product Page if possible. I am not looking for translating that phrase. For 5 euro I will gladly help you http://promokit.eu/themes/custom-package/

My be I can remove the TAB “More Info” and add a new TAB “Product Information”? You can’t
A. The CART BOX on the top Give me the link to the shop please.

B. IN THE PRODUCT PAGE: Can I disable / remove the “SIMILAR PRODUCTS” block? Yes. Disable the module “Products Category”

Krystyna 05 May 2016, 13:40

Hi Alex,

Thank you very much for your help so far. All the information, which you provided have been very helpful in setting up my new store. After analyzing the Venedor Theme I am coming to conclusion that I will not be changing most of the font attributes, only some and I will be able to do it. Thank you for the offer of the customization. I need to work more on the front store by myself to see how I want to present my website, which is still in working stage. Please feel free to look at my store at todahealth.com. I have enabled the store. The ecommerce / shopping cart is functional and it works properly. My understanding is that you will give me some suggestions regarding the “A. The CART BOX on the top”. After I receive response from you I will put the store in the maintenance mode.Thank you again.
My regards.
Krystyna

Alex 05 May 2016, 22:32

Hi.
The CART BOX Add please BO access to the profile I suppose some wrong modules positions in the hooks. I will check

Krystyna 10 May 2016, 12:54

Hi,

Thank you very much for support. All the information given to me to implement changes has been very helpful. Regarding the CART BOX, I am considering to use another preset of the Venedor Theme and if I do that, there is no issue with the CART BOX there.
This ticket can be closed. Thank you again.
Regards
Krystyna