Newbie: eliminating templates on BC site with DW CS6

I used to be able to delete all the BC templates, and now I can't.
The existing BC templates interfere with DW CS6  uploads -- has anyone found a work around on this?
I have this question on BC forum as well.

Thanks Preran,
To be more accurate, as I remember I believe (I won't swear to it) the BC Master Template was left but I was able to take all info out of it. If I could do that today --- I already deleted everything else that came with BC. What's remaining now is the uneditable BC Master Template that overrides and overwrites DW CS6 files.

Similar Messages

  • How can I use a template in a site with different lang tags?

    My site has pages in six different languages.  For example, the French page is
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
    My template, however, reads:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    Ergo, every time I update my site because I changed the template, my foreign langauge pages lose their language declarations.
    You cannot make an editable region for this.  When I tried, I got error messages.
    Anyone know a good work around?
    At this point, I have to manually edit those foreign language pages every time I do a site-wide update.
    Thanks.

    I have just tested this very quickly, but it seems to work.
    Dreamweaver templates allow you to create editable attributes. You can't do it for the <html> tag through the Dreamweaver interface, but it seems to work without problem if you hand-code it in the template.
    In the main template, change the <html> tag to look like this:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="@@(lang)@@" lang="@@(lang)@@">
    Just before the closing </head> tag, add this:
    <!-- TemplateParam name="lang" type="text" value="fr" -->
    Save the template.
    All child pages will automatically be updated to have xml:lang="fr" lang="fr".
    In pages that use a different language, go to Modify > Template Properties, and change the value of lang to en, or whatever language it uses.
    An alternative approach is to keep your language pages in different folders, and then use Find and Replace on the whole folder to change the values in the <html> tag.

  • Create a custom web template using VS 2012 with web features,site features sections applied

    hi,
     Want to create a  custom web template using VS 2012  in my SP 2013 environment.  i know "Vesku" has posted a great artice on this [  based on prev. version of SP].
    here -
    http://blogs.msdn.com/b/vesku/archive/2010/10/14/sharepoint-2010-and-web-templates.aspx
    i am  looking for a code based article  which has step by step process which provides how to add the site features, web features and attach the eventreceivers etc etc on sitecollection creation when i apply this template from central admin. 
    can anyone provide me any links / any source how to create a custom web template with one / two  custom features -  site features element and web features element , / master page etc ....
    I am stuck with this. as part of my reqmnt, i need to create a webtemplate with all the customlistinstances, custompagelayouts, custom masterpages, custom appln pages, custom web parts.
    help is appreciated !
    Das

    The problem is that Web Templates are deployed to a gallery in a site collection and aren't available in Central Admin when creating a new site collection.  YOu have to create the site collection without choosing a template and then choose your web
    template when you first access the root site in the site collection.  Here's an article that discusses that process here:
    http://sharepointchick.com/archive/2011/02/10/using-web-templates-to-create-site-collections.aspx
    Other than that Vesa's article is still the best one and works essentially the same in 2013 as it does in 2010.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • 163;  There seems to be an issue with the template that the site is using as there is a code to replace the pricing.

    163;
    There seems to be an issue with the template that the site is using as there is a code to replace the pricing.
    <script>
    // Script to extract the currency and decimals from the price
    var price = "{tag_saleprice}";
    var priceWithoutCurrency = price.replace( /^\D+/g, '')
    var decimals = priceWithoutCurrency.substring(priceWithoutCurrency.length - 2, priceWithoutCurrency.length);
    var roundedPrice = priceWithoutCurrency.substring(0, priceWithoutCurrency.length - 3);
    $('.image-with-price.big span').html(roundedPrice+'<sup>'+decimals+'</sup>');

    Here are the screenshots for what it's worth.
    Not sure why I can't post them in the original post.<br>
    <sub><b>Mod edit: See [https://bugzilla.mozilla.org/show_bug.cgi?id=718813 bug 718813]</b></sub>
    '''Again, when I set my DNS server to automatically detect the servers both problems disappear and I have no issues at all.'''
    IMO opendns is either doing this on purpose (unlikely) or they're under some sort of attack/being used to attack the specific torrent sites although I'm open to other explanations. I believe using the automatic setting for DNS is using my own ISP's DNS servers (which again, work fine... but still...)
    I'd rather not use Google's public DNS servers as Google is to commercial these days and I think there's potential privacy issues.
    '''Again I have changed the setting for DNS servers back and forth several times to duplicate/verify the issue(s)... and the issues only happen with the opendns servers.'''

  • How do you redesign a site with a new template that has apps, etc.?

    In BC Cafe I was advised to do the redesign in the same site and keep as much as possible of the existing site so as to not affect SEO. I have chosen a BC Gurus Template that fits our needs and the client's budget that has a number of apps. I don't knw how to meet the suggestion that I build the redesigned site with the new template within the same site. I know we will have to upgrade to eCommerce to be able to do so but logistically I am not sure how to do that.
    It seems to be that I'm missing something very obvious and that I shouldn't be stumped by this. What am I missing?
    John

    Let me clarify. I know how to upgrade to eCommerce, I don't know how to merge the trial site with the existing site. I also don't know all of the factors I will need to consider when I have trial pages up for viewing as well as the existing site. This seems like a problem to me.

  • Update content type template for existing sites in sharepoint 2010 ?

    Hi,
    I created one custom document library (list definition) and associated 3 content types which has docment template path (\_layouts.template1.docx). I rollout nearly 200 sites with this definition. now i want to update my document template and also i want
    to change template docx to dotx.
    what is the best approach to apply these changes for existing sites ?
    Thanks,
    Surya.
    suryakumarp

    Hi suryakumar,
    As I understand, you want to update the template 
    for existed content type.
    It can be achieved by programming. There is a
    SPContentType.DocumentTemplateUrl Property, which can be used to update content type.
    Here is a demo:
    http://officepoint.blogspot.com/2008/06/sharepoint-relink-infopath-forms-relink.html

  • I applied a template to a page with SWFs and now that page does not play the SWFs. Why?

    I applied a template to a page with SWFs and now that page does not play the SWFs (just a blank area where the SWF should be). When I detach the template it will play the flash file. This site will eventually be updated via Adobe Contribute. And I just discovered that when applying a template to a page that uses HTML datasets (Master/Detail),it no longer reads the Master/detail regions and displays a blank. Any thoughts?
    [Moved to Dreamweaver forum by moderator]

    Firstly, you shouldn't really 'apply' a template to a page, you should create a child page by going to FILE>NEW>Page from Template.  Too many things can happen when applying a template the way you are doing it. eg:; editable and non-editable regions not matching up and being asked where to place these regions and in all likelihood, you end up with 2 or more of the same region.
    When a swf file is inserted into a page, a corresponding Scripts folder is written automatically is stored in the root of the site - it is also linked to in the head of the document. What I believe is happening is that when you apply a template to the page, the Template has no idea that there is a swf file on the page and is not aware of the correct link to the Scripts folder.  If you do a test and add the swf file to the template page itself, I bet that the links to the swf and the scripts folder are correct - because DW knows the correct path to the script file.   Hence the reason the page probably works when you detach it from a template.

  • Publishing site with Workflow not working properly

    Hello All
    I have created a Publishing Site Collection on SharePoint 2013 on-premises and when I create a new sub-site using the "Publishing site with Workflow" template, I get redirected to
    the site home page and I get the option to PUBLISH the page. But, when I try to publish the page, I get a server error. Now, instead of trying to publish the page, if I refresh the page I this time get an option to check-in the page, after checking the page
    in, i get the option to publish it, now I can publish the page without any error. This does not happen on my DEV server, but only on QA. I am using the "Publishing site with Workflow" template,
    which associates an OOB Page Approval workflow with the Pages Library.
    Please help me guys!
    Parth

    Hi Parth,
    Based on your description, you encountered the issue with Publishing site with worklfow site template.
    Please provide more detail information about error returned, and see if there is related error message in ULS log.
    Could you please recreate a new site on DEV server to see if the issue still occurs?
    I wonder if there is difference on Workflow related settings between DEV server and QA server.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Create a Template Editable Region Link with static "label"?

    Hello.
    Does anybody know how to create a simple, basic link on my template (just the word "LINK" will do) . . . . and put an Editable Field *behind* the "LINK" . . . so I can change the link destination link on each child page?
    So, in the particular child page, the visitor clicks on "LINK" . . . then goes to a specific destination URL just for that child page?
    Thanks.

    Chamuel333 wrote: Nadia . . . I have *attached* a screen shot of the error message I receive to this post (I figured that will eliminate the risk of me screwing-up a description of exactly what it says . . . and wasting your time).
    And, lastly, here is the exact code causing that error message:
    <!-- TemplateBeginEditable name="change-link" --><a href="http://annapolis-resume.com/Links.html" class="style7">Links</a><!-- TemplateEndEditable -->
    Thank you so much for your help with my beginner question!
    Jim
    That's pretty much the code I suppied originally and then removed thinking you'd prefer blus' method, which isn't all that hard to do by the way.
    The error message is saying that the template markup is sitting insite a block element, something like a paragraph, which is a block element,  for example.
    <!-- TemplateBeginEditable name="change-link" --><a href="http://annapolis-resume.com/Links.html" class="style7">Links</a><!-- TemplateEndEditable --></p>
    If so, move the template markup outside of the <p> attribute like so:
    <!-- TemplateBeginEditable name="change-link" --><p><a href="http://annapolis-resume.com/Links.html" class="style7">Links</a></p><!-- TemplateEndEditable -->
    This will make the paragraph editable.
    If that's not the problem, and you don't have the link inside a paragraph, then post a bit of code that surrounds that template markup that you have.  Better yet, if you can post a link to the page maybe even better  (if you can upload it to a server).

  • Apply custom template on a site in programming

    Hi;
    I search a code in VS (programming) to apply a custom template (WSP) on a SharePoint site empty (black site).
    Like in power shell :
    $SubWeb = New-SPWeb $SubSiteName -Name $SiteName -UseParentTopNav
    $SubWeb.ApplyWebTemplate($SiteTemplate.Name)
    Regards;

    Here is an example which shows how to create a site collection using a webtemplate:
    SPWebApplication webApp = SPWebApplication.Lookup(new Uri("http://win2008"));
    using (SPSite site = webApp.Sites.Add("/sites/site1", "SharePoint", null, 1033, null, "administrator", "Administrator", "[email protected]"))
        SPWeb rootWeb = site.RootWeb;
        // Get Solutions Gallery
        SPDocumentLibrary solutions = (SPDocumentLibrary)site.GetCatalog(SPListTemplateType.SolutionCatalog);
        // Upload Solution File with the Web Template
        SPFile solutionFile = solutions.RootFolder.Files.Add("test.wsp", File.ReadAllBytes(@"..\..\test.wsp"));
        // Activate Solution
        SPUserSolution solution = site.Solutions.Add(solutionFile.Item.ID);
        // Activate Features
        Guid solutionId = solution.SolutionId;
        // Activate Site Collection Features
        SPFeatureDefinitionCollection siteFeatures = site.FeatureDefinitions;
        var features = from SPFeatureDefinition f
                       in siteFeatures
                       where f.SolutionId.Equals(solutionId) && f.Scope == SPFeatureScope.Site 
                       select f;
        foreach (SPFeatureDefinition feature in features)
            site.Features.Add(feature.Id, false, SPFeatureDefinitionScope.Site);
        // Get Web Template
        SPWebTemplateCollection webTemplates = site.RootWeb.GetAvailableWebTemplates(1033);
        SPWebTemplate webTemplate = (from SPWebTemplate t
                                     in webTemplates
                                     where t.Title == "test"
                                     select t).FirstOrDefault();
        if (webTemplate != null)
            site.RootWeb.ApplyWebTemplate(webTemplate.Name);
    The main thing here is that the site on which a webtemplate is to be applied should be created from a blank template first.
    See this for more information:
    http://blog.mastykarz.nl/programmatically-creating-sites-site-collections-custom-web-template/
    Nadeem Yousuf

  • Multilingual site with subdomain

    Hello, I have a subscription to Creative Cloud which gives me a web basic subscription with BC. I am a newbie to muse and BC, however I have successfully uploaded my new site live: www.costaricajunglevilla.com using muse and BC, (BC is hosting the site) everything works fine. This site is a French version of the site. I want a multilingual site so I duplicated the muse french version, translated it to English and named it en_costa_rica_jungle_villa.muse. (I have not pushed it temp or live yet, cause I’m not sure what to do with it). I’ve chatted with BC support and they keep redirecting me to links like this one http://kb.worldsecuresystems.com/kb/add-subdomain.html and this one http://kb.worldsecuresystems.com/521/bc_521.html however, this is still not clear to me. I will insert a screen shot of my BC. How do I get my subdomain to link to the original domain name site? Then I suppose there must be a button in each site to click from one language to another?
    I did create a new A record for en.costaricajunglevilla.com see below, but have no idea if I was suppose or what else needs to be done.
    I would appreciate detailed help or screenshots to help me out. Thank you.
    PS. I eventually want to add a spanish version also.

    I am not a muse expert but with its basic features You wont be able to correctly create a full rich multilingual site with that. I see nothing not missing from those knowledgebase doucuments that will get you going but you will need to step away from Muse into something like Dreamweaver and knowing the system further.
    If your site is just a few basic pages a duplication of these and set as the start page and links with a domain though should be easy. But if you have forms and other BC features there is a lot more to it as outline in those documents.

  • Template disconected from site

    After relocating the directory of the site and recreating the
    site through Dreamweaver, the template does not update the site
    pages anymore. It seems as if it has lost its connection to the
    site. Is there a way to reassign the template to the whole site
    (with the editable regions) whithout any loss of code or
    information? I know I can disassociate (or unlock) a page from its
    template and reassign a template to it. When I do this, I have to
    do it for each page and in doing so it also duplicates the areas
    that are marked as not editable. Help would be appreciated.

    > Since I have the site configured as a remote site
    connected from DW via
    > FTP to
    > the live hosting server
    You mean it's an FTP & RDS Server site? You are editing
    the pages directly
    on the server? Why are you doing that? At any rate, DW's
    templates can
    ONLY affect local files, not remote files. I'm not sure how
    that works when
    you are using FTP & RDS.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ekalemakis" <[email protected]> wrote in
    message
    news:f6coak$h6i$[email protected]..
    > FYI this is DW version 7.
    > Since I have the site configured as a remote site
    connected from DW via
    > FTP to
    > the live hosting server, do you believe your suggestion
    will have an
    > impact on
    > the site. Will it change anything on the display of the
    page or just the
    > relationship it has with the templates? Thanks again,
    >

  • [warn] mod_bonjour: Cannot read template index file '/System/Library/User Template/English.lproj/Sites/index.html'.

    Operating System: Lion 10.7.5
    I was getting this warn in the logs
    [warn] mod_bonjour: Cannot read template index file '/System/Library/User Template/English.lproj/Sites/index.html'.
    and looking to the System directory on;
    System/Library/User Template
    User Template was locked and onwned by the System.
    I went to the terminal and type;
    sudo mkdir "/System/Library/User Template/English.lproj/Sites/"
    sudo touch "/System/Library/User Template/English.lproj/Sites/index.html"
    re-started Apache
    The warn went away gracefully

    I am adding here that this seems to be a permissions bug since the "User Template" is owned by the system and no one else have access to it. The warn went away temporarily because the permissions still wrong in that directory. I changed the permissions on the User Template directory to read and see what is inside and it loops to the user system structure. Most of the directories in the system structure are locked leaving only the public and sites directory with the correct permissions. Inside of the sites folder have a blank index.html file with read access.
    So I am not sure if what I did until now will resolve the warn issue.
    What I did was to get info on the User Template directory, authenticate as root and change the permission to the admin to read only. That is harmles since not even the admin can change its content. The warn seems to have gone away for now. However, the point here is to find out if the permissions should be read and write for the admin instead of read only or some other conf. More latter!

  • Diagonal lines/questionmarks showing up on templates of entire site

    I have a huge website and don't want to have to start all over! Please help. On my iWeb, not the published site, I get all of these diagonal lines and question marks in the background. Part of the template is missing (details of stars in the kid blue template) The Web site itself doesn't have the lines, but some pictures are missing and some of the text is messed up. I don't know what to do to fix this. It has been suggested that I just eliminate the domain and start over. I pray that isn't my only option as I have spent many hours on the blog. I would greatly appreciate any help.
    Thanks, Marla
    This page will give you a clearer picture of what it looks like on the web... with pictures missing and words moved... see the snapshot to see what I see on the iWeb program itself.
    http://web.mac.com/nealbfinn/iWeb/Jackson%27s%20Site/My%20Blog/657164BB-A8CD-426 F-A8D3-DF4DD694678A.html
    I appreciate any and all help I can get.
    THanks,
    Marla
    here's the screenshot.
    http://homepage.mac.com/nealbfinn/Snapshot%202006-07-15%2014-58-45.tiff
    The lines show up on all of my pages within the iWeb program. The blog seems to be the most effected with missing pics and moved text in almost all of my blog posts... I have like 30 of them. I want to continue with the blog for my friends and family as we live on the opposite coast. We just bought an iMac and I'd like to work on my site some more, but don't know what I should do. If it is a currupt file, I don't want to bring the domain over to the new computer. I don't want to lose all of my work tho... what to do?
    If I insert a new page wiith the same template, kids blue, it does the same thing. If I insert a different template, it doesn't have the lines.
    Pleeese help me...

    Varkgirl is right!
    You have corrupted Kid Blue template, I experienced something bad (not quite like this) when I was writing the templates installer for Suzanne (sboben).
    Sorry, I didn't make the connections, but looking at your screen shoot:
    http://homepage.mac.com/nealbfinn/Snapshot%202006-07-15%2014-58-45.tiff
    and looking at iWeb Kid Blue template:
    http://www.geocities.com/[email protected]/images/kid_blue.jpg
    your screen shoot is missing the stars background (the stars on the right hand side):
    http://www.geocities.com/[email protected]/images/star_tiles.jpg
    and the image in the place holder (bottom image):
    http://www.geocities.com/[email protected]/images/place_holder.jpg
    My suggestion is, backup your home folder, your Domain.sites, and anything deems valuable, then re-install iWeb.
    Varkgirl, you have good intuition; we'll miss you .
    [edit] What do you know, I duplicated:
    http://www.geocities.com/[email protected]/images/badkidblue.jpg

  • Using two templates on one site.

    Im trying to design a website, and due to my lack of experience i have gone down the template route. I have download two adobe muse templates. i am designing my website on one of them (so this is a site) i want to use the second template as a new page for my current website how can i do this?  Thanks. if I've over complicated things, in short how can i use two templates in one site as two separate pages.

    Hi,
    You can setup two different master page, each with a template. See if that works.
    If you are not already aware of Master page, please have a look to this.
    Understanding master pages | Adobe Muse CC tutorials
    Do let me know if you have any question.

Maybe you are looking for

  • RG1 register- J_2iRG1BAL table values plant wise

    Hi Experts, I have a requirement in RG1 report, client is not satisfied with the  standard sap format, so we are intending to develop a Z-report. the steps which i am following as below: I have uploaded the J_2iRG1BAL table but requirement is that wh

  • How do I make content in a text field continue onto a new page?

    I am creating a form and one of the pages contains a text field for an essay. I'd like the responses in this text field to carry onto new pages if they reach the end of the first page. How do I make new pages appear with only the continued text field

  • Event exist but pictures are only dotted line outlines

    I have imported pictures into one event. I believe that at one point I could see the pictures, but now going back each picture is only a dotted box. Info says that there are faces and camera data on pictures is correct as is title. If I copy the even

  • Adobe Premier Pro CC 2014 closes with no error message after opening project

    PC Spc: OS:Windows 8.1 64-bit Processor:Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz Ram: 2x 4GB  Samsung 1600MHz GPU:NVIDIA GeForce GTX 760 please help

  • BREAK POINT HELP!!!!

    ok i have my dual layer project finished 8.2Gb now formating with DSP as a .img but i keep getting format failed: Formatting was not successful. A suitable marker could not be found in the required layer break range. See the DVD Studio Pro User's Man