Other bugs and features support

johnlinux's picture
johnlinux
Wed, 08/09/2017 - 17:57
#1
Other bugs and features support

Hello,

I need support on the following issues

  1. I need to either create a new products page, or make the current product view be compatible with Facets (with Search API). I don't wan't to use the default drupal search as you have used. But when I create a new product page this a entity_view_mode display, this is what I get. With tons of errors http://www.thesiteweavers.com/top/products2

  2. Disable the loading icon on every page

  3. What is the use of the field "Thumbnail Alt"

  4. Amount fields show $0 but the actual value is being outputted in views after changing the currency http://www.thesiteweavers.com/top/

  5. How can I remove the language translator on top

  6. Currency switcher should be ONLY be available when there is more than one currency. I am not sure if I will need multiple currencies, yet.

  7. What will happen if I delete the "Style" and "Size" fields? I want "Style 1" and "Standard" to be the default options so I don't have to select them every time when adding contents.

  8. How can I put a title field? I don't like the default drupal breadcrumb so I use easy_breadcrumb so the page title does not show after disabling the your breadcrumb block

  9. The logo displays a very small image.

Best Regards

khoa's picture
khoa
Thu, 08/10/2017 - 10:09

Hi there,

Please give me your website account. Please make a backup before sending me your info and also set your message as private.

Thanks!

phuonght's picture
phuonght
Fri, 08/11/2017 - 00:18

Hi,

1. We fixed

2. Please open files in folder sites/all/themes/md_delphinus/templates/pages, remove code

<div class="page-loading-wrapper">
<div class="progress-bar-loading">
<div class="back-loading progress-bar-inner">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"> viewBox="0 0 100 100" xml:space="preserve">
<path> c-0.7-1-1.8-1.7-3.1-1.7H45c-2,0-3.7,1.7-3.7,3.7s1.7,3.7,3.7,3.7h45.6L76.9,62H35.8L20.7,7.3c-0.4-1.6-1.9-2.7-3.6-2.7H3.7
C1.7,4.6,0,6.3,0,8.3S1.7,12,3.7,12z"/>
<path> <path> C73.9,91.9,77.5,95.4,81.9,95.4z"/>
</svg>
</div>
<div class="front-loading progress-bar-inner">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"> viewBox="0 0 100 100" xml:space="preserve">
<path> c-0.7-1-1.8-1.7-3.1-1.7H45c-2,0-3.7,1.7-3.7,3.7s1.7,3.7,3.7,3.7h45.6L76.9,62H35.8L20.7,7.3c-0.4-1.6-1.9-2.7-3.6-2.7H3.7
C1.7,4.6,0,6.3,0,8.3S1.7,12,3.7,12z"/>
<path> <path> C73.9,91.9,77.5,95.4,81.9,95.4z"/>
</svg>
</div>
<div class="progress-bar-number">0%</div>
</div>
</div>

3. We can not understand clearly so please describe more with some screenshots also. 

4. Please send us your FTP account,we will have to customize code

5. Open files HEADER in sites/all/modules/custom/md_theme/templates, remove code language-switcher

6. If you do not use multicurrency so you can remove block in files at no.5

7. We highly recommend do not remove because you have to customzie code. You can write CSS to hide

8. Which page you would like to show page title? You can try module https://www.drupal.org/project/blockify (remember to backup before doing anything), it will create a block PAGE TITLE and you can please it to any region.

9. Open file /top/sites/all/themes/md_delphinus/css/front/style.css, line 917, edit HEIGHT of logo

.branding img {
height: 20px;
}

johnlinux's picture
johnlinux
Mon, 08/14/2017 - 16:15

The screenshot for number 3: http://www.thesiteweavers.com/top/thumbnail%20alt.png

What is the use of this Thumbnail Alt field which is below the image field

cindy's picture
cindy
Tue, 08/15/2017 - 05:30

Please check again

We log in your FTP but see no files

johnlinux's picture
johnlinux
Thu, 08/17/2017 - 17:39

Hi Sorry

The credentials should now work fine. Please try out. Why don't I get notified on new comments?

Cheers

cindy's picture
cindy
Fri, 08/18/2017 - 05:45

Hi,

3. Thumbnail Alt => When you hover over an item, you will see Thumbnail Alt (after the thumbnail disappears). You can check it at this link http://demo.megadrupal.com/d7/md-delphinus/ (section LATEST PRODUCT)

4. We fixed already. 

johnlinux's picture
johnlinux
Sun, 08/20/2017 - 18:34

Hi,

Thanks for the changes... something else...

  1. The breadcrumb on the taxonomy pages does not appear e.g http://www.thesiteweavers.com/top/products/foundation

  2. Breadcrumb on custom pages seems to be mispositioned. e.g http://www.thesiteweavers.com/top/about-us/our-clients I decided to use https://www.drupal.org/project/breadcrumbs_by_path this means I didn't create my own breadcrumb

Cheers

johnlinux's picture
johnlinux
Sun, 08/20/2017 - 18:44

Can I use Search API to filter content on the /products page instead of exposed filters? I tried to create a new page http://www.thesiteweavers.com/top/products2 but I don't get the products aligned. The view results are clean not as seen on this page. The view is http://www.thesiteweavers.com/top/admin/structure/views/view/products/edit

cindy's picture
cindy
Sun, 08/20/2017 - 23:54

Hi,

1. Breadcrumb only displays on a page if that page is assigned in menu because breadcrumb bases on menu to show the url
Your taxonomy pages are not assigned in menu, that's why breadcrumb is not shown 

2. About Search API, sorry but we do not support this feature

johnlinux's picture
johnlinux
Mon, 08/21/2017 - 13:59

Ok what about this misplacement of the breadcrumb and title on custom pages? This page is on a menu http://www.thesiteweavers.com/top/about-us/our-clients

cindy's picture
cindy
Tue, 08/22/2017 - 04:03

Is that page (Client) built with Awecontent?

johnlinux's picture
johnlinux
Tue, 08/22/2017 - 16:30

No

johnlinux's picture
johnlinux
Tue, 08/22/2017 - 18:52

I have created a new Products View for Search API but I get so many pleain code, can you please please assist on what I should change to have the new view display well? 

I have cloned the "product_3_cols" folder to "product_display" and renamed the .tpl files accordingly and they are reflected on views. My problem is to have the products displayed properly. I have the same fields in views as on the original

Can I post the code here or you can use the ftp credintials above to check what I did.

Kidnly assist.

cindy's picture
cindy
Wed, 08/23/2017 - 00:27

Hi,

We fixed breadcrumb in page client already. Please check

About products view issue, please send is the page url 

johnlinux's picture
johnlinux
Wed, 08/23/2017 - 09:26
cindy's picture
cindy
Wed, 08/23/2017 - 23:44

Hi,

We fixed already

Please check!

johnlinux's picture
johnlinux
Mon, 09/04/2017 - 14:56

Can you tell me what you changed so I can fix in the future myself? I will be creating more views on this site

cindy's picture
cindy
Tue, 09/05/2017 - 04:44

Because your views did not have file template

johnlinux's picture
johnlinux
Wed, 09/06/2017 - 11:48

where do I set that? I already hade files named according to the view and they were detected by views

khoa's picture
khoa
Fri, 09/08/2017 - 06:39
johnlinux's picture
johnlinux
Tue, 09/12/2017 - 18:11

How can I completely disable the LOADING that shows on every page load? I commented out the code as directed above. Now the image doesn't show but the loading wait is still there. Bad experience with slower internet

khoa's picture
khoa
Wed, 09/13/2017 - 05:32
Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.