Notice: Undefined offset: 0 in include()

abhishek bera's picture
abhishek bera
Fri, 10/30/2015 - 01:37
#1
Notice: Undefined offset: 0 in include()

Hi, I am getting this error . please help me out.

Notice: Undefined offset: 0 in include() (line 33 of /home/medincnk/public_html/euphernlive/sites/all/themes/md_avendor/templates/views/block/portfolio/portfolio_filter/portfolio_full/views-view-fields-portfolio-full-block.tpl.php).

here is the screenshot:

http://www.awesomescreenshot.com/image/706557/9a5f8ba0c68778802e5016faa42fb669

Thanks

cindy's picture
cindy
Fri, 10/30/2015 - 03:33
cindy's picture
cindy
Mon, 11/02/2015 - 22:52

Hi,

Please check. we fixed the problem alreay

  • Try to rearrange and edit icon

  • go to admin/structure/block/manage/md_block_custom/mls_header/configure

    admin/structure/block/manage/md_block_custom/mls_footer/configure

  • Copy file .htaccess into root folder to open clean url.

cindy's picture
cindy
Tue, 11/10/2015 - 04:44

Hi,

1. Portfolio 

Please go to sites\all\themes\md_avendor\templates\views\block\portfolio\portfolio_related 

Open file views-view-fields--portfolio-related--block.tpl.php 

Remove line 32 

 <a class="color-white" href="<?php print $fields['path']->content; ?>"><span class="icon icon-ellipsis"></span></a>

2. Team

Please check your email. download and extract the file in email and update in sites\all\modules\custom\md_ac_avendor\templates.

phuonght's picture
phuonght
Sat, 11/14/2015 - 05:41

Please go to sites\all\themes\md_avendor\templates\views\block\portfolio\portfolio_filter\portfolio_full, open file views-view-fields--portfolio-full--block.tpl.php, above line 33, insert:

<?php if(isset($row->field_field_pictures[0]['raw']['uri'])):?>

and below line 33, insert:

<?php endif;?>
abhishek bera's picture
abhishek bera
Mon, 11/23/2015 - 07:58

hi,
do you have any guidance on how to create a contact form and connect with a button. 

Thanks 

Abhishek

phuonght's picture
phuonght
Tue, 11/24/2015 - 05:55

Hi Abhishek,

We will check and reply you ASAP :)

phuonght's picture
phuonght
Tue, 11/24/2015 - 22:18

Abhishek,

Could you explain more about your contact form with connect button? We do not understand clearly what you would like to do.

phuonght's picture
phuonght
Wed, 11/25/2015 - 05:01

Your hosting seems not to support sending email, please contact host provider to change or configure vps. If you do not change hosting, you could take a look at module smtp (https://www.drupal.org/project/smtp) to replace or be able to use Mailchimp service. 

abhishek bera's picture
abhishek bera
Fri, 12/04/2015 - 07:51

also i am getting this error when i am trying to test the clean URL . 

http://awesomescreenshot.com/0bb5gima63

Please help. i would like to enable the clean URL option.
Thanks
Abhishek

phuonght's picture
phuonght
Sun, 12/06/2015 - 22:12

- About email problem, please:

- About enable clean url problem:

phuonght's picture
phuonght
Thu, 01/07/2016 - 22:19

sorry,

Could you describe exactly what problem is? We do not understand.

abhishek bera's picture
abhishek bera
Fri, 01/08/2016 - 00:40

My website opening time is very slow. do you have any suggestion how to make it fast. please help. thanks

phuonght's picture
phuonght
Tue, 01/12/2016 - 03:44

Please reduce size of slide image, background image. We recommend they should be about 300kb. We check and could see many images above 1b in your site. Total capacity of your home page is 20Mb when it should be 2Mb or lower for faster loading.

- Your Module chat request very often so we can not cache js. If we enable cache js, error will occur.

- Also, you could take a look athttps://developers.google.com/speed/pagespeed/insights/, enter url then google will give you some suggetions.

abhishek bera's picture
abhishek bera
Wed, 01/27/2016 - 09:06

how to change entire website color scheme?
thanks

phuonght's picture
phuonght
Wed, 01/27/2016 - 21:49

Please take a look at topic: http://megadrupal.com/forum/theme-support/avendor/1848. Hope it works.

phuonght's picture
phuonght
Thu, 02/18/2016 - 03:55

Check site please.

abhishek bera's picture
abhishek bera
Thu, 02/18/2016 - 09:47

if we create one more megamenu, then how to select that megamenu to be displayed in the frontend. I can not see any option in the backend. Thanks

phuonght's picture
phuonght
Thu, 02/18/2016 - 23:11

After creating your new own menu, just need to go to admin/structure/block. You can see it is a block in there, please select region to display menu.

abhishek bera's picture
abhishek bera
Fri, 02/26/2016 - 09:50

how to show mutiple office adress in google map?

phuonght's picture
phuonght
Mon, 02/29/2016 - 03:34

At the moment, our theme does not support multi marker. If you would like to use, you can custom js with instruction at http://wrightshq.com/playground/placing-multiple-markers-on-a-google-map....

And map in footer uses mdmaps.js in sites\all\modules\custom\md_block_custom\add_more\js.

abhishek bera's picture
abhishek bera
Mon, 02/29/2016 - 06:49

hi,

We are facing an issue in portfolio page
http://euphern.com/projects-grid-full

if you click on Load more 3 times , there is blank space which is coming in mid of the page. please check.

Thanks

phuonght's picture
phuonght
Mon, 02/29/2016 - 22:19
abhishek bera's picture
abhishek bera
Wed, 03/09/2016 - 08:35

how to off breadcrumb in Avendor theme . thanks

phuonght's picture
phuonght
Wed, 03/09/2016 - 23:43
function md_avendor_breadcrumb($variables) {
return NULL;
}
abhishek bera's picture
abhishek bera
Thu, 03/10/2016 - 07:14

thanks for your reply.

How to remove "View More" Option in http://euphern.com/industries

Please check this screenshot:

http://www.awesomescreenshot.com/image/1068753/a0c2bfc828f4213557f06cd06...

Thanks 

phuonght's picture
phuonght
Thu, 03/10/2016 - 21:42

Please go to edit view: /admin/structure/views/view/portfolio_items_styles/edit/block, then in "PAGER", select option "Display all items".

cindy's picture
cindy
Mon, 03/28/2016 - 22:48

Hi,

We are not very clear about your problem. We checked your site and see no problem

Please point us where the issue is

abhishek bera's picture
abhishek bera
Wed, 04/06/2016 - 03:25

Hi cindy , how to change the header images of every pages .
http://awesomescreenshot.com/0c95rp678d
thanks 

Abhishek

phuonght's picture
phuonght
Wed, 04/06/2016 - 03:36

Hi,

Please go to theme settings > tab "Pages" to change header image.

phuonght's picture
phuonght
Thu, 04/07/2016 - 03:54

Check site please. We changed header background in your contact page.

To change header background of any page, please go to theme settings, tab "Pages"

  • "Page content type title": change header background for page content type

  • "Page title": change header background for page by add page title, page url and edit background 

Image title

phuonght's picture
phuonght
Fri, 04/15/2016 - 03:37

Please use system link but not alias link. To check link: go to /admin/config/search/path

abhishek bera's picture
abhishek bera
Fri, 04/22/2016 - 05:40

Hi, when i search in google it is showing the path of my website containing node. How i can show the original path instead of node.

please check the screenshow below.

http://awesomescreenshot.com/05b5tbki42

Thanks

cindy's picture
cindy
Tue, 04/26/2016 - 22:36

Hi,

You can edit node and then add url path settings

or you can install module pathauto.

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.