Issues when recreating components and adding content areas

nhughes_arma's picture
nhughes_arma
Wed, 03/29/2017 - 15:10
#1
Issues when recreating components and adding content areas

I have created new content types, views and content areas.  I am having issues with the copied overview not showing the content, I am unable to set the menu items to the new content areas and the copied blog view does not display correctly.

phuonght's picture
phuonght
Thu, 03/30/2017 - 03:14

Hi,

We think your problem as same as one you've posted there http://megadrupal.com/forum/theme-support/boom/3634

nhughes_arma's picture
nhughes_arma
Thu, 03/30/2017 - 07:09

This is a different issue.  The blog view has more view files and I'm not sure what to name them.  I've tried to recreate them with the same result.  The biggest issue is not being able to set the menu to the new content areas, 7,8 and 9.  How can I adjust this?

phuonght's picture
phuonght
Thu, 03/30/2017 - 23:18

So please let us know:

- Which is new content type?

- Which views did you create for that content type?

- Is there any an example that you would like your views to be similar to?

phuonght's picture
phuonght
Tue, 04/04/2017 - 23:48

Please send us your FTP account so we can check code.

Note: remember to backup database and source code.

Thank you.

phuonght's picture
phuonght
Sat, 04/08/2017 - 06:53

To make block LIVE NETWORKING display content, you need to customize file javascript also. If you would like us to do this work for you, fee will be charged. In case you can customize by yourself, you need to work in file custom.js(/cms/sites/all/themes/md_boom/js/onepage), section:

if( jQuery(".tab-content-3").length > 0){
//Default Action Product Tab
jQuery(".tab-content-3").hide(); //Hide all content
jQuery("ul.tabs-3 li:first").addClass("active").show(); //Activate first tab
jQuery(".tab-content-3:first").show(); //Show first tab content
//On Click Event Product Tab
jQuery("ul.tabs-3 li").click(function() {
var CurrentPosition = jQuery(this).position();
var NewTop = CurrentPosition.top;
jQuery(".tab-highlight").animate({
"top":NewTop
},"normal");
jQuery("ul.tabs-3 li").removeClass("active"); //Remove any "active" class
jQuery(this).addClass("active"); //Add "active" class to selected tab
jQuery(".tab-content-3").hide(); //Hide all tab content
var activeTab = jQuery(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
jQuery(activeTab).fadeIn(); //Fade in the active content
return false;


});
}

phuonght's picture
phuonght
Wed, 05/03/2017 - 22:52

Can you please send us link url and some screenshots?Maybe fee for custom service will be charged in your case.

phuonght's picture
phuonght
Thu, 05/04/2017 - 04:40

We just sent you an email. Check please.

Thank you.

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.